Skip to content
Home

Bracket: types, uses, and distinctions in writing, mathematics and computing

A concise guide to brackets — their forms (round, square, curly, angle), naming differences, editorial and mathematical uses, programming roles, style considerations, and historical notes.

Overview

Brackets are punctuation marks that appear in matched pairs to set off material from surrounding text. They come in several shapes — most commonly round ( ), square [ ], curly { }, and angle < > — and serve to group, clarify, or separate information. For a basic definition and typographic context see reference on brackets. Writers and readers rely on brackets to indicate optional material, editorial insertions, grouping in formulas, or syntactic structure in code.

Image gallery

1 Image

Names and common forms

Different English varieties use different names for these marks. In American English the word "bracket" typically refers to the square type, while the curved forms are called "parentheses"; in British English the term "bracket" often means the curved pair that Americans call parentheses. For naming conventions consult regional style guidance: American usage and British usage. Common forms include:

  • Parentheses or round brackets: ( )
  • Square brackets: [ ]
  • Curly braces or braces: { }
  • Angle brackets: < >

Editorial, linguistic and literary uses

In prose and scholarship brackets perform editorial functions: square brackets often enclose interpolations, corrections, or explanatory notes inserted by an editor within quoted material. Parentheses commonly indicate supplemental or parenthetical remarks that could be omitted without changing the sentence's core meaning. Editors and translators also use brackets to show omitted or altered text, alternative endings (as in claim(s)), or phonetic cues; see a guide to textual practice at editorial conventions. Brackets may also mark optional morphology such as verb endings or plural markers, illustrated in grammar notes and dictionaries: usage example.

Mathematics, logic and computing

Mathematical notation relies heavily on different bracket types to express structure and precedence. Parentheses determine the order of operations in arithmetic, while square brackets and braces are used for indexing, intervals, matrices, and set notation. Programmers use brackets to denote function calls, array indices, block delimiters, and template parameters, depending on the language. For an overview of mathematical applications see mathematical usage, and for programming roles consult a computing reference: programming contexts.

  • Grouping: 6 × (2 + 3) — parentheses change evaluation order.
  • Sets and lists: {a, b, c} — curly braces often mean a set.
  • Indexing: array[0] — square brackets frequently access elements.

Style, readability and special conventions

Excessive or nested brackets can reduce readability; alternatives include commas, dashes, or recasting the sentence. In formal prose parentheses are acceptable for concise supplementary facts — for example, political affiliation in a news note — but writers should avoid relying on them for primary clauses. Parentheses are also used in accounting and mathematics to indicate negative values or losses; see a note on numeric conventions at numeric example. For indicating optional singular or plural forms writers often use sibilant parentheses such as in claim(s); a style reference on this topic is available at grammatical notes.

History, typography and practical tips

The shapes of modern brackets derive from scribal and typographic practices that evolved to make complex text easier to parse. In computing and digital typography each bracket character has distinct code points so they can be rendered and processed reliably; angle brackets became common in markup languages to delimit tags. When nesting several layers of brackets, a conventional order of alternating types (for example, ( [ { < > } ] ) ) helps readers track paired structure. For further reading on typographic considerations see a general resource at typography reference and a technical overview at encoding and usage.

Whether used to clarify a quotation, to structure a formula, or to express optional wording, brackets are versatile tools that balance precision and clarity when applied thoughtfully.

Brackets in grammar and typography

Commonly used as punctuation marks are several types of parentheses, which are almost exclusively used in pairs (i.e. as opening and closing parentheses); the English terms differ in British (BE) and American (AE) English:

An opening and closing parenthesis is always preceded by a space (unless - as here - it is followed by a punctuation mark or the parenthesis indicates alternatives, as in Kolleg(inn)en). After an opening parenthesis and before a closing parenthesis, on the other hand, there is no space. (A full stop only precedes a closing parenthesis if a complete sentence is bracketed, as here).

Round brackets

()

(...) : (Greek/English: parentheses [AE] or round brackets [BE]): the usual brackets used in continuous text to separate and enclose parts of sentences. Unicode: U+0028 and U+0029

