Android Question Unicode Chars "Superscript 0" and "Cubed root"?

JohnD

Active Member
Licensed User
Longtime User
The unicode characters "Superscript 0" and "Cubed root" are not displaying using Chr(8304) and Chr(8731), respectively. They are not displaying in the IDE, on the Emulator, or on my Samsung Galaxy S III. I am confident that my code is correct because I Am displaying: Superscripts 1 through 4 and the squared root symbol using the correct Chr(<decimal value>).
 
Top