0
Guest Posted 22 years ago
Grammar

Brackets {

Does anyone know the formal name of the bracket "{" ? When should such a bracket be used?
  

Top answer

Hi there! Although I live in Germany, I know for a fact that they call it "brace". At least in programming languages.

  • Hi there!
  • Although I live in Germany, I know for a fact that they call it "brace".
  • At least in programming languages.
  • As for when you should use such a bracket here is an example: if ( a == true ) { b = 10; } // smile
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

2 Answers
0
Hi there!
Although I live in Germany, I know for a fact that they call it "brace". At least in programming languages. As for when you should use such a bracket
0
Technically, your question cannot be answered, because characters do not have "formal names" in English. There are only commonly used names.

However, the Unicode character U+007B '{' does have two formal names in Unicode. These are:

LEFT CURLY BRACKET
OPENING CURLY BRACKET

Of these, OPENING CURLY BRACKET is preferred, because, when rendered in right-to-left text

Related Questions