0

I want to set the text in code, but symbol(₸) is not displayed on the device
I use TextView

This does not work:

liquidationShares.setText("12313" + (char) 0x20B8);
liquidationShares.setText("1 909 993" + "\u20B8");

I run the application on the other device, and it works. Maybe the problem is Meizu

1 Answers1

0

You can just use this symbol: instead of Tenge symbol and it works

It's Unicode Hex(U+3012), Numeric character reference Decimal(〒) Hex(〒), UTF-8 Hex(E3 80 92)