Square brackets

[]

[...] : (English: brackets [AE] or square brackets [BE]): Used, among other things, when something is to be bracketed within a bracket expression or to indicate omissions and insertions in quotations. In linguistics, phone are usually enclosed in square brackets ; examples: [ˈbaɪ̯ˌʃpiːlə] (IPA phonetic transcription); "[AE]" and "[BE]" in this paragraph, "[sic]" and "[...]". Unicode: U+005B and U+005D

Curly/curved brackets (accolades)

{}

{…} : also called nose braces (engl.: braces [AE] or curly brackets [BE], fr. : accolades): Are rarely used to join several lines together. They have a special meaning in dictionaries, for example. Unicode: U+007B and U+007D.

Angle clamps

⟨⟩

⟨...⟩ : also called "angle brackets"; Unicode: U+27E8 and U+27E9, respectively: see below〈...〉 in the section CJK brackets). They are rarely used. In dictionaries they have a special meaning, for example the (etymological) origin of a word is put in angle brackets, more rarely style indications in dictionaries. In linguistics, graphemes and grapheme chains are placed in angle brackets. Since these characters are missing in the ASCII character set, the ASCII characters "less than" < and "greater than" > (Unicode: U+003C and U+003E; HTML: &lt; and &gt; ) are often used instead. The latter are often used in electronic data processing to distinguish between name and e-mail address-for example: Max Mustermann <[email protected]>

CJK Staples

Other types of brackets are common in CJK fonts; the Unicode character standard contains the additional encodings for them.

〈〉

《》

「」

3008/3009

300A/300B

300C/300D

『』

【】

〔〕

300E/300F

3010/3011

3014/3015

〖〗

〘〙

〚〛

3016/3017

3018/3019

301A/301B



Brackets in the International Phonetic Alphabet

Square brackets

[]

The International Phonetic Alphabet (IPA) distinguishes the square bracket on the left "[" and the square bracket on the right "]".

In the IPA, the characters "[" and "]" indicate the beginning and end of the phonetic transcription, respectively; they have IPA numbers 901 and 902 (HTML entity &#x5B; = &#91; and &#x5D; = &#93;).

Curly/curved brackets

{}

The curly/curly brackets in the International Phonetic Alphabet indicate the beginning or end of prosodic notation; (HTML-entities &#x7B; = &#123; and &#x7D; = &#125;).

Questions and answers

Q: What are brackets?

A: Brackets are tall punctuation marks used in matched pairs within text. They can be used in mathematics and literature (written language).

Q: What is the difference between American English and British English when it comes to brackets?

A: In American English, "bracket" usually refers specifically to the "square" or "box" type. In British English, "bracket" normally refers to the "round" type, which is called a "parenthesis" mark in American usage.

Q: What are parentheses?

A: Parentheses are curved brackets "( )". They are also called round brackets, curved brackets, oval brackets, or colloquially parens.

Q: What different meanings do parentheses have?

A: Parentheses have several different meanings such as noting optional text; showing other word endings; adjusting the meaning; adding humor; indicating a negative number; grouping terms in a calculation; and showing emphasis for attention.

Q: How can parentheses be used in formal writing?

A: Parentheses can be used in formal writing to add more information such as Sen. John McCain (R., Arizona) spoke at length". They can also note either singular or plural for nouns such as with the word “claim(s)”.

Q: Are there any other uses for parentheses besides those mentioned above?

A: Yes, parentheses enclose text which could be left out without destroying or altering the meaning of a sentence. However, overuse of parentheses is usually a sign of a badly structured text so it should be avoided if possible. A milder effect may be obtained by using a pair of commas around the text instead.

Q: What types of brackets are used in mathematics?

A: In mathematics various types of brackets are used for various purposes including square/box type and round/parenthesis type as well as others depending on what needs to be done mathematically speaking.

Related articles

Author

AlegsaOnline.com Bracket: types, uses, and distinctions in writing, mathematics and computing

URL: https://en.alegsaonline.com/art/13585

Share

Sources