Search code examples
utf-16

UTF 16 code for a degree symbol


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


Solution

  • You will find all the data you need here. In particular you can use ° to embed degree sign in your html page.