Emoji in strings.xml file?
Use HTML Entity (decimal) i.e. 👈
to add ð in strings.xml
and use it in your app.
So your string will be:
<string name="emoji">Hi 👈</string>
Output:
For more information please check here
Using HTML encoding is not working for me, at least when using the HTML code as ૌ
for the red heart emoji in the translation editor. I copied the unicode number from https://emojipedia.org/emoji/%E2%9D%A4/
However, just pasting it as the emoji character from clipboard ❤️ direct into the translations editor worked just fine, and perhaps I needn't have worried at all.