My string.xml
is utf-8.
<string name="id">Hi \u0026</string>
^This worked. and showed as: Hi &.
But this does not work with this emoji :
<string name="id">Hi \u1F448</string>
https://www.compart.com/en/unicode/U+1F448
How can I make it work with ?