Unicode Character 'MODIFIER LETTER SMALL X' (U+02E3) |
Unicode Data | |
---|---|
Name | MODIFIER LETTER SMALL X |
Block | Spacing Modifier Letters |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <super> LATIN SMALL LETTER X (U+0078) |
Mirror | N |
Index entries | X, MODIFIER LETTER SMALL |
Approximations | <super> 0078 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ˣ |
HTML Entity (hex) | ˣ |
How to type in Microsoft Windows | Alt +02E3 |
UTF-8 (hex) | 0xCB 0xA3 (cba3) |
UTF-8 (binary) | 11001011:10100011 |
UTF-16 (hex) | 0x02E3 (02e3) |
UTF-16 (decimal) | 739 |
UTF-32 (hex) | 0x000002E3 (02e3) |
UTF-32 (decimal) | 739 |
C/C++/Java source code | "\u02E3" |
Python source code | u"\u02E3" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ˣ |
string.toLowerCase() | ˣ |
Character.UnicodeBlock | SPACING_MODIFIER_LETTERS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 4 |
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 |