Unicode Character 'RIGHT PARENTHESIS' (U+0029)

previous character next character

Unicode Data
Name RIGHT PARENTHESIS
Block Basic Latin
Category Punctuation, Close [Pe]
Combine 0
BIDI Other Neutrals [ON]
Mirror Y
Old name CLOSING PARENTHESIS
Index entries closing parenthesis
PARENTHESIS, RIGHT
parenthesis, closing
RIGHT PARENTHESIS
Comments closing parenthesis (1.0)
see discussion on semantics of paired bracketing characters
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) )
HTML Entity (hex) )
How to type in Microsoft Windows Alt +29
Alt 041
Alt 41
UTF-8 (hex) 0x29 (29)
UTF-8 (binary) 00101001
UTF-16 (hex) 0x0029 (0029)
UTF-16 (decimal) 41
UTF-32 (hex) 0x00000029 (29)
UTF-32 (decimal) 41
C/C++/Java source code "\u0029"
Python source code u"\u0029"
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