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
ButMorten said:Except, there is no such thing as degree kelvin, just kelvin.But
that's another story.
Most people don't know this.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![]()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.