Unicode Character 'DOUBLE-STRUCK SMALL PI' (U+213C) |
Unicode Data | |
---|---|
Name | DOUBLE-STRUCK SMALL PI |
Block | Letterlike Symbols |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <font> GREEK SMALL LETTER PI (U+03C0) |
Mirror | N |
Index entries | Greek Letters, Double-struck PI, DOUBLE-STRUCK SMALL Double-struck Greek Letters SMALL PI, DOUBLE-STRUCK |
Approximations | <font> 03C0 greek small letter pi |
Version | Unicode 4.1.0 (March 2005) |
Encodings | |
---|---|
HTML Entity (decimal) | ℼ |
HTML Entity (hex) | ℼ |
How to type in Microsoft Windows | Alt +213C |
UTF-8 (hex) | 0xE2 0x84 0xBC (e284bc) |
UTF-8 (binary) | 11100010:10000100:10111100 |
UTF-16 (hex) | 0x213C (213c) |
UTF-16 (decimal) | 8,508 |
UTF-32 (hex) | 0x0000213C (213C) |
UTF-32 (decimal) | 8,508 |
C/C++/Java source code | "\u213C" |
Python source code | u"\u213C" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ℼ |
string.toLowerCase() | ℼ |
Character.UnicodeBlock | LETTERLIKE_SYMBOLS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 2 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |