RIGHT CURLY BRACKET
}
U+007D
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
007D
Code Point
125
Aliases
closing curly bracket (1.0)
right brace
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
0x7D
UTF-16
0x007D
UTF-32
0x0000007D
Copy & Paste Codes
Character
}
Unicode Escape
\u{007D}
HTML Entity (Decimal)
}
HTML Entity (Hex)
}
CSS Code
\007D
JavaScript
String.fromCodePoint(0x007D)
Python
chr(0x007D)