“{” U+007B: Left Curly Bracket

{ LEFT CURLY BRACKET

U+007B
{

ℹ️ About

The Left Curly Bracket (U+007B) is an open punctuation mark categorized under Basic Latin. In programming (C, Java, JavaScript), it initiates a block of code or an object literal. Technically, it is a mirrored character with a neutral bidirectional class, officially added in Unicode 1.1.

⚠️ Note: Do not confuse with ( or [.

Codes

HTML {
CSS \007B
Python \u007B

Live Playground

More from Basic Latin

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *