> ## Documentation Index
> Fetch the complete documentation index at: https://resources.latex-cloud-studio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LaTeX Symbols List: search and copy math symbols, Greek letters, arrows

> Complete LaTeX symbols list with Greek letters, arrows, operators, and set notation. Built for quick search and copy, not long explanations.

This page is the searchable **LaTeX symbols list**. Use it when you need to find a command quickly and paste it into your document.

<Info>
  **Use this page for**: fast lookup and copy-paste.

  **Need explanation instead?** Use the [mathematical symbols guide](/learn/latex/mathematics/symbols) for package notes, usage patterns, and symbol categories.
</Info>

## Use This Page When

| You need...                                | Best page                                                      |
| ------------------------------------------ | -------------------------------------------------------------- |
| A fast symbol lookup table                 | This page                                                      |
| A list you can search with `Ctrl+F`        | This page                                                      |
| Help choosing between similar math symbols | [Mathematical symbols guide](/learn/latex/mathematics/symbols) |
| Package and usage notes                    | [Mathematical symbols guide](/learn/latex/mathematics/symbols) |

## Quick Navigation

Jump to any section:

* [Greek Letters](#greek-letters) - α, β, γ, δ, ε...
* [Mathematical Operators](#mathematical-operators) - ∑, ∏, ∫, ∂...
* [Arrows](#arrows) - →, ←, ↔, ⇒, ⇐...
* [Set Theory](#set-theory) - ∈, ∉, ⊂, ⊃, ∪, ∩...
* [Logic Symbols](#logic-symbols) - ∧, ∨, ¬, ∀, ∃...
* [Calculus](#calculus) - ∇, ∆, ∂, ∫, ∮...
* [Special Characters](#special-characters) - ∞, ∅, ℵ, ℘...

## Contents

1. [Greek letters](#greek-letters)
2. [Arrows](#arrows)
3. [Miscellaneous symbols](#miscellaneous-symbols)
4. [Binary Operation/Relation Symbols](#binary-operationrelation-symbols)
5. [Further reading](#further-reading)

## Greek letters

### Lowercase and Uppercase Greek Letters

|       Symbol      | LaTeX                         |       Symbol      | LaTeX                   |
| :---------------: | :---------------------------- | :---------------: | :---------------------- |
|      **α** A      | `\alpha` `A`                  |      **ν** N      | `\nu` `N`               |
|      **β** B      | `\beta` `B`                   |    **ξ** **Ξ**    | `\xi` `\Xi`             |
|    **γ** **Γ**    | `\gamma` `\Gamma`             |        o O        | `o` `O`                 |
|    **δ** **Δ**    | `\delta` `\Delta`             |    **π** **Π**    | `\pi` `\Pi`             |
|   **ε** **ϵ** E   | `\epsilon` `\varepsilon` `E`  |   **ρ** **ϱ** P   | `\rho` `\varrho` `P`    |
|      **ζ** Z      | `\zeta` `Z`                   |    **σ** **Σ**    | `\sigma` `\Sigma`       |
|      **η** H      | `\eta` `H`                    |      **τ** T      | `\tau` `T`              |
| **θ** **ϑ** **Θ** | `\theta` `\vartheta` `\Theta` |    **υ** **Υ**    | `\upsilon` `\Upsilon`   |
|      **ι** I      | `\iota` `I`                   | **φ** **φ** **Φ** | `\phi` `\varphi` `\Phi` |
|      **κ** K      | `\kappa` `K`                  |      **χ** X      | `\chi` `X`              |
|    **λ** **Λ**    | `\lambda` `\Lambda`           |    **ψ** **Ψ**    | `\psi` `\Psi`           |
|      **μ** M      | `\mu` `M`                     |    **ω** **Ω**    | `\omega` `\Omega`       |

<Tip>
  **Note**: Uppercase Greek letters that look identical to Latin letters (like Alpha → A, Beta → B) are simply typed as regular capital letters.
</Tip>

## Arrows

| Symbol | LaTeX             | Symbol | LaTeX             |
| :----: | :---------------- | :----: | :---------------- |
|  **←** | `\leftarrow`      |  **⇐** | `\Leftarrow`      |
|  **→** | `\rightarrow`     |  **⇒** | `\Rightarrow`     |
|  **↔** | `\leftrightarrow` |  **⇔** | `\Leftrightarrow` |
|  **↑** | `\uparrow`        |  **⇑** | `\Uparrow`        |
|  **↓** | `\downarrow`      |  **⇓** | `\Downarrow`      |
|  **↕** | `\updownarrow`    |  **⇕** | `\Updownarrow`    |
|  **↦** | `\mapsto`         |  **⟼** | `\longmapsto`     |
|  **↗** | `\nearrow`        |  **↘** | `\searrow`        |
|  **↙** | `\swarrow`        |  **↖** | `\nwarrow`        |
|  **↪** | `\hookrightarrow` |  **↩** | `\hookleftarrow`  |

## Miscellaneous symbols

| Symbol | LaTeX       | Symbol | LaTeX         |
| :----: | :---------- | :----: | :------------ |
|  **∞** | `\infty`    |  **∀** | `\forall`     |
|  **∃** | `\exists`   |  **∄** | `\nexists`    |
|  **∅** | `\emptyset` |  **∅** | `\varnothing` |
|  **∇** | `\nabla`    |  **∂** | `\partial`    |
|  **√** | `\surd`     |  **⊤** | `\top`        |
|  **⊥** | `\bot`      |  **ℵ** | `\aleph`      |
|  **ℶ** | `\beth`     |  **ℷ** | `\gimel`      |

## Binary Operation/Relation Symbols

| Symbol | LaTeX       | Symbol | LaTeX       |
| :----: | :---------- | :----: | :---------- |
|  **×** | `\times`    |  **÷** | `\div`      |
|  **±** | `\pm`       |  **∓** | `\mp`       |
|  **∪** | `\cup`      |  **∩** | `\cap`      |
| \**\** | `\setminus` |  **⊂** | `\subset`   |
|  **⊃** | `\supset`   |  **⊆** | `\subseteq` |
|  **⊇** | `\supseteq` |  **∈** | `\in`       |
|  **∉** | `\notin`    |  **∋** | `\ni`       |
|  **≤** | `\leq`      |  **≥** | `\geq`      |
|  **∼** | `\sim`      |  **≈** | `\approx`   |
|  **≡** | `\equiv`    |  **≠** | `\neq`      |

## Practice in LaTeX Cloud Studio

<CardGroup cols={2}>
  <Card title="Try symbols in the editor" icon="cloud" href="https://app.latex-cloud-studio.com/?utm_source=resources&utm_medium=card&utm_campaign=docs_open_app&utm_content=reference_symbols_open_app">
    Copy the commands you need, paste them into a document, and check the rendered result immediately.
  </Card>

  <Card title="Math expressions guide" icon="square-root-variable" href="/learn/latex/mathematics/mathematical-expressions?utm_source=resources&utm_medium=related_guide&utm_campaign=docs_open_app&utm_content=reference_symbols_math_expressions">
    Use this when you need symbols in real equations rather than as a reference list.
  </Card>
</CardGroup>

## Further reading

For more comprehensive symbol references and advanced usage:

<CardGroup cols={2}>
  <Card title="Mathematical Expressions" icon="square-root-variable" href="/learn/latex/mathematics/mathematical-expressions">
    Learn how to write complex mathematical expressions
  </Card>

  <Card title="Advanced Mathematics" icon="function" href="/learn/latex/mathematics/advanced-math">
    Explore advanced mathematical typesetting
  </Card>

  <Card title="Chemistry Notation" icon="flask" href="/learn/latex/specialized-notation/chemistry">
    Chemical formulas and reactions
  </Card>

  <Card title="Physics Symbols" icon="atom" href="/learn/latex/specialized-notation/physics">
    Physics notation and equations
  </Card>
</CardGroup>

<Info>
  **Need more symbols?** The comprehensive `amssymb` and `amsfonts` packages provide hundreds of additional mathematical symbols. Simply add `\usepackage{amssymb}` to your preamble.
</Info>
