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
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).
\u221A
EDIT: This would be helpful --> https://www.fileformat.info/info/unicode/char/search.htm