Unicode Character 'FULLWIDTH RIGHT CURLY BRACKET' (U+FF5D)

previous character next character

Unicode Data
Name FULLWIDTH RIGHT CURLY BRACKET
Block Halfwidth and Fullwidth Forms
Category Punctuation, Close [Pe]
Combine 0
BIDI Other Neutrals [ON]
Decomposition <wide> RIGHT CURLY BRACKET (U+007D)
Mirror Y
Old name FULLWIDTH CLOSING CURLY BRACKET
Approximations <wide> 007D
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#65373;
HTML Entity (hex) &#xff5d;
How to type in Microsoft Windows Alt +FF5D
UTF-8 (hex) 0xEF 0xBD 0x9D (efbd9d)
UTF-8 (binary) 11101111:10111101:10011101
UTF-16 (hex) 0xFF5D (ff5d)
UTF-16 (decimal) 65,373
UTF-32 (hex) 0x0000FF5D (ff5d)
UTF-32 (decimal) 65,373
C/C++/Java source code "\uFF5D"
Python source code u"\uFF5D"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock HALFWIDTH_AND_FULLWIDTH_FORMS
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