Some unicode characers don't display on real devices and emulators but stay displaying within Android Studio design mode. For example,
In design mode:
but the emulator (as well as real device) shows nothing:
So, why this is it? And, what should I do to gain the expected result?
UPD: As one of perheps solution I tryied to use androidx.emoji2:emoji2 library. And this helped me bit. But this is poor efficiency as for me. Because using proposed bundle upsize my app from 1.5Mb up to 22Mb. Using the downloadable font provider may solve this, but as it says:
"The initializer creates a background thread to load the emoji font, and font download may take up to 10 seconds before timing out. After the font is downloaded, it takes approximately 150 milliseconds on a background thread to initialize EmojiCompat."
So, although I wanted to use unicode benifits to avoid using additional graphic resources, but now I have no another idea as to use vector resources for my aim.
If anyone had other experiences in this area, please, share here.