superscript in Java String

后端 未结 7 1716
一向
一向 2020-12-09 18:45

Does Java String supports superscript in a String? If yes then how can I use it, I have searched the web and also the API but not able to figure out how I can use it for my

7条回答
  •  执念已碎
    2020-12-09 19:31

    This can be done in java strings and some other cases also using Unicode Character super script...look at this link.

提交回复
热议问题