Unicode Character 'SIGNWRITING PARENTHESIS' (U+1DA8B) |
Unicode Data | |
---|---|
Name | SIGNWRITING PARENTHESIS |
Block | Sutton SignWriting |
Category | Punctuation, Other [Po] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Comments | is a closing parenthesis when used with U+1DAA4 signwriting rotation modifier-5 |
Version | Unicode 8.0 (June 2015) |
Encodings | |
---|---|
HTML Entity (decimal) | 𝪋 |
HTML Entity (hex) | 𝪋 |
How to type in Microsoft Windows | Alt +1DA8B |
UTF-8 (hex) | 0xF0 0x9D 0xAA 0x8B (f09daa8b) |
UTF-8 (binary) | 11110000:10011101:10101010:10001011 |
UTF-16 (hex) | 0xD836 0xDE8B (d836de8b) |
UTF-16 (decimal) | 55,350 56,971 |
UTF-32 (hex) | 0x0001DA8B (1da8b) |
UTF-32 (decimal) | 121,483 |
C/C++/Java source code | "\uD836\uDE8B" |
Python source code | u"\U0001DA8B" |
More... |
Java Data | |
---|---|
string.toUpperCase() | 𝪋 |
string.toLowerCase() | 𝪋 |
Character.UnicodeBlock | SUTTON_SIGNWRITING |
Character.charCount() | 2 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 24 |
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() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | Yes |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |