LaTeX is a popular document preparation software that allows you to create various forms of written content. It presents the final document with a professional appearance, and this makes it incredibly popular with scientists and mathematicians. Many documents require the use of special symbols. The good news is that there are many different symbols in LaTeX. This guide will list the various symbols in each category and how to insert them into your LaTeX document.
Table of Contents
How to Insert Symbols in Your LaTeX Document?
You may be wondering how to insert symbols in LaTeX. It is possible to add certain symbols in-text while others require LaTeX’s math mode to be activated.
You can add simple symbols in LaTeX using their corresponding commands. For example, if you want to insert the star symbol “”, you can use the command \star in your code.
Greek Letters
Greek letters are commonly used in both maths and physics. They can be categorized as lowercase or capital letters.
Lowercase Greek letters in symbols in LaTeX are shown below:
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
\alpha | \beta | \gamma | \delta | ||||
\epsilon | \varepsilon | \zeta | \eta | ||||
\theta | \vartheta | \iota | \kappa | ||||
\lambda | \mu | \nu | \xi | ||||
\pi | \varpi | \rho | \varrho | ||||
\sigma | \varsigma | \tau | \upsilon | ||||
\phi | \varphi | \chi | \psi | ||||
\omega |
Uppercase Greek letters are shown in the table below:
Symbol | Command | Symbol | Command | Symbol | Command | Symbol | Command |
\Gamma | \Delta | \Theta | \Lambda | ||||
\Xi | \Pi | \Sigma | \Upsilon | ||||
\Phi | \Psi | \Omega |
Operator Symbols
The list of operator symbols and their corresponding commands is shown below:
Symbol | Command | Symbol | Command | Symbol | Command |
\pm | \mp | \times | |||
\div | \cdot | \ast | |||
\star | \dagger | \ddagger | |||
\amalg | \cap | \cup | |||
\uplus | \sqcap | \sqcup | |||
\vee | \wedge | \oplus | |||
\ominus | \otimes | \circ | |||
\bullet | \diamond | \lhd | |||
\rhd | \unlhd | \unrhd | |||
\oslash | \odot | \bigcirc | |||
\triangleleft | \Diamond | \bigtriangleup | |||
\bigtriangledown | \Box | \triangleright | |||
\setminus | \wr | \sqrt{x} | |||
x^{\circ} | \triangledown | \sqrt[n]{x} | |||
a^x | a^{xyz} | a_x |
Relations Symbols
Some symbols in LaTeX denote the mathematical relationship between the terms that precede and follow them. These symbols are shown below:
Symbol | Command | Symbol | Command | Symbol | Command |
\le | \ge | \neq | |||
\sim | \ll | \gg | |||
\doteq | \simeq | \subset | |||
\supset | \approx | \asymp | |||
\subseteq | \supseteq | \cong | |||
\smile | \sqsubset | \sqsupset | |||
\equiv | \frown | \sqsubseteq | |||
\sqsupseteq | \propto | \bowtie | |||
\in | \ni | \prec | |||
\succ | \vdash | \dashv | |||
\preceq | \succeq | \models | |||
\perp | \parallel | ||||
\mid | \bumpeq |
In some cases, you may need to show the negation of the relationships the above symbols represent. You can do this easily by adding “n” between “\” and the symbol term. For example, you can show the “not equal” symbol by using the command \nequal, which displays .
You should note that while LaTeX displays the majority of symbols using the commands mentioned above, simple symbols such as “>”,”<”, and “=” must be entered using the keyboard.
Arrow Symbols
The various arrow symbols in LaTeX are shown in the table below:
Symbol | Command | Symbol | Command |
\gets | \to | ||
\leftarrow | \Leftarrow | ||
\rightarrow | \Rightarrow | ||
\leftrightarrow | \Leftrightarrow | ||
\mapsto | \hookleftarrow | ||
\leftharpoonup | \leftharpoondown | ||
\rightleftharpoons | \longleftarrow | ||
\Longleftarrow | \longrightarrow | ||
\Longrightarrow | \longleftrightarrow | ||
\Longleftrightarrow | \longmapsto | ||
\hookrightarrow | \rightharpoonup | ||
\rightharpoondown | \leadsto | ||
\uparrow | \Uparrow | ||
\downarrow | \Downarrow | ||
\updownarrow | \Updownarrow | ||
\nearrow | \searrow | ||
\swarrow | \nwarrow | ||
\overrightarrow{AB} | \overleftarrow{AB} | ||
\overleftrightarrow{AB} |
Accents
LaTeX also supports many different types of accents symbols. These are shown in the table below:
Symbol | Command | Symbol | Command | Symbol | Command |
\hat{x} | \check{x} | \dot{x} | |||
\breve{x} | \acute{x} | \ddot{x} | |||
\grave{x} | \tilde{x} | \mathring{x} | |||
\bar{x} | \vec{x} |
Dots
LaTeX supports various dot symbols. These are displayed in the table below
Symbol | Command | Symbol | Command | |
\cdot | \vdots | |||
\dots | \ddots | |||
\cdots | \iddots |
Bracketing Symbols
Bracketing symbols are useful in mathematical formulas where you need to enclose expressions. The commonly used bracketing symbols in LaTeX are shown in the table below:
Symbol | Command | Symbol | Command | Symbol | Command |
\{ | \} | \| | |||
\backslash | \lfloor | \rfloor | |||
\lceil | \rceil | \langle | |||
\rangle |
Symbol Size Discrepancies
Certain symbols are presented in different sizes depending on whether you are inserting them using math mode or display mode. The symbols in display mode tend to be larger than the ones in inline mode, so you should remember to choose the correct mode depending on how you want your symbol to be represented.
Final Thoughts
As you can see, LaTeX allows you to insert a variety of different symbols into your document. These symbols can serve important functions,expecially when it comes to physics equations and mathematical formulas. So keep the above list handy when you wish to work with symbols in LaTeX for your next document.
Frequently Asked Questions
Q1. How Can I Add an Asterix Symbol in my LaTeX document?
You can add an asterix symbol using the command \ast.
Q2. What is the Difference Between Symbols Inserted in Display Mode and Math Mode?
Some symbols appear larger when inserted in display mode compared to when they are inserted in math mode.
Q3. How Do I Show Negated Relationship Symbols in LaTeX?
You can display a negated relationship symbol by adding “n” between “\” and the symbol term in the command.
Further Reading
LaTex Tutorial
- 27 Pros and Cons of Using LaTex for Scientific Writing
- 6 easy steps to create your first Latex document examples
- How to add circuit diagrams in Latex
- How to change Latex font and font size
- How to create a Latex table of contents
- How to create footnotes in LaTeX and how to refer to them, using the builtin commands
- How to create Glossaries in LaTeX
- How to create plots in Latex – codes and examples
- How to create tables in LaTeX – rows, columns, pages and landscape tables
- How to drawing graphs in Latex – vector graphics with tikz
- How to highlight source code in LaTeX
- How to insert an image in LaTeX – Managing Latex figure and picture
- How to Itemize and Number List – Adding Latex Bullet Points
- How to make hyperlink in latex – Clickable links
- How to reference in Latex – 5 steps to bibliography with Bibtex
- How to use Latex Packages with examples
- How to use LaTeX paragraphs and sections
- LaTeX Installation Guide – Easy to follow steps to install LaTex
- Learn to typeset and align Latex equations and math