LaTeX Wiki
Register
Advertisement

LaTeX symbols have either names (denoted by backslash) or special characters. They are organized into seven classes based on their role in a mathematical expression. This is not a comprehensive list. Refer to the external references at the end of this article for more information.

Class 0 (Ord) symbols: Simple / ordinary ("noun")[]

Latin letters and Arabic numerals[]

Letters are rendered in italic font; numbers are upright / roman. \imath and \jmath make "dotless" i and j, which are useful in conjunction with hats and accents.

LaTeX markup... ...results in:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
a b c d e f g h i j k l m n o p q r s t u v w x y z
0 1 2 3 4 5 6 7 8 9
\imath \quad \jmath \quad \hat{\jmath}

Greek letters[]

Lower case Greek letters are rendered in italic font; upper case Greek letters are rendered in upright/Roman.

Upper case Greek letters

Lower case Greek letters

Misc Greek letters

  \Gamma
  \Delta
  \Lambda
  \Phi
  \Pi
  \Psi
  \Sigma
  \Theta

  \Upsilon
  \Xi
  \Omega

  \alpha
  \beta
  \gamma
  \delta
  \epsilon
  \zeta
  \eta
  \theta

  \iota
  \kappa
  \lambda
  \mu
  \nu
  \xi
  \pi
  \rho

  \sigma
  \tau
  \upsilon
  \phi
  \chi
  \psi
  \omega

  \digamma
  \varepsilon
  \varkappa
  \varphi
  \varpi
  \varrho
  \varsigma
  \vartheta

Other alphabetic characters[]

  \aleph
  \beth
  \daleth
  \gimel

  \complement
  \ell
  \eth
  \hbar

  \hslash
  \mho
  \partial
  \wp

  \circledS
  \Bbbk
  \Finv

  \Game
  \Im
  \Re

Other simple symbols[]

The following characters don't have any spacing associated with them. That is, they are simple symbols, in class 0.

  \#
  \angle
  \backprime
  \bigstar
  \blacklozenge
  \blacksquare
  \blacktriangle
  \blacktriangledown
  \bot

  \clubsuit
  \diagdown
  \diagup
  \diamondsuit
  \emptyset
  \exists
  \flat
  \forall
  \heartsuit

  \infty
  \lozenge
  \measuredangle
  \nabla
  \natural
  \neg or \lnot
  \nexists
  \prime
  \S

  \sharp
  \spadesuit
  \sphericalangle
  \square
  \surd
  \top
  \triangle
  \triangledown
  \varnothing

There is also a command \& which is not supported by Wikia's LaTeX parser.

Hats, bars, and accents[]

Symbols that go above, below, or in the corners of other symbols.

Note 1: dotless i and j (symbols \imath and \jmath) can be used to leave room for whatever hat you want them to wear.

