RIGHT PARENTHESIS
)
U+0029
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
0029
Code Point
41
Aliases
closing parenthesis (1.0)
Notes
see discussion on semantics of paired bracketing characters
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x29
UTF-16
0x0029
UTF-32
0x00000029
Copy & Paste Codes
Character
)
Unicode Escape
\u{0029}
HTML Entity (Decimal)
)
HTML Entity (Hex)
)
CSS Code
\0029
JavaScript
String.fromCodePoint(0x0029)
Python
chr(0x0029)