I am trying to create a chat application for Android. Here I want to show the emotion icon in the form of an android.
I want to show Emotion Icon like this.

I found one project in github :: https://github.com/sharakova/EmojiTextView . Here is the image in drawable, but I am not using an image. I want to use Unicode characters. So, how to show the Emotion icon using Unicode characters.
Someone will tell you to use Spannable Text, but this will slow down my application. when many emotion chat icons are used.
So, here is any way to show the Emotion icon in android Text-view ?.
Thanks.
source share