Note 2: \sideset takes two required parameters, left side and right side, and must be followed by a sum class math operator that normally takes subscripts and superscripts below and above the symbol.

  \dot{x}
  \ddot{x}
  \acute{x}
  \grave{x}
  \bar{x}
  \tilde{x}
  \breve{x}
  \check{x}
  \hat{x}
  \vec{x}
  \overset{*}{X}
  \underset{*}{X}
  \sideset{}{'}\sum
  \sideset{_1^2}{_3^4}\sum
  \widehat{xxx}
  \overline{xxx}
  \underline{xxx}
  \overbrace{xxx}
  \underbrace{xxx}

  \overleftarrow{xxx}
  \overrightarrow{xxx}
  \overleftrightarrow{xxx}
  \xleftarrow[under]{over}
  \xrightarrow[under]{over}

The following commands are not supported by the Wikia's LaTeX parser:

\dddot \widetilde \underleftarrow \underrightarrow \underleftrightarrow

Fonts[]

Bold face: \boldsymbol and \mathbf make bold face symbols, and \pmb makes very bold face symbols. However, \mathbf cannot be applied to Greek symbols, for instance. The AMS "short guide" (see references) contains a cryptic comment, "generally speaking, it is ill-advised to apply \boldsymbol to more than one symbol at a time." Best not to discover why!

LaTeX markup... ...results in:
A_\infty + \pi A_0
\mathbf{A}_\mathbf{\infty} \mathbf{+} \mathbf{\pi} \mathbf{A}_\mathbf{0}
\mathbf{A}_{\boldsymbol{\infty} } \boldsymbol{+}

\boldsymbol{\pi} \mathbf{A}_{\boldsymbol{0} }

2\alpha x^2yz+5
\mathbf{2\alpha x^2yz+5}

The \pmb command is not supported by the Wikia's LaTeX parser.

Other fonts are...


LaTeX markup... ...results in: ...is used for:
\mathbb{A B C . . . M} Blackboard bold (no lowercase) is used to represent standard sets of numbers, e.g. complex numbers, quaternions, natural numbers, octonians, rationals, reals, sedenions, integers.
\mathbb{N . . . X Y Z} Blackboard bold (no lowercase) is used to represent standard sets of numbers, e.g. complex numbers, quaternions, natural numbers, octonians, rationals, reals, sedenions, integers.
\mathcal{A B C . . . M} Calligraphic letters (no lowercase)
\mathcal{N . . . X Y Z} Calligraphic letters (no lowercase)
\mathfrak{A B C ... M} Fraktur letters
\mathfrak{N ... X Y Z} Fraktur letters
\mathfrak{a b c ... m} Fraktur letters
\mathfrak{n ... x y z} Fraktur letters
\mathrm{A B C ... M} Roman letters
\mathrm{N ... X Y Z} Roman letters
\mathrm{a b c ... m} Roman letters
\mathrm{n ... x y z} Roman letters

Spaces[]

Main article: Spaces

Simple symbols (class 0) are rendered without any space between them. Operators (class 1) are rendered with spaces. Spacing symbols change the amount of spacing, either by adding more space or taking spaces away. Space is measured in math units, or mu. 18mu equals 1em.

NOTE: commands \thinspace, \medspace, \thickspace, \negthinspace, \negmedspace, \negthickspace, \mspace, and \: are not impemented here at wikia.org!

LaTeX markup... ...results in: ...is used for:
a b c d Simple symbols (class 0) have no spaces around them
\sin b \cos d Operators (class 1) have thin spaces around them
a \, b \mspace{3mu} c \thinspace d thin 3mu space
a \: b \mspace{4mu} c \medspace d medium 4mu space
a \; b \mspace{5mu} c \thickspace d thick 5mu space
a \ b \ c \ d thicker 6mu space provided by backslash followed by blank
a \quad b \mspace{18mu} c \quad d 18mu or 1em space
a \qquad b \mspace{36mu} c \qquad d 36mu or 2em space
a \! b \mspace{-3mu} c \negthinspace d negative thin -3mu space. See \int for a suggested use.
a \negmedspace b \mspace{-4mu} c \negmedspace d negative medium -4mu space
a \negthickspace b \mspace{-5mu} c \negthickspace d negative thick -5mu space

Spaces of exactly the size of some rendered text can be obtained using the \phantom, command, and its cousins, \hphantom and \vphantom. They are not implemented here at wikia.org!

LaTeX markup... ...results in: ...is used for:
a \phantom{\int XXX} b space as wide and high as integral and three X’s
a \hphantom{\int XXX} b space as wide and high as integral and three X’s;
height 0
a \hphantom{\int XXX} b space of width 0,
as high as integral and three X’s


Class 1 (Op) symbols: prefix operator (extensible)[]

Accumulation operators: sum, integral, union, etc.[]

Main article: Sum-class symbol

These prefix operators accumulate the things they're prefixed to. "Extensible" means they have variable size to accommodate their operands, and their limits can appear below and above the operator.

  \int
  \oint
  \bigcap
  \bigcup

  \bigodot
  \bigoplus
  \bigotimes
  \bigsqcup

  \biguplus
  \bigvee
  \bigwedge
  \coprod

  \prod
  \sum

The \smallint command is not supported by the Wikia's LaTeX parser.

Named operators: sin, cos, etc.[]

If your favorite operator, say, "foo", isn't listed, then you won't be able to use \foo(x) in your LaTeX equation. But don't fret. You can get the same result with \operatorname{foo}(x). If your made-up operator needs displayed limits, as in \lim or \max, then use \operatorname*{foo}, as in the example in the following table.

  \arccos
  \arcsin
  \arctan
  \arg
  \cos
  \cosh
  \cot
  \coth
  \csc
  \deg

  \det
  \dim
  \exp
  \gcd
  \hom
  \inf
  \injlim
  \ker
  \lg
  \lim

  \liminf
  \limsup
  \ln
  \log
  \max
  \min
  \Pr
  \projlim
  \sec
  \sin

  \sinh
  \sup
  \tan
  \tanh
  \varinjlim
  \varprojlim
  \varliminf
  \varlimsup
  \operatorname{foo}_0^1

The command \operatorname* is not supported by the wikia's LaTeX parser.

Class 2 (Bin) symbols: binary operator ("conjunction")[]

The binary operator symbols are...

  *
  +
  -
  \amalg
  \ast
  \barwedge
  \bigcirc
  \bigtriangledown
  \bigtriangleup
  \boxdot
  \boxminus
  \boxplus
  \boxtimes
  \bullet
  \cap

  \Cap or \doublecap
  \cdot
  \centerdot
  \circ
  \circledast
  \circledcirc
  \circleddash
  \cup
  \Cup or \doublecup
  \curlyvee
  \curlywedge
  \dagger
  \ddagger
  \diamond
  \div

  \divideontimes
  \dotplus
  \doublebarwedge
  \gtrdot
  \intercal
  \leftthreetimes
  \lessdot
  \ltimes
  \mp
  \odot
  \ominus
  \oplus
  \oslash
  \otimes
  \pm

  \rightthreetimes
  \rtimes
  \setminus
  \smallsetminus
  \sqcap
  \sqcup
  \star
  \times
  \triangleleft
  \triangleright
  \uplus
  \vee or \lor
  \veebar
  \wedge or \land
  \wr

Class 3 (Rel) symbols: relation / comparison ("verb")[]

<, =, >, and variants[]

  <
  =
  >
  \approx
  \approxeq
  \asymp
  \backsim
  \backsimeq
  \bumpeq
  \Bumpeq
  \circeq
  \cong
  \curlyeqprec
  \curlyeqsucc
  \doteq
  \doteqdot or \Doteq
  \eqcirc
  \eqsim
  \eqslantgtr
  \eqslantless
  \equiv
  \fallingdotseq
  \geq or \ge

  \geqq
  \geqslant
  \gg
  \ggg or \gggtr
  \gnapprox
  \gneq
  \gneqq
  \gnsim
  \gtrapprox
  \gtreqless
  \gtreqqless
  \gtrless
  \gtrsim
  \gvertneqq
  \leq or \le
  \leqq
  \leqslant
  \lessapprox
  \lesseqgtr
  \lesseqqgtr
  \lessgtr
  \lesssim
  \ll

  \lll or \llless
  \lnapprox
  \lneq
  \lneqq
  \lnsim
  \lvertneqq
  \ncong
  \neq or \ne
  \ngeq
  \ngeqq
  \ngeqslant
  \ngtr
  \nleq
  \nleqq
  \nleqslant
  \nless
  \nprec
  \npreceq
  \nsim
  \nsucc
  \nsucceq
  \prec
  \precapprox

  \preccurlyeq
  \preceq
  \precnapprox
  \precneqq
  \precnsim
  \precsim
  \risingdotseq
  \sim
  \simeq
  \succ
  \succapprox
  \succcurlyeq
  \succeq
  \succnapprox
  \succneqq
  \succnsim
  \succsim
  \thickapprox
  \thicksim
  \triangleq

Arrows[]

  \circlearrowleft
  \circlearrowright
  \curvearrowleft
  \curvearrowright
  \downdownarrows
  \downharpoonleft
  \downharpoonright
  \hookleftarrow
  \hookrightarrow
  \leftarrow or \gets
  \Leftarrow
  \leftarrowtail
  \leftharpoondown
  \leftharpoonup
  \leftleftarrows
  \leftrightarrow
  \Leftrightarrow
  \leftrightarrows
  \leftrightharpoons
  \leftrightsquigarrow
  \Lleftarrow

  \longleftarrow
  \Longleftarrow
  \longleftrightarrow
  \Longleftrightarrow
  \longmapsto
  \longrightarrow
  \Longrightarrow or
          \implies
  \looparrowleft
  \looparrowright
  \Lsh
  \mapsto
  \multimap
  \nLeftarrow
  \nLeftrightarrow
  \nRightarrow
  \nearrow
  \nleftarrow
  \nleftrightarrow
  \nrightarrow
  \nwarrow

  \rightarrow or \to
  \Rightarrow
  \rightarrowtail
  \rightharpoondown
  \rightharpoonup
  \rightleftarrows
  \rightleftharpoons
  \rightrightarrows
  \rightsquigarrow
  \Rrightarrow
  \Rsh
  \searrow
  \swarrow
  \twoheadleftarrow
  \twoheadrightarrow
  \upharpoonleft
  \upharpoonright or
     \restriction
  \upuparrows

Other relation symbols[]

  \backepsilon
  \because
  \between
  \blacktriangleleft
  \blacktriangleright
  \bowtie
  \dashv
  \frown
  \in
  \mid
  \models
  \ni or \owns
  \nmid
  \notin
  \nparallel
  \nshortmid
  \nshortparallel
  \nsubseteq

  \nsubseteqq
  \nsupseteq
  \nsupseteqq
  \ntriangleleft
  \ntrianglelefteq
  \ntriangleright
  \ntrianglerighteq
  \nvdash
  \nVdash
  \nvDash
  \nVDash
  \parallel
  \perp
  \pitchfork
  \propto
  \shortmid
  \shortparallel
  \smallfrown

  \smallsmile
  \smile
  \sqsubset
  \sqsubseteq
  \sqsupset
  \sqsupseteq
  \subset
  \Subset
  \subseteq
  \subseteqq
  \subsetneq
  \subsetneqq
  \supset
  \Supset
  \supseteq
  \supseteqq
  \supsetneq
  \supsetneqq

  \therefore
  \trianglelefteq
  \trianglerighteq
  \varpropto
  \varsubsetneq
  \varsubsetneqq
  \varsupsetneq
  \varsupsetneqq
  \vartriangle
  \vartriangleleft
  \vartriangleright
  \vdash
  \Vdash
  \vDash
  \Vvdash

Class 4 (open; left) and class 5 (close; right) symbols (extensible)[]

Paired left and right symbols[]

   ( )
   [ ]
   \lbrace \rbrace
   \lVert \rVert

   \langle \rangle
   \lceil \rceil
   \lfloor \rfloor

The following commands are not supported by the Wikia's LaTeX parser:

\lvert \rvert \lgroup \rgroup \lmoustache \rmoustache

Nonpairing symbols (extensible)[]

  \vert or |
  \Vert or \|
  /
  \backslash




The following commands are not supported by the Wikia's LaTeX parser:

\arrowvert \Arrowvert \bracevert

Vertical arrows (extensible)[]

  \uparrow
  \Uparrow

  \downarrow
  \Downarrow

  \updownarrow
  \Updownarrow

Class 6 (Pun) symbols: postfix / punctuation[]

The punctuation symbols are

  .
  /
  |
  ,

  ;
  \colon
  :
  !

  ?
  \dotsb



  \ddots
  \vdots

The following commands are not supported by the Wikia's LaTeX parser:

\dotsc \dotsi \dotsm \dotso

External references[]

Advertisement