Unicode Character 'DEGREE SIGN' (U+00B0) |
![]() ![]() |
Unicode Data | |
---|---|
Name | DEGREE SIGN |
Block | Latin-1 Supplement |
Category | Symbol, Other [So] |
Combine | 0 |
BIDI | European Number Terminator [ET] |
Mirror | N |
Index entries | DEGREE SIGN |
Comments | this is a spacing character |
See Also | ring above U+02DA combining ring above U+030A superscript zero U+2070 degree celsius U+2103 degree fahrenheit U+2109 ring operator U+2218 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ° |
HTML Entity (hex) | ° |
HTML Entity (named) | ° |
How to type in Microsoft Windows | Alt +00B0 Alt 0176 Alt 248 |
UTF-8 (hex) | 0xC2 0xB0 (c2b0) |
UTF-8 (binary) | 11000010:10110000 |
UTF-16 (hex) | 0x00B0 (00b0) |
UTF-16 (decimal) | 176 |
UTF-32 (hex) | 0x000000B0 (00B0) |
UTF-32 (decimal) | 176 |
C/C++/Java source code | "\u00B0" |
Python source code | u"\u00B0" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ° |
string.toLowerCase() | ° |
Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR [5] |
Character.getNumericValue() | -1 |
Character.getType() | 28 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | No |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |