
Quick Look at the Main Bracket Types
Several bracketing punctuation marks appear in English, but they are not interchangeable. Each one wraps information in a different way and belongs to a different set of conventions. Pick the wrong mark, and a sentence may look informal, unclear, or simply nonstandard.
| Symbol | Name | Primary Use in Writing |
|---|---|---|
| ( ) | Parentheses (round brackets) | Extra details, side comments, abbreviations |
| [ ] | Square brackets (brackets) | Editorial additions or changes inside quotations |
| { } | Curly braces (braces) | Mathematical sets and programming structures |
| < > | Angle brackets (chevrons) | HTML markup, web addresses, phonetic or linguistic notation |
For ordinary prose, parentheses do most of the work. Square brackets show up more often in journalism, scholarship, and quoted material. Curly braces and angle brackets are more technical; you are most likely to meet them in math, code, linguistics, or markup.
How Parentheses ( ) Are Used
Parentheses—often called "round brackets" in British English—are the bracket marks writers use most often. They hold material that explains, qualifies, or comments on the main sentence without becoming part of its core structure.
Including Extra but Nonessential Details
Parentheses commonly add information that helps the reader but is not required for the sentence to make sense:
- The museum (opened in 1924) houses one of the city’s largest art collections.
- Our neighbor (the one with the red bicycle) offered to water the plants.
- The survey produced similar findings (see Appendix B).
Introducing Short Forms and Acronyms
When a writer first gives an abbreviation or acronym, parentheses can hold either the shortened form or the full phrase:
- The National Aeronautics and Space Administration (NASA) released the images.
- The pay-per-click (PPC) campaign brought in new customers.
Marking Items with Numbers or Letters
- Before boarding, have ready (1) your ticket, (2) photo identification, and (3) any required forms.
- Applicants must (a) submit a résumé and (b) complete the skills assessment.
Showing That a Word May Be Singular or Plural
- The employee(s) assigned to closing should lock the side door.
- Upload the file(s) before the deadline.
Giving Dates, Source Citations, and References
- Jane Austen (1775–1817) published six major novels.
- Researchers found a link between exercise and mood (Garcia, 2021).
Adding a Brief Aside or Comment
- The lecture was useful (though longer than advertised).
- Marcus forgot his badge again (no surprise there) and had to sign in at the desk.
Formatting Area Codes in Phone Numbers
- Reach the office at (555) 867-5309.
How Square Brackets [ ] Work
Square brackets (often just called "brackets" in American English) do a narrower job than parentheses. Their main role is to show that someone has inserted, adjusted, or identified something inside quoted material.
Adding Clarification Inside a Quotation
If a quotation needs extra context, square brackets tell readers that the added words are yours rather than the original speaker’s or writer’s:
The officer said, "She [the store manager] closed the front entrance at 9 p.m."
The article reported that "the delay [in the shipment] affected three regional offices."
Adjusting Quote Grammar or Capitalization
When a quotation must be altered slightly so it fits into your own sentence, brackets mark the alteration:
The review concluded that "[t]he strongest evidence came from the final trial."
Using the Mark [sic]
The Latin term sic, meaning "thus" or "so," appears in brackets to show that an error was present in the source text and was not introduced by the person quoting it:
The sign read, "All visitors must recieve [sic] a parking pass."
Putting Brackets Inside Parentheses
If one set of brackets must appear inside parentheses, square brackets are normally used for the inner set:
(The interviews [conducted in March] support the same conclusion.)
Showing Editorial Omissions with Ellipses
Some style guides, especially MLA, place an ellipsis in brackets to signal that the writer has removed words from a quotation:
"The new schedule was intended to [. . .] reduce wait times."
Recording Exact Sounds in Linguistics
In linguistics, square brackets are used for phonetic transcription. This differs from phonemic transcription, which is usually placed between slashes:
- The word "ship" may be transcribed phonetically as [ʃɪp].
What Curly Braces { } Are For
Curly braces, also known as "curly brackets" or simply "braces," almost never appear in ordinary English sentences. They belong mostly to technical fields, especially mathematics, computing, and a few specialized academic systems.
Writing Sets in Mathematics
In math, curly braces identify sets, or collections of items:
- A set of vowels: {a, e, i, o, u}
- A set of whole numbers: {0, 1, 2, 3, …}
Marking Structures in Programming
Many programming languages, including C, C++, Java, JavaScript, and Python dictionaries, use curly braces for code blocks, objects, or data structures:
function greet() { return "Hello, world!"; }
Grouping Staves in Music Notation
In music, curly braces are also called "accolades." They can connect related staves, such as the treble and bass staves used together in piano notation.
Creating Layers in Mathematical Expressions
For mathematical expressions with several nested levels, a common order is {[( )]}. In that pattern, curly braces sit on the outside.
Uses of Angle Brackets < >
Angle brackets, also called "chevrons," are mainly specialized marks:
Writing HTML and XML Markup
HTML and XML rely on angle brackets for tags such as <p>, <div>, and <a href="…">.
Separating Email Addresses and URLs
In formal writing, angle brackets may surround an email address or URL so the address is clearly set off from the rest of the sentence:
Send questions to <info@example.com>.
Identifying Written Characters in Linguistics
Some linguistic traditions use angle brackets for graphemes, meaning written characters, rather than speech sounds:
- The grapheme <g> has different sounds in "go" and "giant."
Where Punctuation Goes with Brackets
Other punctuation marks must be placed carefully when brackets are involved:
Handling Full Stops and Periods
When parenthetical material is only part of a larger sentence, the period belongs outside the closing parenthesis:
The presentation went well (despite a brief projector problem).
When the parenthetical material stands as a complete sentence on its own, the period belongs inside:
(The projector failed ten minutes before the session began.)
Using Commas Near Parentheses
A comma should not appear immediately before an opening parenthesis. If the surrounding sentence calls for a comma, place it after the closing parenthesis:
Incorrect: The supervisor, (who had just arrived,) reviewed the file.
Correct: Although the change was sudden (and unpopular), the team adapted.
Placing Question Marks and Exclamation Points
If only the parenthetical part is a question or exclamation, put the mark inside the parentheses:
He bought the last ticket (how lucky was that?).
If the whole sentence asks the question, place the mark after the closing parenthesis:
Have you seen the invoice (the one from Monday)?
Brackets Inside Other Brackets
Sometimes one bracketed element has to sit inside another. The preferred pattern depends on what kind of writing you are doing:
Layering Brackets in Prose
In ordinary writing, square brackets go inside parentheses:
(The notes [saved on the shared drive] explain the decision.)
Layering Brackets in Math
In mathematics, the usual nesting order from the inside outward is: ( ), [ ], { }:
{5 × [2 + (8 − 3)]}
Keeping Nested Material Readable
If a sentence needs more than one level of nested brackets, it may need rewriting. Heavy nesting slows readers down and often means the sentence is carrying too many side details at once.
American and British Names for Brackets
Bracket terminology is not the same in British and American English, so the names can be confusing:
| Symbol | American English | British English |
|---|---|---|
| ( ) | Parentheses | Brackets (or round brackets) |
| [ ] | Brackets (or square brackets) | Square brackets |
| { } | Braces (or curly braces) | Curly brackets |
The main difference is simple: Americans usually say "parentheses" for ( ), while British speakers often call them "brackets." Americans may call [ ] "brackets," while British usage is more likely to say "square brackets." Match your terminology to your audience when precision matters.
Bracket Use in Scholarly Writing
Academic prose uses parentheses and square brackets frequently, especially for sources, statistics, and quotations:
- Statistical notation: (M = 4.5, SD = 1.2)
- Author-date systems: (cf. Brown, 2018; see also Lee, 2021)
- Clarifications in quotes: "[The study] confirmed the hypothesis" (Jones, 2019, p. 12).
- In-text citations: (Smith, 2020) or (Smith, 2020, p. 45)
For academic work, follow the bracket rules required by your citation style, whether you are using APA, MLA, Chicago, Harvard, or another system. Consistency helps your work look careful and credible.
Mistakes Writers Often Make
Mistake 1: Choosing Square Brackets for Ordinary Asides
Incorrect: The garden [which had been neglected all summer] finally recovered.
Correct: The garden (which had been neglected all summer) finally recovered.
Mistake 2: Leaving a Bracket Unclosed
Every opening bracket needs a matching closing bracket. Missing closers are easy to overlook, especially in long sentences, citations, and code.
Mistake 3: Loading Sentences with Too Many Parentheses
Too many parenthetical comments make prose choppy. If the detail matters, work it into the sentence. If it does not add much, cut it.
Mistake 4: Placing a Comma Before an Opening Parenthesis
Incorrect: The coordinator, (Maya) sent the schedule.
Correct: The coordinator (Maya) sent the schedule.
Main Points to Remember
- Curly braces { } belong mainly to mathematics, where they show sets, and programming, where they can mark code blocks or data structures.
- Parentheses ( ) are the standard choice for extra information, citations, abbreviations, dates, and brief asides in regular writing.
- Angle brackets < > are common in HTML, some URL or email formatting, and certain linguistic notation.
- Square brackets [ ] are used for editorial additions, changes inside quotations, [sic], and some academic conventions.
- Use square brackets inside parentheses when ordinary prose requires one bracketed element within another.
- Put periods inside parentheses only when the entire parenthetical unit is a standalone sentence; otherwise, put them outside.
- Remember that British and American terminology does not always match.
Once you know the job of each bracket type, the choice is usually straightforward: parentheses for ordinary extra information, square brackets for editorial work in quotations, braces for technical notation, and angle brackets for markup or specialized uses. For more punctuation help, see our guides to the em dash, en dash, and hyphen, comma rules, and the colon.
Look Up Any Word Instantly on Dictionary Wiki
Get definitions, pronunciation, etymology, synonyms & examples for 1,200,000+ words.
Search the Dictionary