How can you print a string with a subscript or superscript? Can you do this without an external library? I want this to display in a TextView in Android.
TextView
In the code just put this "\u00B2" Like this:
textView.setText("X\u00B2");