Unicode Character 'LATIN CAPITAL LETTER I' (U+0049) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER I |
Block | Basic Latin |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+0069 |
Comments | Turkish and Azerbaijani use U+0131 for lowercase |
See Also | latin capital letter i with dot above U+0130 script capital i U+2110 black-letter capital i U+2111 roman numeral one U+2160 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | I |
HTML Entity (hex) | I |
How to type in Microsoft Windows | Alt +0049 Alt 073 Alt 73 |
UTF-8 (hex) | 0x49 (49) |
UTF-8 (binary) | 01001001 |
UTF-16 (hex) | 0x0049 (0049) |
UTF-16 (decimal) | 73 |
UTF-32 (hex) | 0x00000049 (0049) |
UTF-32 (decimal) | 73 |
C/C++/Java source code | "\u0049" |
Python source code | u"\u0049" |
More... |
Java Data | |
---|---|
string.toUpperCase() | I |
string.toLowerCase() | i |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 18 |
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 |