Skip to main content
This page explains how LaTeX math symbols are grouped and used. It focuses on operators, relations, arrows, set notation, delimiter choices, and package requirements rather than acting as a long copy-and-paste list.
Use this page for: understanding which symbol command to choose, which package adds it, and how different symbol families are usually used.Need a searchable list instead? Use the LaTeX symbols list when you only want to find a command and copy it.

Use This Guide When

Quick Symbol Reference

Common Mathematical Symbols

Set Theory and Logic Symbols

Calculus and Analysis

Mathematical Operators

Basic Arithmetic Operators

Binary Operators

Rendered Output

Union: ABA \cup BIntersection: ABA \cap BLogical and: pqp \land q

Large Operators

Rendered Output

Summation: i=1nai\displaystyle\sum_{i=1}^{n} a_iIntegral: abf(x)dx\displaystyle\int_a^b f(x)\,dxBig union: i=1nAi\displaystyle\bigcup_{i=1}^{n} A_i

Relations and Comparisons

Basic Relations

Set Relations

Advanced Relations

Arrows

Basic Arrows

Special Arrows

Delimiters

Brackets and Parentheses

Advanced Delimiters

Greek Letters Extended

Variant Forms

Special Notation

Dots and Accents

Over and Under Operations

Mathematical Alphabets

Special Font Commands

Spacing in Math Mode

Manual Spacing

Common Symbol Combinations

Physics Notation

Statistics and Probability

Best Practices

Symbol usage guidelines:
  1. Consistency: Use the same notation throughout your document
  2. Standards: Follow field-specific conventions
  3. Clarity: Define non-standard symbols
  4. Spacing: Use proper spacing around operators
  5. Size: Use \displaystyle in important inline formulas
  6. Packages: Load necessary packages (amsmath, amssymb)

Troubleshooting

Common symbol issues:
  1. Missing symbols: Add \usepackage{amssymb}
  2. Wrong size: Use \displaystyle or display math
  3. Spacing issues: Use manual spacing commands
  4. Font issues: Check if special packages needed
  5. Encoding: Use \usepackage[utf8]{inputenc}

Quick Reference Card

Essential Symbols


Next: Master Matrices and arrays for structured mathematical layouts, or explore Scientific notation for physics and chemistry.