free-symbols
}

Right Curly Bracket Symbol

The right curly bracket } is punctuation used to close curly-bracket structures in writing and code.

U+007D

The } character is called the right curly bracket. It’s a common punctuation mark that often appears in programming, documentation, and templating. Below you’ll find its Unicode/HTML values plus copy-ready alternatives.

Right Curly Bracket Symbol Meaning

The right curly bracket } is the closing half of curly-bracket pairs, matching the left curly bracket { in many contexts. In programming languages, it typically ends a block of code such as a function or conditional scope (for example, in C-like languages). In text formatting and templates, it can mark the end of a grouped expression or placeholder depending on the system being used. As punctuation, it also appears in technical documentation, JSON-like examples, and styles where braces indicate structure. Its Unicode code point is U+007D, and it’s widely supported across modern fonts and platforms.

Common uses

  • Closing code blocks in languages that use curly braces
  • Ending structured text sections in templates and configuration files
  • Writing JSON-like objects and examples that use { } pairs
  • Marking the end of grouped expressions in documentation and tutorials
  • Escaping or balancing braces when composing strings programmatically

Variations

Ready to copy

Technical codes

UnicodeU+007D
HTML Entity}
HTML Code}
CSS\007D

FAQ

What does the Right Curly Bracket symbol mean?

The right curly bracket } is the closing half of curly-bracket pairs, matching the left curly bracket { in many contexts. In programming languages, it typically ends a block of code such as a function or conditional scope (for example, in C-like languages). In text formatting and templates, it can mark the end of a grouped expression or placeholder depending on the system being used. As punctuation, it also appears in technical documentation, JSON-like examples, and styles where braces indicate structure. Its Unicode code point is U+007D, and it’s widely supported across modern fonts and platforms.

What is the Unicode code point for }?

The right curly bracket } has Unicode code point U+007D.

How do I type } in HTML?

Use the HTML entity: }

How do I represent } in CSS?

CSS escape: \\007D

What JavaScript escape can I use for }?

JavaScript escape: \\u{007D}