A
Amuro
I want to print a string value that represent temperature.
how to print the 'little superscript circle' in C#?
thx...
how to print the 'little superscript circle' in C#?
thx...
Amuro said:I want to print a string value that represent temperature.
how to print the 'little superscript circle' in C#?
Amuro said:I want to print a string value that represent temperature.
how to print the 'little superscript circle' in C#?
Jon said:The principle is the same as for all characters: find the Unicode
character on unicode.org, and then embed it appropriately in your code
(eg using a \uxxxx escape sequence).
Degree fahrenheit: 2109
Degree kelvin: 212a
Degree sign: 00b0
Morten said:Except, there is no such thing as degree kelvin, just kelvin.But
that's another story.
Michael Kremser said:Yeah, right.Most people don't know this.
Jon said:Including the folks at the Unicode Consortium, by the looks of it![]()