Unicode Character 'LATIN LETTER SMALL CAPITAL I' (U+026A) |
![]() |
| Unicode Data | |
|---|---|
| Name | LATIN LETTER SMALL CAPITAL I |
| Block | IPA Extensions |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Index entries | I, LATIN LETTER SMALL CAPITAL |
| Upper case | U+A7AE |
| Title case | U+A7AE |
| Comments | semi-high front unrounded vowel preferred IPA alternate for U+0269 uppercase is U+A7AE ISO U+6438 gives this as lowercase of U+0197 instead of U+0268 glyph should have top and bottom serifs even in sans serif IPA font designs, to avoid confusion with lowercase l |
| See Also | latin small letter dotless i U+0131 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | ɪ |
| HTML Entity (hex) | ɪ |
| How to type in Microsoft Windows | Alt +026A |
| UTF-8 (hex) | 0xC9 0xAA (c9aa) |
| UTF-8 (binary) | 11001001:10101010 |
| UTF-16 (hex) | 0x026A (026a) |
| UTF-16 (decimal) | 618 |
| UTF-32 (hex) | 0x0000026A (026A) |
| UTF-32 (decimal) | 618 |
| C/C++/Java source code | "\u026A" |
| Python source code | u"\u026A" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | Ɪ |
| string.toLowerCase() | ɪ |
| Character.UnicodeBlock | IPA_EXTENSIONS |
| 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 |