Unicode Character 'RIGHT CURLY BRACKET' (U+007D) |
Unicode Data | |
---|---|
Name | RIGHT CURLY BRACKET |
Block | Basic Latin |
Category | Punctuation, Close [Pe] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | Y |
Old name | CLOSING CURLY BRACKET |
Index entries | BRACKET, RIGHT CURLY CURLY BRACKET, RIGHT closing curly bracket closing brace brace, closing RIGHT CURLY BRACKET bracket, closing curly curly bracket, closing |
Comments | closing curly bracket (1.0) right brace |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | } |
HTML Entity (hex) | } |
How to type in Microsoft Windows | Alt +007D Alt 0125 Alt 125 |
UTF-8 (hex) | 0x7D (7d) |
UTF-8 (binary) | 01111101 |
UTF-16 (hex) | 0x007D (007d) |
UTF-16 (decimal) | 125 |
UTF-32 (hex) | 0x0000007D (007d) |
UTF-32 (decimal) | 125 |
C/C++/Java source code | "\u007D" |
Python source code | u"\u007D" |
More... |
Java Data | |
---|---|
string.toUpperCase() | } |
string.toLowerCase() | } |
Character.UnicodeBlock | BASIC_LATIN |
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 |