Unicode Character 'GREEK CAPITAL LETTER PI' (U+03A0) |
Unicode Data | |
---|---|
Name | GREEK CAPITAL LETTER PI |
Block | Greek and Coptic |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+03C0 |
See Also | double-struck capital pi U+213F n-ary product U+220F |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Π |
HTML Entity (hex) | Π |
HTML Entity (named) | Π |
How to type in Microsoft Windows | Alt +03A0 |
UTF-8 (hex) | 0xCE 0xA0 (cea0) |
UTF-8 (binary) | 11001110:10100000 |
UTF-16 (hex) | 0x03A0 (03a0) |
UTF-16 (decimal) | 928 |
UTF-32 (hex) | 0x000003A0 (03A0) |
UTF-32 (decimal) | 928 |
C/C++/Java source code | "\u03A0" |
Python source code | u"\u03A0" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Π |
string.toLowerCase() | π |
Character.UnicodeBlock | GREEK |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 1 |
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() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | Yes |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |