Unicode Character 'LATIN SMALL LETTER A' (U+0061) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER A |
Block | Basic Latin |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | Lowercase Alphabet, Latin Latin Small Letters Small Letters, Latin Latin Lowercase Alphabet |
Upper case | U+0041 |
Title case | U+0041 |
See Also | latin small letter alpha U+0251 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | a |
HTML Entity (hex) | a |
How to type in Microsoft Windows | Alt +0061 Alt 097 Alt 97 |
UTF-8 (hex) | 0x61 (61) |
UTF-8 (binary) | 01100001 |
UTF-16 (hex) | 0x0061 (0061) |
UTF-16 (decimal) | 97 |
UTF-32 (hex) | 0x00000061 (0061) |
UTF-32 (decimal) | 97 |
C/C++/Java source code | "\u0061" |
Python source code | u"\u0061" |
More... |
Java Data | |
---|---|
string.toUpperCase() | A |
string.toLowerCase() | a |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 10 |
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 |