0
How do you put the degree symbol on a computer
3 Answers
+ 1
Grabiel I know we already dm'd about this but it might be helpful to others as well...
String dg=null;
dg = Character.toString((char) 176);
System.out.println(dg);
This will get the degree symbol °
https://code.sololearn.com/c00c0k6qSWxj/?ref=app
+ 3
Draw it on a postit and stick it on the monitor?
Or you can copy it from https://en.m.wikipedia.org/wiki/Degree_symbol
°
+ 2
Grabiel it depends on for what language
UNICODE
U+000B0
HEX CODE
°
HTML CODE
°
HTML ENTITY
°
CSS CODE
\00B0