Unicode Character 'GREEK SMALL LETTER PI' (U+03C0) |
Unicode Data | |
---|---|
Name | GREEK SMALL LETTER PI |
Block | Greek and Coptic |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | constant pi, mathematical pi, mathematical constant 3.141592... mathematical constant 3.141592... pi PI, GREEK SMALL LETTER GREEK SMALL LETTER PI |
Upper case | U+03A0 |
Title case | U+03A0 |
Comments | math constant 3.U+141592... |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | π |
HTML Entity (hex) | π |
HTML Entity (named) | π |
How to type in Microsoft Windows | Alt +03C0 Alt 227 |
UTF-8 (hex) | 0xCF 0x80 (cf80) |
UTF-8 (binary) | 11001111:10000000 |
UTF-16 (hex) | 0x03C0 (03c0) |
UTF-16 (decimal) | 960 |
UTF-32 (hex) | 0x000003C0 (03c0) |
UTF-32 (decimal) | 960 |
C/C++/Java source code | "\u03C0" |
Python source code | u"\u03C0" |
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() | 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 |