Emoji edittext should return Unicode
问题 I am working on Emoji. I have used this library. It works fine, But when i get text from the EmojiconEditText it do not returns me unicode which are used in that edittext . As example If text is I \ue32d emojicon wher \ue32d is a heart icon. When use String Text=EmojiconEditText .gettext(); it should return the same text as "I \ue32d emojicon" Please help me for the same. 回答1: Finally i found solution. You can get unicode from emoji by using commons-lang-2.5 jar Check below code for emoji to