Support Table
This is a list of TeX functions, sorted alphabetically. This list includes functions that KaTeX supports and some that it doesn't support. There is a similar page, with functions sorted by type.
If you know the shape of a character, but not its name, Detexify can help.
Symbols
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| ! | n! | |
| \! | a\!b | |
| # | \def\sqr#1{#1^2} \sqr{y} | |
| \# | ||
| % | %this is a comment | |
| \% | ||
| & | \begin{matrix}a & b \\c & d\end{matrix} | |
| \& | ||
| ' | ||
| \' | \text{\'{a}} | |
| ( | ||
| ) | ||
| \(…\) | \text{\(\frac a b\)} | |
| \ | a\ b | |
| \" | \text{\"{a}} | |
| \$ | ||
| \, | a\,\,{b} | |
| \. | \text{\.{a}} | |
| \: | a\:\:{b} | |
| \; | a\;\;{b} | |
| _ | x_i | |
| \_ | ||
| \` | \text{\'{a}} | |
| < | ||
| \= | \text{\={a}} | |
| > | ||
| \> | a\>\>{b} | |
| [ | ||
| ] | ||
| { | {a} | |
| } | {a} | |
| \{ | ||
| \} | ||
| | | ||
| \| | ||
| ~ | \text{no~no~no~breaks} | |
| \~ | \text{\~{a}} | |
| \\ | \begin{matrix}a & b \\c & d\end{matrix} | |
| ^ | x^i | |
| \^ | \text{\^{a}} |
A
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \AA | \text{\AA} | |
| \aa | \text{\aa} | |
| \above | {a \above{2pt} b+1} | |
| \abovewithdelims | Not supported | |
| \acute | \acute e | |
| \AE | \text{\AE} | |
| \ae | \text{\ae} | |
| \alef | ||
| \alefsym | ||
| \aleph | ||
| {align} | \begin{align}a&=b+c \\d+e&=f\end{align} | |
| {align*} | \begin{align*}a&=b+c \\d+e&=f\end{align*} | |
| {aligned} | \begin{aligned}a&=b+c \\d+e&=f\end{aligned} | |
| {alignat} | \begin{alignat}{2}10&x+ &3&y = 2 \\3&x+&13&y = 4\end{alignat} | |
| {alignat*} | \begin{alignat*}{2}10&x+ &3&y = 2 \\3&x+&13&y = 4\end{alignat*} | |
| {alignedat} | \begin{alignedat}{2}10&x+ &3&y = 2 \\3&x+&13&y = 4\end{alignedat} | |
| \allowbreak | ||
| \Alpha | ||
| \alpha | ||
| \amalg | ||
| \And | ||
| \and | Not supported | Deprecated |
| \ang | Not supported | Deprecated |
| \angl | ||
| \angln | ||
| \angle | ||
| \approx | ||
| \approxeq | ||
| \approxcolon | ||
| \approxcoloncolon | ||
| \arccos | ||
| \arcctg | ||
| \arcsin | ||
| \arctan | ||
| \arctg | ||
| \arg | ||
| \argmax | ||
| \argmin | ||
| {array} | \begin{array}{cc}a & b \\c & d\end{array} | |
| \array | Not supported | see {array} |
| \arraystretch | \def\arraystretch{1.5}\begin{array}{cc}a & b \\c & d\end{array} | |
| \Arrowvert | Not supported | see \Vert |
| \arrowvert | Not supported | see \vert |
| \ast | ||
| \asymp | ||
| \atop | {a \atop b} | |
| \atopwithdelims | Not supported |
B
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \backepsilon | ||
| \backprime | ||
| \backsim | ||
| \backsimeq | ||
| \backslash | ||
| \bar | \bar{y} | |
| \barwedge | ||
| \Bbb | \Bbb{ABC}KaTeX supports A-Z & k | |
| \Bbbk | ||
| \bbox | Not supported | |
| \bcancel | \bcancel{5} | |
| \because | ||
| \begin | \begin{matrix}a & b \\c & d\end{matrix} | |
| \begingroup | $\begingroup a}$ | \begingroup a} |
| \Beta | ||
| \beta | ||
| \beth | ||
| \between | ||
| \bf | \bf AaBb12 | |
| \bfseries | Not supported | |
| \big | \big(\big) | |
| \Big | \Big(\Big) | |
| \bigcap | ||
| \bigcirc | ||
| \bigcup | ||
| \bigg | \bigg(\bigg) | |
| \Bigg | \Bigg(\Bigg) | |
| \biggl | \biggl( | |
| \Biggl | \Biggl( | |
| \biggm | \biggm\vert | |
| \Biggm | \Biggm\vert | |
| \biggr | \biggr) | |
| \Biggr | \Biggr) | |
| \bigl | \bigl( | |
| \Bigl | \Bigl( | |
| \bigm | \bigm\vert | |
| \Bigm | \Bigm\vert | |
| \bigodot | ||
| \bigominus | Not supported | Issue #1222 |
| \bigoplus | ||
| \bigoslash | Not supported | Issue #1222 |
| \bigotimes | ||
| \bigr | \bigr) | |
| \Bigr | \Bigr) | |
| \bigsqcap | Not supported | Issue #1222 |
| \bigsqcup | ||
| \bigstar | ||
| \bigtriangledown | ||
| \bigtriangleup | ||
| \biguplus | ||
| \bigvee | ||
| \bigwedge | ||
| \binom | \binom n k | |
| \blacklozenge | ||
| \blacksquare | ||
| \blacktriangle | ||
| \blacktriangledown | ||
| \blacktriangleleft | ||
| \blacktriangleright | ||
| \bm | \bm{AaBb} | |
| {Bmatrix} | \begin{Bmatrix}a & b \\c & d\end{Bmatrix} | |
| {Bmatrix*} | \begin{Bmatrix*}[r]0 & -1 \\-1 & 0\end{Bmatrix*} | |
| {bmatrix} | \begin{bmatrix}a & b \\c & d\end{bmatrix} | |
| {bmatrix*} | \begin{bmatrix*}[r]0 & -1 \\-1 & 0\end{bmatrix*} | |
| \bmod | a \bmod b | |
| \bold | \bold{AaBb123} | |
| \boldsymbol | \boldsymbol{AaBb} | |
| \bot | ||
| \bowtie | ||
| \Box | ||
| \boxdot | ||
| \boxed | \boxed{ab} | |
| \boxminus | ||
| \boxplus | ||
| \boxtimes | ||
| \Bra | \Bra{\psi} | |
| \bra | \bra{\psi} | |
| \braket | \braket{\phi|\psi} | |
| \Braket | \Braket{ ϕ | \frac{∂^2}{∂ t^2} | ψ } | |
| \brace | {n\brace k} | |
| \bracevert | Not supported | |
| \brack | {n\brack k} | |
| \breve | \breve{eu} | |
| \buildrel | Not supported | |
| \bull | ||
| \bullet | ||
| \Bumpeq | ||
| \bumpeq |
C
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \C | Not supported | Deprecated |
| \cal | \cal AaBb123 | |
| \cancel | \cancel{5} | |
| \cancelto | Not supported | |
| \Cap | ||
| \cap | ||
| {cases} | \begin{cases}a &\text{if } b \\c &\text{if } d\end{cases} | |
| \cases | Not supported | see {cases} |
| {CD} | \begin{CD}A @>a>> B \\@VbVV @AAcA \\C @= D\end{CD} | |
| \cdot | ||
| \cdotp | ||
| \cdots | ||
| \ce | \ce{C6H5-CHO} Requires an extension | |
| \cee | Not supported | Deprecated by mhchem |
| \centerdot | a\centerdot b | |
| \cf | Not supported | Deprecated by mhchem; |
use \ce instead | ||
| \cfrac | \cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}} | |
| \char | \char"263a | |
| \check | \check{oe} | |
| \ch | ||
| \checkmark | ||
| \Chi | ||
| \chi | ||
| \choose | {n+1 \choose k+2} | |
| \circ | ||
| \circeq | ||
| \circlearrowleft | ||
| \circlearrowright | ||
| \circledast | ||
| \circledcirc | ||
| \circleddash | ||
| \circledR | ||
| \circledS | ||
| \class | Not supported | A PR is pending. |
| \cline | Not supported | Issue #269 |
| \clubs | ||
| \clubsuit | ||
| \cnums | ||
| \colon | ||
| \Colonapprox | ||
| \colonapprox | ||
| \coloncolon | ||
| \coloncolonapprox | ||
| \coloncolonequals | ||
| \coloncolonminus | ||
| \coloncolonsim | ||
| \Coloneq | ||
| \coloneq | ||
| \colonequals | ||
| \Coloneqq | ||
| \coloneqq | ||
| \colonminus | ||
| \Colonsim | ||
| \colonsim | ||
| \color | \color{#0000FF} AaBb123 | |
| \colorbox | \colorbox{red}{Black on red} | |
| \complement | ||
| \Complex | ||
| \cong | ||
| \Coppa | Not supported | |
| \coppa | Not supported | |
| \coprod | ||
| \copyright | ||
| \cos | ||
| \cosec | ||
| \cosh | ||
| \cot | ||
| \cotg | ||
| \coth | ||
| \cr | \begin{matrix}a & b \crc & d\end{matrix} | |
| \csc | ||
| \cssId | Not supported | A PR is pending. |
| \ctg | ||
| \cth | ||
| \Cup | ||
| \cup | ||
| \curlyeqprec | ||
| \curlyeqsucc | ||
| \curlyvee | ||
| \curlywedge | ||
| \curvearrowleft | ||
| \curvearrowright |
D
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \dag | ||
| \Dagger | ||
| \dagger | ||
| \daleth | ||
| \Darr | ||
| \dArr | ||
| \darr | ||
| {darray} | \begin{darray}{cc}a & b \\c & d\end{darray} | |
| \dashleftarrow | ||
| \dashrightarrow | ||
| \dashv | ||
| \dbinom | \dbinom n k | |
| \dblcolon | ||
| {dcases} | \begin{dcases}a &\text{if } b \\c &\text{if } d\end{dcases} | |
| \ddag | ||
| \ddagger | ||
| \ddddot | \ddddot x | |
| \dddot | \dddot x | |
| \ddot | \ddot x | |
| \ddots | ||
| \DeclareMathOperator | Not supported | |
| \def | \def\foo{x^2} \foo + \foo | |
| \definecolor | Not supported | Issue #750 |
| \deg | ||
| \degree | ||
| \delta | ||
| \Delta | ||
| \det | ||
| \Digamma | Not supported | |
| \digamma | ||
| \dfrac | \dfrac{a-1}{b-1} | |
| \diagdown | ||
| \diagup | ||
| \Diamond | ||
| \diamond | ||
| \diamonds | ||
| \diamondsuit | ||
| \dim | ||
| \displaylines | Not supported | |
| \displaystyle | \displaystyle\sum_0^n | |
| \div | ||
| \divideontimes | ||
| \dot | \dot x | |
| \Doteq | ||
| \doteq | ||
| \doteqdot | ||
| \dotplus | ||
| \dots | x_1 + \dots + x_n | |
| \dotsb | x_1 +\dotsb + x_n | |
| \dotsc | x,\dotsc,y | |
| \dotsi | \int_{A_1}\int_{A_2}\dotsi | |
| \dotsm | $x_1 x_2 \dotsm x_n | |
| \dotso | ||
| \doublebarwedge | ||
| \doublecap | ||
| \doublecup | ||
| \Downarrow | ||
| \downarrow | ||
| \downdownarrows | ||
| \downharpoonleft | ||
| \downharpoonright | ||
| {drcases} | \begin{drcases}a &\text{if } b \\c &\text{if } d\end{drcases} |
E
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \edef | \def\foo{a}\edef\fcopy{\foo}\def\foo{}\fcopy | |
| \ell | ||
| \else | Not supported | Issue #1003 |
| \em | Not supported | |
| \emph | \emph{nested \emph{emphasis}} | |
| \empty | ||
| \emptyset | ||
| \enclose | Not supported | Non standard |
| \end | \begin{matrix}a & b \\c & d\end{matrix} | |
| \endgroup | ${a\endgroup$ | {a\endgroup |
| \enspace | a\enspace b | |
| \Epsilon | ||
| \epsilon | ||
| \eqalign | Not supported | |
| \eqalignno | Not supported | |
| \eqcirc | ||
| \Eqcolon | ||
| \eqcolon | ||
| {equation} | \begin{equation}a = b + c\end{equation} | |
| {equation*} | \begin{equation*}a = b + c\end{equation*} | |
| {eqnarray} | Not supported | |
| \Eqqcolon | ||
| \eqqcolon | ||
| \eqref | Not supported | Issue #350 |
| \eqsim | ||
| \eqslantgtr | ||
| \eqslantless | ||
| \equalscolon | ||
| \equalscoloncolon | ||
| \equiv | ||
| \Eta | ||
| \eta | ||
| \eth | ||
| \euro | Not supported | |
| \exist | ||
| \exists | ||
| \exp | ||
| \expandafter |
F
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \fallingdotseq | ||
| \fbox | \fbox{Hi there!} | |
| \fcolorbox | \fcolorbox{red}{aqua}{A} | |
| \fi | Not supported | Issue #1003 |
| \Finv | ||
| \flat | ||
| \footnotesize | \footnotesize footnotesize | |
| \forall | ||
| \frac | \frac a b | |
| \frak | \frak{AaBb} | |
| \frown | ||
| \futurelet |
G
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \Game | ||
| \Gamma | ||
| \gamma | ||
| {gather} | \begin{gather}a=b \\e=b+c\end{gather} | |
| {gathered} | \begin{gathered}a=b \\e=b+c\end{gathered} | |
| \gcd | ||
| \gdef | \gdef\sqr#1{#1^2} \sqr{y} + \sqr{y} | |
| \ge | ||
| \geneuro | Not supported | |
| \geneuronarrow | Not supported | |
| \geneurowide | Not supported | |
| \genfrac | \genfrac ( ] {2pt}{0}a{a+1} | |
| \geq | ||
| \geqq | ||
| \geqslant | ||
| \gets | ||
| \gg | ||
| \ggg | ||
| \gggtr | ||
| \gimel | ||
| \global | \global\def\add#1#2{#1+#2} \add 2 3 | |
| \gnapprox | ||
| \gneq | ||
| \gneqq | ||
| \gnsim | ||
| \grave | \grave{eu} | |
| \gt | a \gt b | |
| \gtrdot | ||
| \gtrapprox | ||
| \gtreqless | ||
| \gtreqqless | ||
| \gtrless | ||
| \gtrsim | ||
| \gvertneqq |
H
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \H | \text{\H{a}} | |
| \Harr | ||
| \hArr | ||
| \harr | ||
| \hat | \hat{\theta} | |
| \hbar | ||
| \hbox | \hbox{$x^2$} | |
| \hbox to | Not supported | |
| \hdashline | \begin{matrix}a & b \\\hdashlinec & d\end{matrix} | |
| \hearts | ||
| \heartsuit | ||
| \hfil | Not supported | |
| \hfill | Not supported | Issues #164 & #269 |
| \hline | \begin{matrix}a & b \\ \hlinec & d\end{matrix} | |
| \hom | ||
| \hookleftarrow | ||
| \hookrightarrow | ||
| \hphantom | a\hphantom{bc}d | |
| \href | \href{https://katex.org/}{\KaTeX} Requires trust option | |
| \hskip | w\hskip1em i\hskip2em d | |
| \hslash | ||
| \hspace | s\hspace7ex k | s\hspace7ex k |
| \htmlClass | \htmlClass{foo}{x} Must enable trust and disable strict option | |
| \htmlData | \htmlData{foo=a, bar=b}{x} Must enable trust and disable strict option | |
| \htmlId | \htmlId{bar}{x} Must enable trust and disable strict option | |
| \htmlStyle | \htmlStyle{color: red;}{x} Must enable trust and disable strict option | |
| \huge | \huge huge | |
| \Huge | \Huge Huge |
I
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \i | \text{\i} | |
| \idotsint | Not supported | |
| \iddots | Not supported | Issue #1223 |
| \if | Not supported | Issue #1003 |
| \iff | A\iff B | |
| \ifmode | Not supported | Issue #1003 |
| \ifx | Not supported | Issue #1003 |
| \iiiint | Not supported | |
| \iiint | ||
| \iint | ||
| \Im | ||
| \image | ||
| \imageof | ||
| \imath | ||
| \impliedby | P\impliedby Q | |
| \implies | P\implies Q | |
| \in | ||
| \includegraphics | \includegraphics[height=0.8em, totalheight=0.9em, width=0.9em, alt=KA logo]{https://cdn.kastatic.org/images/apple-touch-icon-57x57-precomposed.new.png} Requires trust option | |
| \inf | ||
| \infin | ||
| \infty | ||
| \injlim | \injlim | |
| \int | ||
| \intercal | ||
| \intop | ||
| \Iota | ||
| \iota | ||
| \isin | ||
| \it | {\it AaBb} | |
| \itshape | Not supported |
JK
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \j | \text{\j} | |
| \jmath | ||
| \Join | ||
| \Kappa | ||
| \kappa | ||
| \KaTeX | ||
| \ker | ||
| \kern | I\kern-2.5pt R | |
| \Ket | \Ket{\psi} | |
| \ket | \ket{\psi} | |
| \Koppa | Not supported | |
| \koppa | Not supported |
L
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \L | Not supported | |
| \l | Not supported | |
| \Lambda | ||
| \lambda | ||
| \label | Not supported | |
| \land | ||
| \lang | \lang A\rangle | |
| \langle | \langle A\rangle | |
| \Larr | ||
| \lArr | ||
| \larr | ||
| \large | \large large | |
| \Large | \Large Large | |
| \LARGE | \LARGE LARGE | |
| \LaTeX | ||
| \lBrace | ||
| \lbrace | ||
| \lbrack | ||
| \lceil | ||
| \ldotp | ||
| \ldots | ||
| \le | ||
| \leadsto | ||
| \left | \left\lbrace \dfrac ab \right. | |
| \leftarrow | ||
| \Leftarrow | ||
| \LeftArrow | Not supported | Non standard |
| \leftarrowtail | ||
| \leftharpoondown | ||
| \leftharpoonup | ||
| \leftleftarrows | ||
| \Leftrightarrow | ||
| \leftrightarrow | ||
| \leftrightarrows | ||
| \leftrightharpoons | ||
| \leftrightsquigarrow | ||
| \leftroot | Not supported | |
| \leftthreetimes | ||
| \leq | ||
| \leqalignno | Not supported | |
| \leqq | ||
| \leqslant | ||
| \lessapprox | ||
| \lessdot | ||
| \lesseqgtr | ||
| \lesseqqgtr | ||
| \lessgtr | ||
| \lesssim | ||
| \let | ||
| \lfloor | ||
| \lg | ||
| \lgroup | ||
| \lhd | ||
| \lim | ||
| \liminf | ||
| \limits | \lim\limits_x | |
| \limsup | ||
| \ll | ||
| \llap | {=}\llap{/\,} | |
| \llbracket | ||
| \llcorner | ||
| \Lleftarrow | ||
| \lll | ||
| \llless | ||
| \lmoustache | ||
| \ln | ||
| \lnapprox | ||
| \lneq | ||
| \lneqq | ||
| \lnot | ||
| \lnsim | ||
| \log | ||
| \long | ||
| \Longleftarrow | ||
| \longleftarrow | ||
| \Longleftrightarrow | ||
| \longleftrightarrow | ||
| \longmapsto | ||
| \Longrightarrow | ||
| \longrightarrow | ||
| \looparrowleft | ||
| \looparrowright | ||
| \lor | ||
| \lower | Not supported | |
| \lozenge | ||
| \lparen | ||
| \Lrarr | ||
| \lrArr | ||
| \lrarr | ||
| \lrcorner | ||
| \lq | ||
| \Lsh | ||
| \lt | ||
| \ltimes | ||
| \lVert | ||
| \lvert | ||
| \lvertneqq |
M
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \maltese | ||
| \mapsto | ||
| \mathbb | \mathbb{AB}KaTeX supports A-Z k | |
| \mathbf | \mathbf{AaBb123} | |
| \mathbin | a\mathbin{!}b | |
| \mathcal | \mathcal{AaBb123} | |
| \mathchoice | a\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}b | |
| \mathclap | \sum_{\mathclap{1\le i\le n}} x_{i} | |
| \mathclose | a + (b\mathclose\gt + c | |
| \mathellipsis | ||
| \mathfrak | \mathfrak{AaBb}KaTeX supports A-Za-z | |
| \mathinner | ab\mathinner{\text{inside}}cd | |
| \mathit | \mathit{AaBb}KaTeX supports A-Za-z | |
| \mathllap | {=}\mathllap{/\,} | |
| \mathnormal | \mathnormal{AaBb}KaTeX supports A-Za-z | |
| \mathop | \mathop{\star}_a^b | |
| \mathopen | a + \mathopen\lt b) + c | |
| \mathord | 1\mathord{,}234{,}567 | |
| \mathpunct | A\mathpunct{-}B | |
| \mathrel | a \mathrel{\#} b | |
| \mathrlap | \mathrlap{\,/}{=} | |
| \mathring | \mathring{a} | |
| \mathrm | \mathrm{AaBb123} | |
| \mathscr | \mathscr{AaBb123}KaTeX supports A-Z | |
| \mathsf | \mathsf{AaBb123} | |
| \mathsterling | ||
| \mathstrut | \sqrt{\mathstrut a} | |
| \mathtip | Not supported | |
| \mathtt | \mathtt{AaBb123} | |
| \matrix | Not supported | See {matrix} |
| {matrix} | \begin{matrix}a & b \\c & d\end{matrix} | |
| {matrix*} | \begin{matrix*}[r]0 & -1 \\-1 & 0\end{matrix*} | |
| \max | ||
| \mbox | Not supported | |
| \md | Not supported | |
| \mdseries | Not supported | |
| \measuredangle | ||
| \medspace | a\medspace b | |
| \mho | ||
| \mid | \{x∈ℝ\mid x>0\} | |
| \middle | P\left(A\middle\vert B\right) | |
| \min | ||
| \minuscolon | ||
| \minuscoloncolon | ||
| \minuso | ||
| \mit | Not supported | See \mathit |
| \mkern | a\mkern18mu b | |
| \mmlToken | Not supported | |
| \mod | 3\equiv 5 \mod 2 | |
| \models | ||
| \moveleft | Not supported | |
| \moveright | Not supported | |
| \mp | ||
| \mskip | a\mskip{10mu}b | |
| \mspace | Not supported | |
| \Mu | ||
| \mu | ||
| \multicolumn | Not supported | Issue #269 |
| {multiline} | Not supported | |
| \multimap |
N
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \N | ||
| \nabla | ||
| \natnums | ||
| \natural | ||
| \negmedspace | a\negmedspace b | |
| \ncong | ||
| \ne | ||
| \nearrow | ||
| \neg | ||
| \negthickspace | a\negthickspace b | |
| \negthinspace | a\negthinspace b | |
| \neq | ||
| \newcommand | \newcommand\chk{\checkmark} \chk | |
| \newenvironment | Not supported | Issue #37 |
| \Newextarrow | Not supported | |
| \newline | a\newline b | |
| \nexists | ||
| \ngeq | ||
| \ngeqq | ||
| \ngeqslant | ||
| \ngtr | ||
| \ni | ||
| \nleftarrow | ||
| \nLeftarrow | ||
| \nLeftrightarrow | ||
| \nleftrightarrow | ||
| \nleq | ||
| \nleqq | ||
| \nleqslant | ||
| \nless | ||
| \nmid | ||
| \nobreak | ||
| \nobreakspace | a\nobreakspace b | |
| \noexpand | ||
| \nolimits | \lim\nolimits_x | |
| \nonumber | \begin{align}a&=b+c \nonumber\\d+e&=f\end{align} | |
| \normalfont | Not supported | |
| \normalsize | \normalsize normalsize | |
| \not | \not = | |
| \notag | \begin{align}a&=b+c \notag\\d+e&=f\end{align} | |
| \notin | ||
| \notni | ||
| \nparallel | ||
| \nprec | ||
| \npreceq | ||
| \nRightarrow | ||
| \nrightarrow | ||
| \nshortmid | ||
| \nshortparallel | ||
| \nsim | ||
| \nsubseteq | ||
| \nsubseteqq | ||
| \nsucc | ||
| \nsucceq | ||
| \nsupseteq | ||
| \nsupseteqq | ||
| \ntriangleleft | ||
| \ntrianglelefteq | ||
| \ntriangleright | ||
| \ntrianglerighteq | ||
| \Nu | ||
| \nu | ||
| \nVDash | ||
| \nVdash | ||
| \nvDash | ||
| \nvdash | ||
| \nwarrow |
O
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \O | \text{\O} | |
| \o | \text{\o} | |
| \odot | ||
| \OE | \text{\OE} | |
| \oe | \text{\oe} | |
| \officialeuro | Not supported | |
| \oiiint | ||
| \oiint | ||
| \oint | ||
| \oldstyle | Not supported | |
| \omega | ||
| \Omega | ||
| \Omicron | ||
| \omicron | ||
| \ominus | ||
| \operatorname | \operatorname{asin} x | |
| \operatorname* | \operatorname*{asin}\limits_y x | |
| \operatornamewithlimits | \operatornamewithlimits{asin}\limits_y x | |
| \oplus | ||
| \or | Not supported | |
| \origof | ||
| \oslash | ||
| \otimes | ||
| \over | {a+1 \over b+2}+c | |
| \overbrace | \overbrace{x+⋯+x}^{n\text{ times}} | |
| \overbracket | Not supported | |
| \overgroup | \overgroup{AB} | |
| \overleftarrow | \overleftarrow{AB} | |
| \overleftharpoon | \overleftharpoon{AB} | |
| \overleftrightarrow | \overleftrightarrow{AB} | |
| \overline | \overline{\text{a long argument}} | |
| \overlinesegment | \overlinesegment{AB} | |
| \overparen | Not supported | See \overgroup |
| \Overrightarrow | \Overrightarrow{AB} | |
| \overrightarrow | \overrightarrow{AB} | |
| \overrightharpoon | \overrightharpoon{ac} | |
| \overset | \overset{!}{=} | |
| \overwithdelims | Not supported | |
| \owns |
P
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \P | \text{\P} | |
| \pagecolor | Not supported | Deprecated |
| \parallel | ||
| \part | Not supported | Deprecated |
| \partial | ||
| \perp | ||
| \phantom | \Gamma^{\phantom{i}j}_{i\phantom{j}k} | |
| \phase | \phase{-78^\circ} | |
| \Phi | ||
| \phi | ||
| \Pi | ||
| \pi | ||
| {picture} | Not supported | |
| \pitchfork | ||
| \plim | ||
| \plusmn | ||
| \pm | ||
| \pmatrix | Not supported | See {pmatrix} |
| {pmatrix} | \begin{pmatrix}a & b \\c & d\end{pmatrix} | |
| {pmatrix*} | \begin{pmatrix*}[r]0 & -1 \\-1 & 0\end{pmatrix*} | |
| \pmb | \pmb{\mu} | |
| \pmod | x\pmod a | |
| \pod | x \pod a | |
| \pounds | ||
| \Pr | ||
| \prec | ||
| \precapprox | ||
| \preccurlyeq | ||
| \preceq | ||
| \precnapprox | ||
| \precneqq | ||
| \precnsim | ||
| \precsim | ||
| \prime | ||
| \prod | ||
| \projlim | \projlim | |
| \propto | ||
| \providecommand | \providecommand\greet{\text{Hello}} \greet | |
| \psi | ||
| \Psi | ||
| \pu | \pu{123 kJ//mol} Requires an extension |
QR
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \Q | Not supported | See \Bbb{Q} |
| \qquad | a\qquad\qquad{b} | |
| \quad | a\quad\quad{b} | |
| \R | ||
| \r | \text{\r{a}} | |
| \raise | Not supported | see \raisebox |
| \raisebox | h\raisebox{2pt}{$ighe$}r | |
| \rang | \langle A\rang | |
| \rangle | \langle A\rangle | |
| \Rarr | ||
| \rArr | ||
| \rarr | ||
| \ratio | ||
| \rBrace | ||
| \rbrace | ||
| \rbrack | ||
| {rcases} | \begin{rcases}a &\text{if } b \\c &\text{if } d\end{rcases} | |
| \rceil | ||
| \Re | ||
| \real | ||
| \Reals | ||
| \reals | ||
| \ref | Not supported | Issue #350 |
| \relax | ||
| \renewcommand | \def\hail{Hi!}\renewcommand\hail{\text{Ahoy!}}\hail | |
| \renewenvironment | Not supported | |
| \require | Not supported | |
| \restriction | ||
| \rfloor | ||
| \rgroup | ||
| \rhd | ||
| \Rho | ||
| \rho | ||
| \right | \left.\dfrac a b\right) | |
| \Rightarrow | ||
| \rightarrow | ||
| \rightarrowtail | ||
| \rightharpoondown | ||
| \rightharpoonup | ||
| \rightleftarrows | ||
| \rightleftharpoons | ||
| \rightrightarrows | ||
| \rightsquigarrow | ||
| \rightthreetimes | ||
| \risingdotseq | ||
| \rlap | \rlap{\,/}{=} | |
| \rm | \rm AaBb12 | |
| \rmoustache | ||
| \root | Not supported | |
| \rotatebox | Not supported | Issue #681 |
| \rparen | ||
| \rq | ||
| \rrbracket | ||
| \Rrightarrow | ||
| \Rsh | ||
| \rtimes | ||
| \Rule | Not supported | see \rule |
| \rule | x\rule[6pt]{2ex}{1ex}x | |
| \rVert | ||
| \rvert |
S
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \S | \text{\S} | |
| \Sampi | Not supported | |
| \sampi | Not supported | |
| \sc | Not supported | Issue #471 |
| \scalebox | Not supported | |
| \scr | Not supported | See \mathscr |
| \scriptscriptstyle | \scriptscriptstyle \frac cd | |
| \scriptsize | \scriptsize scriptsize | |
| \scriptstyle | \frac ab + {\scriptstyle \frac cd} | |
| \sdot | ||
| \searrow | ||
| \sec | ||
| \sect | \text{\sect} | |
| \set | \set{x|x<5} | |
| \Set | \Set{ x | x<\frac 1 2} | |
| \setlength | Not supported | Issue #687 |
| \setminus | ||
| \sf | \sf AaBb123 | |
| \sharp | ||
| \shortmid | ||
| \shortparallel | ||
| \shoveleft | Not supported | |
| \shoveright | Not supported | |
| \sideset | Not supported | |
| \Sigma | ||
| \sigma | ||
| \sim | ||
| \simcolon | ||
| \simcoloncolon | ||
| \simeq | ||
| \sin | ||
| \sinh | ||
| \sixptsize | \sixptsize sixptsize | |
| \sh | ||
| \skew | Not supported | |
| \skip | Not supported | |
| \sl | Not supported | |
| \small | \small small | |
| \smallfrown | ||
| \smallint | ||
| {smallmatrix} | \begin{smallmatrix}a & b \\c & d\end{smallmatrix} | |
| \smallsetminus | ||
| \smallsmile | ||
| \smash | \left(x^{\smash{2}}\right) | |
| \smile | ||
| \smiley | Not supported | |
| \sout | \sout{abc} | |
| \Space | Not supported | see \space |
| \space | a\space b | |
| \spades | ||
| \spadesuit | ||
| \sphericalangle | ||
| {split} | \begin{equation}\begin{split}a &=b+c\\&=e+f\end{split}\end{equation} | |
| \sqcap | ||
| \sqcup | ||
| \square | ||
| \sqrt | \sqrt[3]{x} | |
| \sqsubset | ||
| \sqsubseteq | ||
| \sqsupset | ||
| \sqsupseteq | ||
| \ss | \text{\ss} | |
| \stackrel | \stackrel{!}{=} | |
| \star | ||
| \Stigma | Not supported | |
| \stigma | Not supported | |
| \strut | Not supported | |
| \style | Not supported | Non standard |
| \sub | ||
| {subarray} | Not supported | |
| \sube | ||
| \Subset | ||
| \subset | ||
| \subseteq | ||
| \subseteqq | ||
| \subsetneq | ||
| \subsetneqq | ||
| \substack | \sum_{\substack{0<i<m\\0<j<n}} | |
| \succ | ||
| \succapprox | ||
| \succcurlyeq | ||
| \succeq | ||
| \succnapprox | ||
| \succneqq | ||
| \succnsim | ||
| \succsim | ||
| \sum | ||
| \sup | ||
| \supe | ||
| \Supset | ||
| \supset | ||
| \supseteq | ||
| \supseteqq | ||
| \supsetneq | ||
| \supsetneqq | ||
| \surd | ||
| \swarrow |
T
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \tag | \tag{3.1c} a^2+b^2=c^2 | |
| \tag* | \tag*{3.1c} a^2+b^2=c^2 | |
| \tan | ||
| \tanh | ||
| \Tau | ||
| \tau | ||
| \tbinom | \tbinom n k | |
| \TeX | ||
| \text | \text{ yes }\&\text{ no } | |
| \textasciitilde | \text{\textasciitilde} | |
| \textasciicircum | \text{\textasciicircum} | |
| \textbackslash | \text{\textbackslash} | |
| \textbar | \text{\textbar} | |
| \textbardbl | \text{\textbardbl} | |
| \textbf | \textbf{AaBb123} | |
| \textbraceleft | \text{\textbraceleft} | |
| \textbraceright | \text{\textbraceright} | |
| \textcircled | \text{\textcircled a} | |
| \textcolor | \textcolor{blue}{F=ma} | |
| \textdagger | \text{\textdagger} | |
| \textdaggerdbl | \text{\textdaggerdbl} | |
| \textdegree | \text{\textdegree} | |
| \textdollar | \text{\textdollar} | |
| \textellipsis | \text{\textellipsis} | |
| \textemdash | \text{\textemdash} | |
| \textendash | \text{\textendash} | |
| \textgreater | \text{\textgreater} | |
| \textit | \textit{AaBb} | |
| \textless | \text{\textless} | |
| \textmd | \textmd{AaBb123} | |
| \textnormal | \textnormal{AB} | |
| \textquotedblleft | \text{\textquotedblleft} | |
| \textquotedblright | \text{\textquotedblright} | |
| \textquoteleft | \text{\textquoteleft} | |
| \textquoteright | \text{\textquoteright} | |
| \textregistered | \text{\textregistered} | |
| \textrm | \textrm{AaBb123} | |
| \textsc | Not supported | Issue #471 |
| \textsf | \textsf{AaBb123} | |
| \textsl | Not supported | |
| \textsterling | \text{\textsterling} | |
| \textstyle | \textstyle\sum_0^n | |
| \texttip | Not supported | |
| \texttt | \texttt{AaBb123} | |
| \textunderscore | \text{\textunderscore} | |
| \textup | \textup{AaBb123} | |
| \textvisiblespace | Not supported | |
| \tfrac | \tfrac ab | |
| \tg | ||
| \th | ||
| \therefore | ||
| \Theta | ||
| \theta | ||
| \thetasym | ||
| \thickapprox | ||
| \thicksim | ||
| \thickspace | a\thickspace b | |
| \thinspace | a\thinspace b | |
| \tilde | \tilde M | |
| \times | ||
| \Tiny | Not supported | see \tiny |
| \tiny | \tiny tiny | |
| \to | ||
| \toggle | Not supported | |
| \top | ||
| \triangle | ||
| \triangledown | ||
| \triangleleft | ||
| \trianglelefteq | ||
| \triangleq | ||
| \triangleright | ||
| \trianglerighteq | ||
| \tt | {\tt AaBb123} | |
| \twoheadleftarrow | ||
| \twoheadrightarrow |
U
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \u | \text{\u{a}} | |
| \Uarr | ||
| \uArr | ||
| \uarr | ||
| \ulcorner | ||
| \underbar | \underbar{X} | |
| \underbrace | \underbrace{x+⋯+x}_{n\text{ times}} | |
| \underbracket | Not supported | |
| \undergroup | \undergroup{AB} | |
| \underleftarrow | \underleftarrow{AB} | |
| \underleftrightarrow | \underleftrightarrow{AB} | |
| \underrightarrow | \underrightarrow{AB} | |
| \underline | \underline{\text{a long argument}} | |
| \underlinesegment | \underlinesegment{AB} | |
| \underparen | Not supported | See \undergroup |
| \underrightarrow | \underrightarrow{AB} | |
| \underset | \underset{!}{=} | |
| \unicode | Not supported | |
| \unlhd | ||
| \unrhd | ||
| \up | Not supported | |
| \Uparrow | ||
| \uparrow | ||
| \Updownarrow | ||
| \updownarrow | ||
| \upharpoonleft | ||
| \upharpoonright | ||
| \uplus | ||
| \uproot | Not supported | |
| \upshape | Not supported | |
| \Upsilon | ||
| \upsilon | ||
| \upuparrows | ||
| \urcorner | ||
| \url | \url{https://katex.org/} Requires trust option | |
| \utilde | \utilde{AB} |
V
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \v | \text{\v{a}} | |
| \varcoppa | Not supported | |
| \varDelta | ||
| \varepsilon | ||
| \varGamma | ||
| \varinjlim | \varinjlim | |
| \varkappa | ||
| \varLambda | ||
| \varliminf | \varliminf | |
| \varlimsup | \varlimsup | |
| \varnothing | ||
| \varOmega | ||
| \varPhi | ||
| \varphi | ||
| \varPi | ||
| \varpi | ||
| \varprojlim | \varprojlim | |
| \varpropto | ||
| \varPsi | ||
| \varrho | ||
| \varSigma | ||
| \varsigma | ||
| \varstigma | Not supported | |
| \varsubsetneq | ||
| \varsubsetneqq | ||
| \varsupsetneq | ||
| \varsupsetneqq | ||
| \varTheta | ||
| \vartheta | ||
| \vartriangle | ||
| \vartriangleleft | ||
| \vartriangleright | ||
| \varUpsilon | ||
| \varXi | ||
| \vcentcolon | \mathrel{\vcentcolon =} | |
| \vcenter | a+\left(\vcenter{\hbox{$\frac{\frac a b}c$}}\right)TeX (strict) syntax | |
| \vcenter | a+\left(\vcenter{\frac{\frac a b}c}\right)non-strict syntax | |
| \Vdash | ||
| \vDash | ||
| \vdash | ||
| \vdots | ||
| \vec | \vec{F} | |
| \vee | ||
| \veebar | ||
| \verb | \verb!\frac a b! | |
| \Vert | ||
| \vert | ||
| \vfil | Not supported | |
| \vfill | Not supported | |
| \vline | Not supported | Issue #269 |
| {Vmatrix} | \begin{Vmatrix}a & b \\c & d\end{Vmatrix} | |
| {Vmatrix*} | \begin{Vmatrix*}[r]0 & -1 \\-1 & 0\end{Vmatrix*} | |
| {vmatrix} | \begin{vmatrix}a & b \\c & d\end{vmatrix} | |
| {vmatrix*} | \begin{vmatrix*}[r]0 & -1 \\-1 & 0\end{vmatrix*} | |
| \vphantom | \overline{\vphantom{M}a} | |
| \Vvdash |
W
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \wedge | ||
| \weierp | ||
| \widecheck | \widecheck{AB} | |
| \widehat | \widehat{AB} | |
| \wideparen | Not supported | Issue #560 |
| \widetilde | \widetilde{AB} | |
| \wp | ||
| \wr |
X
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \xcancel | \xcancel{ABC} | |
| \xdef | \def\foo{a}\xdef\fcopy{\foo}\def\foo{}\fcopy | |
| \Xi | ||
| \xi | ||
| \xhookleftarrow | \xhookleftarrow{abc} | |
| \xhookrightarrow | \xhookrightarrow{abc} | |
| \xLeftarrow | \xLeftarrow{abc} | |
| \xleftarrow | \xleftarrow{abc} | |
| \xleftharpoondown | \xleftharpoondown{abc} | |
| \xleftharpoonup | \xleftharpoonup{abc} | |
| \xLeftrightarrow | \xLeftrightarrow{abc} | |
| \xleftrightarrow | \xleftrightarrow{abc} | |
| \xleftrightharpoons | \xleftrightharpoons{abc} | |
| \xlongequal | \xlongequal{abc} | |
| \xmapsto | \xmapsto{abc} | |
| \xRightarrow | \xRightarrow{abc} | |
| \xrightarrow | \xrightarrow{abc} | |
| \xrightharpoondown | \xrightharpoondown{abc} | |
| \xrightharpoonup | \xrightharpoonup{abc} | |
| \xrightleftharpoons | \xrightleftharpoons{abc} | |
| \xtofrom | \xtofrom{abc} | |
| \xtwoheadleftarrow | \xtwoheadleftarrow{abc} | |
| \xtwoheadrightarrow | \xtwoheadrightarrow{abc} |
YZ
| Symbol/Function | Rendered | Source or Comment |
|---|---|---|
| \yen | ||
| \Z | ||
| \Zeta | ||
| \zeta |