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
yourTextView.setText(Html.fromHtml("X2")); This will be the result in you yourTextView =
X2