U+007D "}" Right Curly Bracket Unicode Character
Unicode Version 17.0
}
U+007D "}" Right Curly Bracket is a typographic symbol commonly known as the closing brace or curly brace, and it belongs to the Basic Latin block as part of the ASCII character set, where it has the decimal value 125. In computing and mathematics, this character is used to denote the end of a block of code in many programming languages such as C, Java, and JavaScript, to close a set or group in mathematical notation, or to terminate a structure in markup languages like JSON and LaTeX. Its paired counterpart is the Left Curly Bracket U+007B, and together they form a fundamental syntactical tool for grouping, scoping, and defining collections within structured text and formal languages.
General Properties
| Code Point | U+007D |
| Version Added | 1.1 |
| Name | Right Curly Bracket |
| Unicode 1.0 Name | Closing Curly Bracket |
| Block | Basic Latin |
| General Category | Close Punctuation |
| Canonical Combining Class | Not Reordered |
| Bidirectional Class | Other Neutral |
| Mirrored | Yes |
| Mirrored Character | "{" U+007B Left Curly Bracket |
| Bidirectional Paired Bracket Type | Close |
| Bidirectional Paired Bracket | "{" U+007B Left Curly Bracket |
Encodings
| HTML Decimal Encoding | } |
| HTML Hex Encoding | } |
| UTF-8 Encoding | 0x7D |
| UTF-16 Encoding | 0x007D |
| UTF-32 Encoding | 0x0000007D |
| C/C++/Java Escape | \u007d |