Unicode Character 'DOUBLE-STRUCK ITALIC SMALL I' (U+2148) |
Unicode Data | |
---|---|
Name | DOUBLE-STRUCK ITALIC SMALL I |
Block | Letterlike Symbols |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <font> LATIN SMALL LETTER I (U+0069) |
Mirror | N |
Index entries | I, DOUBLE-STRUCK ITALIC SMALL |
Comments | sometimes used for the imaginary unit |
Approximations | <font> 0069 latin small letter i |
Version | Unicode 3.2.0 (March, 2002) |
Encodings | |
---|---|
HTML Entity (decimal) | ⅈ |
HTML Entity (hex) | ⅈ |
How to type in Microsoft Windows | Alt +2148 |
UTF-8 (hex) | 0xE2 0x85 0x88 (e28588) |
UTF-8 (binary) | 11100010:10000101:10001000 |
UTF-16 (hex) | 0x2148 (2148) |
UTF-16 (decimal) | 8,520 |
UTF-32 (hex) | 0x00002148 (2148) |
UTF-32 (decimal) | 8,520 |
C/C++/Java source code | "\u2148" |
Python source code | u"\u2148" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ⅈ |
string.toLowerCase() | ⅈ |
Character.UnicodeBlock | LETTERLIKE_SYMBOLS |
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 |