I need to put a degree symbol on my html page. It will be read from a property file. So I need to figure out the UTF-16 encoding for a degree symbol as superscript.
What is the UTF-16 for something like N* where N is a random number and * is supposed to be the symbol
I need to put a degree symbol on my html page. It will be
Share
You will find all the data you need here. In particular you can use
°to embed degree sign in your html page.