Unicode Character 'RIGHT-POINTING ANGLE BRACKET' (U+232A) |
Unicode Data | |
---|---|
Name | RIGHT-POINTING ANGLE BRACKET |
Block | Miscellaneous Technical |
Category | Punctuation, Close [Pe] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Decomposition | RIGHT ANGLE BRACKET (U+3009) |
Mirror | Y |
Old name | KET |
Index entries | RIGHT-POINTING ANGLE BRACKET ANGLE BRACKET, RIGHT-POINTING BRACKET, RIGHT-POINTING ANGLE |
See Also | greater-than sign U+003E single right-pointing angle quotation mark U+203A mathematical right angle bracket U+27E9 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | 〉 |
HTML Entity (hex) | 〉 |
HTML Entity (named) | ⟩ |
How to type in Microsoft Windows | Alt +232A |
UTF-8 (hex) | 0xE2 0x8C 0xAA (e28caa) |
UTF-8 (binary) | 11100010:10001100:10101010 |
UTF-16 (hex) | 0x232A (232a) |
UTF-16 (decimal) | 9,002 |
UTF-32 (hex) | 0x0000232A (232a) |
UTF-32 (decimal) | 9,002 |
C/C++/Java source code | "\u232A" |
Python source code | u"\u232A" |
More... |
Java Data | |
---|---|
string.toUpperCase() | 〉 |
string.toLowerCase() | 〉 |
Character.UnicodeBlock | MISCELLANEOUS_TECHNICAL |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 22 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | No |
Character.isJavaIdentifierStart() | No |
Character.isLetter() | No |
Character.isLetterOrDigit() | No |
Character.isLowerCase() | No |
Character.isMirrored() | Yes |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |