Brackets and Braces Symbols — How to Type ( ) [ ] { } on Any Device

Brackets and Braces Symbols — How to Type ( ) [ ] { } on Any Device

Brackets and braces are punctuation symbols used every day in writing, math, programming, spreadsheets, citations, and web development. The four main types are parentheses ( ), square brackets [ ], curly braces { }, and angle brackets < >. On any standard English keyboard, you can type all four bracket types using simple keyboard shortcuts — Shift+9 for (, the [ key for [, Shift+[ for {, and Shift+comma for <. Beyond the standard keyboard, this guide covers every bracket and brace symbol typing method for Windows, Mac, Microsoft Word, Excel, PowerPoint, Google Docs, Google Sheets, Chromebook, iPhone, Android, HTML, CSS, JavaScript, and Python. You will also find complete Alt code tables, Unicode reference values, HTML entity codes, copy-paste tables for special bracket symbols, and a clear explanation of when to use each bracket type — all in one place.


All Bracket and Brace Symbols — Copy and Paste Tables

Standard Bracket Symbols

SymbolNameUnicodeAlt CodeKeyboard Shortcut
(Left ParenthesisU+0028Alt + 40Shift + 9
)Right ParenthesisU+0029Alt + 41Shift + 0
[Left Square BracketU+005BAlt + 91[ key
]Right Square BracketU+005DAlt + 93] key
{Left Curly BraceU+007BAlt + 123Shift + [
}Right Curly BraceU+007DAlt + 125Shift + ]
<Left Angle BracketU+003CAlt + 60Shift + comma
>Right Angle BracketU+003EAlt + 62Shift + period

Bracket Pairs — Quick Copy

PairNameUnicode Range
( )Parentheses / Round BracketsU+0028–U+0029
[ ]Square Brackets / Box BracketsU+005B–U+005D
{ }Curly Braces / Curly BracketsU+007B–U+007D
< >Angle Brackets / Less-GreaterU+003C–U+003E
⟨ ⟩Mathematical Angle BracketsU+27E8–U+27E9
⟪ ⟫Double Mathematical Angle BracketsU+27EA–U+27EB
⟦ ⟧White Square BracketsU+27E6–U+27E7
【 】Black Lenticular BracketsU+3010–U+3011
〖 〗White Lenticular BracketsU+3016–U+3017
〔 〕Tortoise Shell BracketsU+3014–U+3015
〘 〙White Tortoise Shell BracketsU+3018–U+3019
‹ ›Single Angle Quotation MarksU+2039–U+203A
« »Double Angle Quotation MarksU+00AB–U+00BB
❨ ❩Ornate ParenthesesU+2768–U+2769
❪ ❫Flat Pressed ParenthesesU+276A–U+276B
❬ ❭Medium Angle BracketsU+276C–U+276D
❮ ❯Heavy Angle BracketsU+276E–U+276F
❰ ❱Medium Flattened ParenthesesU+2770–U+2771

HTML and Unicode Code Reference

SymbolHTML DecimalHTML HexCSS UnicodeWord Alt+X
(&#40;&#x28;\00280028 + Alt+X
)&#41;&#x29;\00290029 + Alt+X
[&#91;&#x5B;\005B005B + Alt+X
]&#93;&#x5D;\005D005D + Alt+X
{&#123;&#x7B;\007B007B + Alt+X
}&#125;&#x7D;\007D007D + Alt+X
<&lt; or &#60;&#x3C;\003C003C + Alt+X
>&gt; or &#62;&#x3E;\003E003E + Alt+X

Quick Reference — All Bracket Keyboard Shortcuts

Windows and Linux

SymbolShortcutNotes
(Shift + 9Universal
)Shift + 0Universal
[[ keyNear Enter key
]] keyNear Enter key
{Shift + [Curly brace left
}Shift + ]Curly brace right
<Shift + commaLess-than sign
>Shift + periodGreater-than sign

Mac

SymbolShortcutNotes
(Shift + 9Same as Windows
)Shift + 0Same as Windows
[[ keyRight of P key
]] keyRight of [ key
{Shift + [Same keys + Shift
}Shift + ]Same keys + Shift
<Shift + commaSame as Windows
>Shift + periodSame as Windows

On non-US Mac keyboard layouts, bracket positions may differ. Use Character Viewer (Control + Command + Space) as a fallback.

Windows Alt Codes — Full Table

SymbolNameAlt Code
(Left ParenthesisAlt + 40
)Right ParenthesisAlt + 41
[Left Square BracketAlt + 91
]Right Square BracketAlt + 93
{Left Curly BraceAlt + 123
}Right Curly BraceAlt + 125
<Less-than / Left AngleAlt + 60
>Greater-than / Right AngleAlt + 62

Alt codes require Num Lock on and the numeric keypad. The top number row does not work for Alt codes.


What Are Brackets and Braces?

Brackets and braces are paired punctuation symbols that enclose, group, or frame text, numbers, formulas, or code. They appear in four main forms in English:

  1. Parentheses ( ) — also called round brackets; the most common type
  2. Square brackets [ ] — also called box brackets or hard brackets
  3. Curly braces { } — also called curly brackets or simply braces
  4. Angle brackets < > — also called chevrons or less-than/greater-than signs

Each type has distinct conventions across writing, mathematics, programming, and typography. Choosing the wrong bracket type in the wrong context — such as using curly braces instead of parentheses in prose, or using < > instead of < > in HTML — creates errors or confusion.


Parentheses ( ) — Complete Guide

What Are Parentheses?

Parentheses ( ) are the curved round brackets used to add extra information, asides, clarifications, or grouped expressions without interrupting the main sentence flow.

Also called: round brackets, oval brackets

When to Use Parentheses

ContextExample
Extra information in proseThe meeting is on Friday (not Monday).
Abbreviations and acronymsSearch Engine Optimization (SEO)
Math grouping(A + B) × C
Function calls in codeprint(“Hello”)
Excel formulas=SUM(A1:A5)
Phone number formatting(555) 123-4567
References and citationsSmith (2024) argues that…

How to Type Parentheses — All Methods

Keyboard shortcut (all platforms):

  • Left parenthesis (Shift + 9
  • Right parenthesis )Shift + 0

Alt codes (Windows):

  • ( → Alt + 40
  • ) → Alt + 41

Unicode (Word Alt+X):

  • ( → Type 0028 + Alt+X
  • ) → Type 0029 + Alt+X

HTML:

  • (&#40;
  • )&#41;

Square Brackets [ ] — Complete Guide

What Are Square Brackets?

Square brackets [ ] are the right-angled box-shaped brackets used for editorial notes in quotations, array indexes in programming, structured references in spreadsheets, and optional parameters in technical writing.

Also called: box brackets, hard brackets, crotchets

When to Use Square Brackets

ContextExample
Editorial note in a quote“She [the coach] was delighted.”
Citation referenceAs noted in the study [1]
Array indexing in codecolors[0]
External workbook in Excel[Book1.xlsx]Sheet1!A1
Optional parametercommand [options]
Phonetic transcription/prəˈnʌnsiˈeɪʃən/ → [prəˌnʌnsiˈeɪʃən]
Regex character class[a-z] matches any lowercase letter

How to Type Square Brackets — All Methods

Keyboard shortcut (all platforms):

  • Left square bracket [[ key (right of P on US keyboard)
  • Right square bracket ]] key (right of [ key)

Alt codes (Windows):

  • [ → Alt + 91
  • ] → Alt + 93

Unicode (Word Alt+X):

  • [ → Type 005B + Alt+X
  • ] → Type 005D + Alt+X

HTML:

  • [&#91;
  • ]&#93;

Curly Braces { } — Complete Guide

What Are Curly Braces?

Curly braces { } are the decorative looped brackets primarily used in programming languages to define code blocks, in mathematics to denote sets, and in template systems to mark variable placeholders.

Also called: curly brackets, braces, flower brackets, squiggly brackets

When to Use Curly Braces

ContextExample
Programming code blocksfunction test() { return true; }
JavaScript objectsconst user = { name: “Ana”, age: 28 };
CSS style rulesbody { color: black; }
Python dictionaries{“key”: “value”}
Math sets{1, 2, 3, 4, 5}
Template variablesDear {first_name},
Excel array formulas{=SUM(A1:A5*B1:B5)}
Set notationA = {x

How to Type Curly Braces — All Methods

Keyboard shortcut (all platforms):

  • Left curly brace {Shift + [
  • Right curly brace }Shift + ]

Alt codes (Windows):

  • { → Alt + 123
  • } → Alt + 125

Unicode (Word Alt+X):

  • { → Type 007B + Alt+X
  • } → Type 007D + Alt+X

HTML:

  • {&#123;
  • }&#125;

Important Excel note: Never type curly braces manually around Excel array formulas. Excel adds them automatically when you press Ctrl+Shift+Enter to confirm an array formula. Manually typed curly braces will be treated as text, not as formula operators.


Angle Brackets < > — Complete Guide

What Are Angle Brackets?

Angle brackets < > are the pointed brackets that double as the less-than and greater-than signs. They are used in HTML/XML tags, comparison operators in math and programming, placeholder notation in documentation, and template syntax.

Also called: chevrons, less-than/greater-than signs, pointy brackets, diamond brackets

When to Use Angle Brackets

ContextExample
HTML tags<p>This is a paragraph.</p>
XML markup<title>Page Title</title>
Math comparison5 < 10 or 10 > 5
Programming comparisonif (age > 18)
Excel comparison=A1<>B1 means “not equal to”
Placeholder textEnter <your name> here
TypeScript/C++ genericsArray<string>
Email address formattingContact admin@site.com

How to Type Angle Brackets — All Methods

Keyboard shortcut (all platforms):

  • Left angle bracket <Shift + comma
  • Right angle bracket >Shift + period

Alt codes (Windows):

  • < → Alt + 60
  • > → Alt + 62

Unicode (Word Alt+X):

  • < → Type 003C + Alt+X
  • > → Type 003E + Alt+X

HTML — CRITICAL RULE: In HTML, you must never use bare < and > in visible text content. They will break the HTML parser. Use these entities instead:

  • <&lt; or &#60;
  • >&gt; or &#62;

html

<!-- WRONG: breaks the HTML parser -->
<p>Use < and > for comparisons.</p>

<!-- CORRECT: displays < and > safely -->
<p>Use &lt; and &gt; for comparisons.</p>

Parentheses vs Brackets vs Braces vs Angle Brackets — Full Comparison

FeatureParentheses ( )Square Brackets [ ]Curly Braces { }Angle Brackets < >
ShapeCurved / roundSquare / hardCurly / loopedPointed / angular
Other namesRound bracketsBox bracketsBracesChevrons
Writing useExtra info, asidesEditorial notes in quotesSets (rare in prose)Rarely in prose
Math useGroupingIntervals, matricesSets, groupingVectors, sequences
ProgrammingFunction callsArrays, indexesCode blocks, objectsTags, generics
HTML roleSafe to useSafe to useSafe to useMust be escaped
Excel roleFormulasExternal referencesAuto-added arraysComparison operators
KeyboardShift + 9/0[ ] keysShift + [ ]Shift + , / .
Alt code40 / 4191 / 93123 / 12560 / 62

How to Type Brackets on Windows

Windows keyboards follow the standard US layout for bracket shortcuts. All methods below work across Microsoft Office apps, browsers, text editors, and developer tools.

Standard Keyboard Shortcuts

SymbolShortcut
(Shift + 9
)Shift + 0
[[ key
]] key
{Shift + [
}Shift + ]
<Shift + comma
>Shift + period

Using Alt Codes on Windows

When a bracket key is broken, non-functional, or remapped:

  1. Turn on Num Lock
  2. Hold the Alt key
  3. Type the code on the numeric keypad (not the top number row)
  4. Release Alt
SymbolAlt Code
(Alt + 40
)Alt + 41
[Alt + 91
]Alt + 93
{Alt + 123
}Alt + 125
<Alt + 60
>Alt + 62

Using Windows Character Map

  1. Press Start, search for Character Map
  2. Open Character Map
  3. Select font: Arial or Calibri
  4. Search for bracket, brace, or parenthesis
  5. Click the symbol → SelectCopy → paste with Ctrl+V

How to Type Brackets on Mac

Mac keyboards use identical shortcuts to Windows for all standard brackets on US layouts.

SymbolMac ShortcutNotes
(Shift + 9Same as Windows
)Shift + 0Same as Windows
[[ keyRight of P
]] keyRight of [
{Shift + [Curly brace
}Shift + ]Curly brace
<Shift + commaAngle bracket
>Shift + periodAngle bracket

Mac Character Viewer (for special brackets)

To insert decorative or special bracket symbols on Mac:

  1. Press Control + Command + Space
  2. Search for: bracket, brace, parenthesis, or lenticular
  3. Double-click the symbol to insert it at the cursor

Useful for finding: ⟨ ⟩ 【 】 〔 〕 ❨ ❩ ❬ ❭ ❮ ❯


How to Type Brackets in Microsoft Word

Standard Keyboard Shortcuts

All standard bracket shortcuts work normally in Word. Additionally, Word supports Unicode conversion.

Unicode + Alt+X Method (Word Only)

Type the Unicode value, then press Alt + X to convert:

SymbolType ThisPressResult
(0028Alt + X(
)0029Alt + X)
[005BAlt + X[
]005DAlt + X]
{007BAlt + X{
}007DAlt + X}
<003CAlt + X<
>003EAlt + X>
27E8Alt + X
27E9Alt + X
3010Alt + X
3011Alt + X

Insert Symbol Menu in Word

For special bracket symbols not on the keyboard:

  1. Click the insertion point in your document
  2. Go to Insert → Symbol → More Symbols
  3. Set Font to Arial Unicode MS or Segoe UI Symbol
  4. Set Subset to General Punctuation or CJK Symbols
  5. Browse to the bracket you need
  6. Click InsertClose

How to Type Brackets in Excel

Excel uses all four bracket types in distinct ways. Understanding Excel’s bracket rules prevents formula errors.

Excel Bracket Usage Guide

SymbolExcel UseExample
( )Formula grouping, function arguments=SUM(A1:A5), =(A1+B1)*C1
[ ]External workbook references[Book1.xlsx]Sheet1!A1
{ }Array formula wrapper (auto-added by Excel){=SUM(A1:A5*B1:B5)}
< >Comparison operators=A1<10, =A1>B1, =A1<>B1

Typing Brackets in Excel

Parentheses: Shift + 9 and Shift + 0 — use freely in all formula types.

Square brackets: Press the [ key — used in external references; Excel auto-adds them in some structured table contexts.

Curly braces in Excel: Do NOT type manually in formulas. Excel adds { } automatically when you press Ctrl + Shift + Enter to confirm a legacy array formula in older Excel versions. In Excel 365 and later, dynamic array formulas do not require this.

Angle brackets in Excel:

  • < = less than
  • > = greater than
  • <= = less than or equal to
  • >= = greater than or equal to
  • <> = not equal to

How to Type Brackets in PowerPoint

PowerPoint supports all standard keyboard shortcuts for brackets.

Practical bracket use in slides:

Use CaseSymbolExample
Step label( )Step 1 (Introduction)
Important note[ ][See appendix for details]
Placeholder{ }{Speaker name}
URL placeholder< ><your-website-url.com>
Math on slides( )(A + B) × C

For special bracket symbols in PowerPoint, use Insert → Symbol, select Segoe UI Symbol, and search for the bracket name.


How to Type Brackets in Google Docs

Standard Shortcuts

All keyboard shortcuts for brackets work normally in Google Docs.

Special Characters Menu

  1. Go to Insert → Special characters
  2. Search for: bracket, brace, parenthesis, lenticular, or tortoise shell
  3. Click the symbol to insert it

This is the best way to find special bracket symbols like ⟨ ⟩, 【 】, 〔 〕, and 〖 〗 in Google Docs.


How to Type Brackets in Google Sheets

Google Sheets uses brackets in formulas the same way as Excel.

SymbolGoogle Sheets UseExample
( )Function arguments=SUM(A1:A10)
[ ]External data referencesIMPORTRANGE
{ }Array literal notation={1,2,3}
< >Comparison operators=IF(A1>10,"Yes","No")

In Google Sheets, you can type array literal curly braces manually:

={A1:A5, B1:B5}

This is different from Excel’s legacy array formula behavior.


How to Type Brackets on Chromebook

Chromebook keyboards use the same bracket shortcuts as Windows:

SymbolShortcut
(Shift + 9
)Shift + 0
[[ key
]] key
{Shift + [
}Shift + ]
<Shift + comma
>Shift + period

For special brackets via Unicode on Chromebook:

  1. Press Ctrl + Shift + U
  2. Type the Unicode value (e.g., 27E8 for ⟨)
  3. Press Enter or Space

How to Type Brackets on iPhone and iPad

Finding Bracket Keys on iPhone

  1. Tap any text field to open the keyboard
  2. Tap 123 to switch to the number/symbol keyboard
  3. Tap ( or ) directly — parentheses are visible here
  4. For [ ] { } < >, tap #+= for the extended symbols page
  5. Tap the bracket symbol you need

iPhone Bracket Availability by Keyboard Page

PageAvailable Brackets
Letters (ABC)None
Numbers (123)( )
Symbols (#+= )[ ] { } < >

How to Type Brackets on Android

Finding Bracket Keys on Android (Gboard)

  1. Tap any text field
  2. Tap ?123 to open the numbers/symbols keyboard
  3. Tap ( or ) — visible on the first symbols page
  4. Tap =< or #+= for the extended symbols page
  5. Find [ ] { } < > there

Android Bracket Availability by Keyboard Page

PageAvailable Brackets
LettersNone
Symbols (?123)( )
Extended symbols (=<)[ ] { } < >

Exact bracket positions vary between keyboard apps (Gboard, SwiftKey, Samsung Keyboard). If you cannot find a bracket, copy-paste it from this guide.


Brackets and Braces in HTML — Full Entity Code Reference

HTML handles angle brackets differently from all other bracket types. Using raw < and > characters inside visible HTML text content breaks the HTML parser because the browser treats them as tag delimiters.

HTML Entity Codes Table

SymbolNameSafe HTML CodeHTML HexNamed Entity
(Left Parenthesis&#40;&#x28;
)Right Parenthesis&#41;&#x29;
[Left Square Bracket&#91;&#x5B;
]Right Square Bracket&#93;&#x5D;
{Left Curly Brace&#123;&#x7B;
}Right Curly Brace&#125;&#x7D;
<Less-than / Left Angle&#60;&#x3C;&lt;
>Greater-than / Right Angle&#62;&#x3E;&gt;
Math Left Angle Bracket&#10216;&#x27E8;
Math Right Angle Bracket&#10217;&#x27E9;
Black Lenticular Left&#12304;&#x3010;
Black Lenticular Right&#12305;&#x3011;

HTML Usage Examples

html

<!-- Safe angle bracket display in text -->
<p>Use &lt;html&gt; to open an HTML document.</p>

<!-- Parentheses in visible text — safe to use directly -->
<p>The result (shown above) is 42.</p>

<!-- Showing code examples safely -->
<code>function greet() &#123; return "Hello"; &#125;</code>

<!-- Mathematical expression with angle brackets -->
<p>If a &lt; b and b &lt; c, then a &lt; c.</p>

Brackets and Braces in CSS

CSS uses all three main bracket types with distinct structural roles.

CSS Bracket Roles

SymbolCSS RoleExample
{ }Style rule blocksbody { color: black; }
( )Function valuesrgb(255, 0, 0), calc(100% - 20px)
[ ]Attribute selectorsinput[type="text"]
< >Not used in CSS

CSS Examples

css

/* Curly braces — define property blocks */
h1 {
  font-size: 2rem;
  color: #333;
}

/* Parentheses — function arguments */
.box {
  background: linear-gradient(to right, #fff, #000);
  transform: translateX(50px);
  width: calc(100% - 40px);
}

/* Square brackets — attribute selectors */
a[href^="https"] {
  color: green;
}

input[type="email"] {
  border: 1px solid blue;
}

/* Combining all types */
.menu > li:nth-child(2n+1)[data-active="true"] {
  background: rgba(0, 0, 0, 0.1);
}

Brackets and Braces in JavaScript

JavaScript uses all four bracket types extensively across its syntax.

JavaScript Bracket Roles

SymbolJavaScript RoleExample
( )Function calls, conditions, groupingalert("Hi"), if (x > 0)
{ }Code blocks, objects, destructuringconst obj = { key: "val" }
[ ]Arrays, index access, destructuringarr[0], const [a, b] = arr
< >Comparison, JSX tags, TypeScript genericsx < 10, <Component />

JavaScript Code Examples

javascript

// Parentheses — function calls and conditions
function greet(name) {
  return "Hello, " + name;
}
if (age >= 18) {
  console.log("Adult");
}

// Curly braces — objects and code blocks
const user = {
  name: "Alice",
  age: 30,
  active: true
};

// Square brackets — arrays and index access
const colors = ["red", "green", "blue"];
console.log(colors[0]);  // "red"

// Destructuring with brackets
const { name, age } = user;
const [first, second] = colors;

// Angle brackets in TypeScript
const items: Array<string> = ["a", "b", "c"];

Brackets and Braces in Python

Python uses three main bracket types, each with a specific data structure or syntax role.

Python Bracket Roles

SymbolPython RoleExample
( )Tuples, function calls, grouping(1, 2, 3), print("Hi")
[ ]Lists, index access, slicing[1, 2, 3], arr[0:3]
{ }Dictionaries, sets{"key": "val"}, {1, 2, 3}
< >Comparison operators onlyif x < 10:

Python Code Examples

python

# Parentheses — tuples and function calls
coordinates = (40.7128, -74.0060)
print("New York coordinates:", coordinates)

# Square brackets — lists and slicing
fruits = ["apple", "banana", "cherry"]
print(fruits[0])       # apple
print(fruits[1:3])     # ['banana', 'cherry']

# Curly braces — dictionaries
person = {
    "name": "Bob",
    "age": 25,
    "city": "London"
}
print(person["name"])  # Bob

# Curly braces — sets
unique_numbers = {1, 2, 3, 2, 1}
print(unique_numbers)  # {1, 2, 3}

# Angle brackets — comparisons only
if 5 < 10:
    print("Five is less than ten")

Special Bracket Symbols — Decorative and International

Beyond the four keyboard brackets, Unicode includes a wide range of decorative, mathematical, and East Asian bracket symbols.

Mathematical Special Brackets

SymbolNameUnicodeUse
⟨ ⟩Mathematical Angle BracketsU+27E8–27E9Vectors, inner products
⟪ ⟫Double Angle BracketsU+27EA–27EBMatrix notation
⟦ ⟧White Square BracketsU+27E6–27E7Semantics, logic
⌊ ⌋Floor BracketsU+230A–230BFloor function
⌈ ⌉Ceiling BracketsU+2308–2309Ceiling function
⟮ ⟯Flattened ParenthesesU+27EE–27EFAdvanced math

Decorative and Ornamental Brackets

SymbolNameUnicode
❨ ❩Ornate ParenthesesU+2768–2769
❪ ❫Flat Pressed ParenthesesU+276A–276B
❬ ❭Medium Angle BracketsU+276C–276D
❮ ❯Heavy Angle BracketsU+276E–276F
❰ ❱Medium Flattened BracketsU+2770–2771
❲ ❳Light Tortoise Shell BracketsU+2772–2773

CJK and East Asian Bracket Symbols

SymbolNameUnicodeCommon Use
【 】Black Lenticular BracketsU+3010–3011Japanese titles, labels
〖 〗White Lenticular BracketsU+3016–3017Light label style
〔 〕Tortoise Shell BracketsU+3014–3015Japanese text
〘 〙White Tortoise Shell BracketsU+3018–3019East Asian typography
「 」Corner BracketsU+300C–300DJapanese quotation marks
『 』White Corner BracketsU+300E–300FDouble Japanese quotes

To type these special brackets: Use copy-paste from the table above, or in Microsoft Word type the Unicode code followed by Alt+X.


Common Uses of Brackets and Braces by Context

In Writing and Prose

UseSymbolExample
Parenthetical aside( )She arrived early (as usual).
Editorial correction in quotes[ ]“He [the manager] approved it.”
Abbreviation on first use( )Machine Learning (ML) is growing rapidly.
Nested parenthetical[ ] inside ( )(See the study [Smith, 2024])

In Mathematics

UseSymbolExample
Expression grouping( )(x + y) × z
Order of operations( ) then [ ] then { }{[(3+2) × 4] − 5}
Set notation{ }A = {1, 3, 5, 7}
Vector / inner product⟨ ⟩⟨u, v⟩
Closed interval[ ][0, 1]
Open interval( )(0, 1)
Floor function⌊ ⌋⌊3.7⌋ = 3
Ceiling function⌈ ⌉⌈3.2⌉ = 4

In Programming

Language( )[ ]{ }< >
JavaScriptCalls, conditionsArrays, indexesObjects, blocksComparisons, JSX
PythonTuples, callsLists, slicesDicts, setsComparisons
CSSFunctionsAttribute selectorsRule blocksNot used
HTMLNot structuralNot structuralNot structuralTags (escape as < >)
SQLFunction argsComparisons

In Citations and References

StyleFormatExample
APA( )(Smith, 2024, p. 42)
MLA( )(Smith 42)
Chicago footnotefootnote number
Numeric citation[ ]As reported in [1]
Sic marker[ ]“He teh [sic] winner”

Troubleshooting — Why Can’t I Type Brackets?

ProblemCauseSolution
[ types ü or another characterWrong keyboard layoutSwitch to US English in Settings
{ doesn’t appear with Shift+[Non-US layout remappingCheck keyboard layout or use Alt+123
Alt codes not workingNum Lock offPress Num Lock, use numeric keypad only
Brackets look different from expectedFont rendering differenceSwitch to Arial or Calibri
Can’t find [ ] { } on phoneWrong keyboard pageTap #+= or =< for extended symbols
Curly braces don’t work in Excel formulaTyped manuallyLet Excel auto-add them with Ctrl+Shift+Enter
< and > break my HTML pageNot escapedReplace with &lt; and &gt;
Bracket symbols show as boxesFont missing those charactersUse Segoe UI Symbol or Noto Sans

Common Mistakes with Brackets and Braces

  1. Forgetting to close the bracket — every opening bracket needs a matching closing bracket; unclosed brackets break formulas, code, and formal writing
  2. Using curly braces in Excel formulas manually — Excel adds { } automatically for array formulas; typing them yourself treats them as literal text characters
  3. Using raw < and > in HTML — always replace with &lt; and &gt; in HTML text content to prevent parsing errors
  4. Nesting parentheses when [ ] or { } are correct — in formal writing and math, use ( ) for the outermost group, [ ] for the next level, and { } for the innermost to avoid confusion
  5. Using < > as quote marks in prose — angle brackets are not quotation marks; use ” ” or ‘ ‘ for quoting in English text

Key Takeaways

  • Parentheses ( ) → Shift+9 and Shift+0 on all major keyboard layouts
  • Square brackets [ ] → dedicated keys right of the P key on US keyboards
  • Curly braces { } → Shift+[ and Shift+] using the same keys as square brackets
  • Angle brackets < > → Shift+comma and Shift+period; must be escaped as < > in HTML
  • Never manually type curly braces { } into Excel array formulas — Excel adds them automatically

Frequently Asked Questions

What are the four types of brackets?

The four main bracket types are parentheses ( ) also called round brackets, square brackets [ ] also called box brackets, curly braces { } also called curly brackets, and angle brackets < > also called chevrons or less-than/greater-than signs. Each type has distinct uses in writing, math, programming, and web development.

How do I type parentheses on keyboard?

Hold Shift and press 9 to type the left parenthesis ( and hold Shift and press 0 to type the right parenthesis ). These shortcuts work on Windows, Mac, Linux, and Chromebook keyboards with standard US layouts.

How do I type square brackets on keyboard?

Press the [ key for the left square bracket and the ] key for the right square bracket. These keys are located to the right of the P key on standard US English keyboards and work on Windows, Mac, and Linux.

How do I type curly braces on keyboard?

Hold Shift and press [ for the left curly brace { and hold Shift and press ] for the right curly brace }. These use the same keys as square brackets but require the Shift modifier.

How do I type angle brackets on keyboard?

Hold Shift and press the comma key for < and hold Shift and press the period key for >. These are the same as the less-than and greater-than signs in mathematics.

What is the difference between brackets and braces?

Brackets most commonly refers to square brackets [ ], while braces refers specifically to curly braces { }. In informal use, “brackets” can refer to any paired enclosure symbol including parentheses, square brackets, curly braces, and angle brackets. Curly braces are primarily used in programming and mathematics; square brackets appear in editorial notes, citations, and code arrays.

What are parentheses used for?

Parentheses ( ) are used to add extra information, asides, clarifications, abbreviation definitions, and grouped expressions in prose. In math and programming, parentheses group operations and pass arguments to functions such as =SUM(A1:A5) in Excel.

What are curly braces used for?

Curly braces { } are used to define code blocks in programming languages like JavaScript, Python, and CSS, to denote mathematical sets like {1, 2, 3}, to mark template placeholders like {name}, and to wrap array formulas in Excel.

What is the Alt code for curly braces?

The Alt code for the left curly brace { is Alt + 123 and the Alt code for the right curly brace } is Alt + 125. Hold Alt and type the number on the numeric keypad with Num Lock on.

What is the Alt code for square brackets?

The Alt code for the left square bracket [ is Alt + 91 and the Alt code for the right square bracket ] is Alt + 93. These require the numeric keypad with Num Lock enabled.

What is the HTML code for angle brackets?

Use &lt; or &#60; for the less-than sign < and use &gt; or &#62; for the greater-than sign >. Never use raw < and > in HTML text content because the browser treats them as HTML tag delimiters.

How do I type brackets in Word?

Use the standard keyboard shortcuts for all common bracket types. For special brackets, type the Unicode value and press Alt + X — for example, type 27E8 then press Alt+X to get the mathematical angle bracket ⟨. Use Insert → Symbol → More Symbols for visual browsing of all bracket characters.

How do I type brackets on iPhone?

Tap any text field, press 123 to switch to the numbers page, and tap ( or ) directly. For square brackets, curly braces, and angle brackets, press #+= on the extended symbols keyboard page and tap the bracket you need.


Conclusion

Brackets and braces — ( ) [ ] { } < > — are fundamental symbols used across every area of written communication, mathematics, programming, and web development. On any standard English keyboard, all four bracket types are directly accessible: parentheses with Shift+9/0, square brackets with dedicated keys, curly braces with Shift+[ ], and angle brackets with Shift+comma/period. When standard keys fail, Windows Alt codes provide a reliable backup: Alt+40/41 for parentheses, Alt+91/93 for square brackets, Alt+123/125 for curly braces, and Alt+60/62 for angle brackets. In HTML, always escape angle brackets as &lt; and &gt; to prevent page rendering errors. In Excel, never manually type curly braces in array formulas — Excel adds them automatically. For special brackets like mathematical angle brackets ⟨ ⟩ or East Asian lenticular brackets 【 】, copy-paste from the tables in this guide or use the Unicode + Alt+X method in Microsoft Word.

Similar Posts

Leave a Reply

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