Some help please!
How can i display raised numbers in a TextView for Android.For example if you want to display some Celsius degrees you can do this:textview.setText(number+"\u2103")
and your good to go but i can't find a way to do something like this for number^anothernumber.
Thank you!