square root character/symbol

前端 未结 3 1913
说谎
说谎 2020-12-19 23:14

I was wondering what the character code of the square root symbol is in java? That is, I want to be able to print a square root sign on screen inside a string of other chara

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-20 00:06

    I am sure it's \u221A. Try it out or try googling it, and you might end up with something else (I mean a list of others).

    EDIT: This would be helpful --> https://www.fileformat.info/info/unicode/char/search.htm

提交回复
热议问题