Unicode Character 'GREEK CAPITAL LETTER ALPHA WITH TONOS' (U+0386) |
Unicode Data | |
---|---|
Name | GREEK CAPITAL LETTER ALPHA WITH TONOS |
Block | Greek and Coptic |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | GREEK CAPITAL LETTER ALPHA (U+0391) COMBINING ACUTE ACCENT (U+0301) |
Mirror | N |
Old name | GREEK CAPITAL LETTER ALPHA TONOS |
Lower case | U+03AC |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Ά |
HTML Entity (hex) | Ά |
How to type in Microsoft Windows | Alt +0386 |
UTF-8 (hex) | 0xCE 0x86 (ce86) |
UTF-8 (binary) | 11001110:10000110 |
UTF-16 (hex) | 0x0386 (0386) |
UTF-16 (decimal) | 902 |
UTF-32 (hex) | 0x00000386 (0386) |
UTF-32 (decimal) | 902 |
C/C++/Java source code | "\u0386" |
Python source code | u"\u0386" |
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 |