degrees celcius symbol in unity

ok bros, got a problem, how the hell do I make the degree sign in unity so it will show up on a guilabel? "C" I have the alt code for it but unity puts a blank there, its not absolutely necessary but I would like to have it if it is possible

2 Answers

2

You may need to use a different font (font texture). Take a look at the font properties where you can see the grid of characters, see if it's there. If not, try another font.

And set the text encoding of your script to Unicode UTF-8 and paste the into it.