Foreword

This page compares the MathML output from four TeX-to-MathML conversion libraries, now readable in Chrome, Edge, Firefox, and Safari.

MathJax and KaTeX of course also render math in other formats. This comparison is limited to MathML.

Versions used are: Temml 0.12.02, MathJax 4.0, KaTeX 0.16.27, and TeXZilla 1.0.2.0

Symbols

Symbol/Function Temml MathJax KaTeX TeXZilla Source or Comment
+ a+b a + b a+ba+b a+ba+b a+b
- ab a b aba-b aba-b a-b
! n! n ! n!n! n!n! n!
\! ab a b a ⁣ba\!b aba\!b a\!b
# y2 y 2 y2\def\ffoo#1{#1^2} \ffoo{y} Not supported \def\ffoo#1{#1^2} \ffoo{y}
\# # # #\# #\#
% %a comment Not supported %a comment
\% % % %\% %\%
& abcd a b c d abcd\begin{matrix} a & b\\ c & d \end{matrix} abcd\begin{matrix} a & b\\ c & d \end{matrix} \begin{matrix}
   a & b \\
   c & d
\end{matrix}
\& & & &\& &\&
' f ff' ff' f'
\' a ´ aˊ\text{\'{a}} Not supported \text{\'{a}}
( ( ( (( ((
) ) ) )) ))
\ a b a   b a ba\ b Not supported a\ b
\" a ¨ a¨\text{\"{a}} Not supported \text{\"{a}}
$ $ \textdollar $\text{\textdollar} Not supported code>\text{\textdollar}
\, ab a b aba\,\,{b} aba\,\,{b} a\,\,{b}
\. a ˙ a˙\text{\.{a}} Not supported \text{\.{a}}
\: ab a b aba\:\:{b} aba\:\:{b} a\:\:{b}
\; ab a b a    ba\;\;{b} aba\;\;{b} aa\;\;{b}
_ xi x i xix_i xix_i x_i
\_ _ _ _\_ Not supported
\` a ´ aˊ\text{\'{a}} Not supported \text{\'{a}}
< < < << <<
\= a ¯ aˉ\text{\={a}} Not supported \text{\={a}}
> > > >> >>
\> ab a b aba\>\>{b} Not supported a\>\>{b}
[ [ [ [[ [[
] ] ] ]] ]]
{ a a a{a} a{a} {a}
} a a a{a} a{a} {a}
\{ { { {\{ {\{
\} } } }\} }\}
| | | | ||
\| \| \|
~ no break no break no break\text{no~break} Not supported \text{no~break}
\~ a ~ a˜\text{\~{a}} Not supported \text{\~{a}}
  abcd a b c d abcd\begin{matrix} a & b\\ c & d\end{matrix} abcd\begin{matrix} a & b\\ c & d\end{matrix} \begin{matrix}
   a & b \\
   c & d
\end{matrix}
  xy x y xyx \\ y Not supported x \\ y
^ xi x i xix^i xix^i x^i
\^ a ^ aˆ\text{\^{a}} Not supported \text{\^{a}}
special fraction 1³⁄₄ 1 ³⁄₄ 1³⁄₄1\kern2mu \text{³⁄₄} Not supported 1\kern2mu \text{³⁄₄}

A

Function Temml MathJax KaTeX TeXZilla Source or Comment
\AA Not supported A˚\text{\AA} Not supported \text{\AA}
\aa Not supported a˚\text{\aa} Not supported \text{\aa}
\above ab+1 a b + 1 ab+1{a \above{2pt} b+1} Not supported {a \above{2pt} b+1}
\abovewithdelims Not supported [ a + 1 b ] Not supported Not supported a+1 \abovewithdelims [ ] 1pt b
\acute e´ e ´ eˊ\acute e Not supported \acute e
\AE Æ Not supported Æ\text{\AE} Not supported \text{\AE}
\ae æ Not supported æ\text{\ae} Not supported \text{\ae}
\alef \alef \alef Not supported
\alefsym \alefsym \alefsym Not supported
\aleph \aleph \aleph
{align} a=b+cd+e=f a = b + c d + e = f a=b+cd+e=f\begin{align}a &=b+c\\d+e&=f\end{align} Not supported \begin{align}
   a&=b+c \\
   d+e&=f
\end{align}
{align*} a=b+cd+e=f a = b + c d + e = f a=b+cd+e=f\begin{align*}a &=b+c\\d+e&=f\end{align*} Not supported \begin{align*}
   a&=b+c \\
   d+e&=f
\end{align*}
{aligned} x=ya=b+cx=ya=b x = y a = b + c x = y a = b x=ya=b+cx=ya=b\begin{aligned}x&=y & a&=b+c\\x'&=y' & a'&=b'\end{aligned} x=ya=b+cx=ya=b\begin{aligned}x&=y & a&=b+c\\x'&=y' & a'&=b'\end{aligned} \begin{aligned}
x&=y & a&=b+c\\
x'&=y' & a'&=b'
\end{aligned}
{alignat} 10x+3y=23x+13y=4 10 x + 3 y = 2 3 x + 13 y = 4 10x+3y=23x+13y=4\begin{alignat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat} Not supported
{alignat*} 10x+3y=23x+13y=4 10 x + 3 y = 2 3 x + 13 y = 4 10x+3y=23x+13y=4\begin{alignat*}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat*} Not supported
{alignedat} 10x+3y=23x+13y=4 10 x + 3 y = 2 3 x + 13 y = 4 10x+3y=23x+13y=4\begin{alignedat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignedat} Not supported \begin{alignedat}{2}
   10&x+ &3&y = 2 \\
   3&x+&13&y = 4
\end{alignedat}
\allowbreak Not supported Not supported Not supported Not supported
\Alpha Α \Alpha A\Alpha Α\Alpha
\alpha α α α\alpha α\alpha
\amalg ⨿ ⨿ ⨿\amalg ⨿\amalg
\And & & &\And Not supported
\and Not supported \and Not supported Not supported Deprecated
\ang Not supported \ang Not supported Not supported Deprecated
\angl an Not supported
See \enclose
ana_{\angl n} Not supported a_{\angl n}
\angle \angle \angle
\angln an Not supported
See \enclose
ana_\angln Not supported a_\angln
\Angstrom Not supported Not supported Not supported \Angstrom
\approx \approx \approx
\approxeq \approxeq \approxeq
\arccos arccosx arccos x arccosx\arccos x arccosx\arccos x
\arcctg arcctgx Not supported arcctgx\arcctg x Not supported
\arcsin arcsinx arcsin x arcsinx\arcsin x arcsinx\arcsin x
\arctan arctanx arctan x arctanx\arctan x arctanx\arctan x
\arctg arctgx Not supported arctgx\arctg x Not supported
\arg arg arg arg\arg arg\arg
\argmax arg maxxarg maxyxarg maxyx Not supported arg maxxarg maxyxarg maxyx\begin{matrix}\argmax x \\ \argmax_y x \\\argmax\limits_y x\end{matrix} Not supported
\argmin arg min Not supported arg min\argmin Not supported
{array} abcd a b c d abcd\begin{array}{cc}a&b\\c&d\end{array} abcd\begin{array}{cc}a&b\\c&d\end{array} \begin{array}{cc}
   a & b \\
   c & d
\end{array}
{array}
with lines
abcdefghi a b c d e f g h i abcdefghi\begin{array}{c|c:c}a & b & c \\ \hline d & e & f \\ \hdashline g & h & i\end{array} Not supported \begin{array}{c|c:c}
a & b & c \\ \hline
d & e & f\\
\hdashline g & h & i
\end{array}
\array Not supported a b + 1 c + 1 d Not supported ab+1c+1d\array{ a & b+1 \\ c+1 & d } \array{ a & b+1 \\ c+1 & d }
\arraycolsep abcd Not supported Not supported Not supported \arraycolsep}{12pt}
\begin{array}{cc}
   a & b \\
   c & d
\end{array}
\arraystretch abcd a b c d abcd\newcommand{\arraystretch}{1.5}\begin{array}{cc}a&b\\c&d\end{array} Not supported \renewcommand{\arraystretch}{1.5}
\begin{array}{cc}
   a & b \\
   c & d
\end{array}
\Arrowvert Not supported Not supported Not supported
\arrowvert Not supported Not supported Not supported
\ast \ast \ast
\astrosun Not supported Not supported Not supported
\asymp \asymp \asymp
\atop ab a b ab{a \atop b} ab{a \atop b} {a \atop b}
\atopwithdelims Not supported [ a b ] Not supported Not supported a \atopwithdelims [ ] b

B

Function Temml MathJax KaTeX TeXZilla Source or Comment
\backepsilon \backepsilon ϶\backepsilon
\backprime \backprime Not supported
\backdprime Not supported Not supported Not supported
\backtrprime Not supported Not supported Not supported
\backsim \backsim \backsim
\backsimeq \backsimeq \backsimeq
\backslash \ \ \\backslash \\backslash
\ballotx Not supported Not supported Not supported
\bar y y ¯ yˉ\bar{y} y¯\bar{y} \bar{y}
\barcap Not supported Not supported Not supported
\barcup Not supported Not supported Not supported
\barvee Not supported Not supported Not supported
\barwedge \barwedge \barwedge
\Bbb 𝔸𝔹 ABC ABC\Bbb{ABC} Not supported \Bbb{ABC}
\Bbbk 𝕜 k k\Bbbk Not supported
\bbox Not supported Requires extension Not supported Not supported
\bcancel 5 5 5\bcancel{5} Not supported \bcancel{5}
\because \because \because
\begin abcd a b c d abcd\begin{matrix} a & b\\ c & d\end{matrix} abcd\begin{matrix} a & b\\ c & d\end{matrix} \begin{matrix}
   a & b \\
   c & d
\end{matrix}
\begingroup a \begingroup a \endgroup a\begingroup a \endgroup Not supported \begingroup a\endgroup
\Beta Β \Beta B\Beta Β\Beta
\beta β β β\beta β\beta
\beth \beth \beth
\between \between \between
\bf 𝐀𝐚𝐁𝐛𝟏𝟐 A a B b 12 AaBb12\bf AaBb12 Not supported \bf AaBb12
\big () ( ) ()\big(\big) ()\big(\big) \big(\big)
\Big () ( ) ()\Big(\Big) ()\Big(\Big) \Big(\Big)
\bigcap 0nx0nx 0 n x 0 n x 0nx  0nx\bigcap_0^n x \; \displaystyle \bigcap_0^n x \bigcap
\bigcirc \bigcirc \bigcirc
\bigcup 0nx0nx 0 n x 0 n x 0nx  0nx\bigcup_0^n x \; \displaystyle \bigcup_0^n x \bigcup
\bigcupdot 0nx0nx Not supported Not supported \bigcup
\bigcupplus 0nx0nx Not supported Not supported Not supported
\bigdoublevee 0nx0nx Not supported Not supported Not supported
\bigdoublewedge 0nx0nx Not supported Not supported Not supported
\bigg () ( ) ()\bigg(\bigg) ()\bigg(\bigg) \bigg(\bigg)
\Bigg () ( ) ()\Bigg(\Bigg) ()\Bigg(\Bigg) \Bigg(\Bigg)
\biggl ( ( (\biggl( (\biggl( \biggl(
\Biggl ( ( (\Biggl( (\Biggl( \Biggl(
\biggm | | \biggm\vert Not supported \biggm\vert
\Biggm | | \Biggm\vert Not supported \Biggm\vert
\biggr ) ) )\biggr) )\biggr) \biggr)
\Biggr ) ) )\Biggr) )\Biggr) \Biggr)
\bigl ( ( (\bigl( (\bigl( \bigl(
\Bigl ( ( (\Bigl( (\Bigl( \Bigl(
\bigm | | \bigm\vert Not supported \bigm\vert
\Bigm | | \Bigm\vert Not supported \Bigm\vert
\bigodot 0nx0nx 0 n x 0 n x 0nx  0nx\bigodot_0^n x \; \displaystyle \bigodot_0^n x \bigodot
\bigominus Not supported Not supported Not supported Not supported
\bigoplus 0nx0nx 0 n x 0 n x 0nx  0nx\bigoplus_0^n x \; \displaystyle \bigoplus_0^n x \bigoplus
\bigoslash Not supported Not supported Not supported Not supported
\bigotimes 0nx0nx 0 n x 0 n x 0nx  0nx\bigotimes_0^n x \; \displaystyle \bigotimes_0^n x \bigotimes
\bigr ) ) )\bigr) )\bigr) \bigr)
\Bigr ) ) )\Bigr) )\Bigr) \Bigr)
\bigtimes Not supported Not supported \bigtimes
\bigsqcap Not supported Not supported \bigsqcap
\bigsqcup 0nx0nx 0 n x 0 n x 0nx  0nx\bigsqcup_0^n x \; \displaystyle \bigsqcup_0^n x \bigsqcup
\bigstar \bigstar \bigstar
\bigtriangledown \bigtriangledown \bigtriangledown
\bigtriangleup \bigtriangleup \bigtriangleup
\biguplus 0nx0nx 0 n x 0 n x 0nx  0nx\biguplus_0^n x \; \displaystyle \biguplus_0^n x \biguplus
\bigvee 0nx0nx 0 n x 0 n x 0nx  0nx\bigvee_0^n x \; \displaystyle \bigvee_0^n x \bigvee
\bigwedge 0nx0nx 0 n x 0 n x 0nx  0nx\bigwedge_0^n x \; \displaystyle \bigwedge_0^n x \bigwedge
\binom (nk) ( n k ) (nk)\binom n k (nk)\binom n k \binom n k
\blackhourglass Not supported Not supported Not supported
\blacklozenge \blacklozenge \blacklozenge
\blacksquare \blacksquare \blacksquare
\blacktriangle \blacktriangle \blacktriangle
\blacktriangledown \blacktriangledown \blacktriangledown
\blacktriangleleft \blacktriangleleft \blacktriangleleft
\blacktriangleright \blacktriangleright \blacktriangleright
\bm 𝑨𝒂𝑩𝒃 Not supported AaBb\bm{AaBb} Not supported \bm{AaBb}
{Bmatrix} {abcd} { a b c d } {abcd}\begin{Bmatrix}a&b\\c&d\end{Bmatrix} {abcd}\begin{Bmatrix}a&b\\c&d\end{Bmatrix} \begin{Bmatrix}
   a & b \\
   c & d
\end{Bmatrix}
{bmatrix} [abcd] [ a b c d ] [abcd]\begin{bmatrix}a&b\\c&d\end{bmatrix} [abcd]\begin{bmatrix}a&b\\c&d\end{bmatrix} \begin{bmatrix}
   a & b \\
   c & d
\end{bmatrix}
\bmod amodb a mod b amodba \bmod b Not supported a \bmod b
\bold 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 \bold A a B b 123 AaBb123\bold{AaBb123} Not supported \bold{AaBb123}
\boldsymbol 𝑨𝒂𝑩𝒃0 A a B b 0 AaBb0\boldsymbol{AaBb0} 𝐀𝐚𝐁𝐛𝟎\boldsymbol{AaBb0} \boldsymbol{AaBb0}
\bordermatrix 1AB2CD(12ABCD)12ABCD Not supported Not supported Not supported \bordermatrix{ &1&2 \cr 1&A&B\cr 2&C&D}
\bot \bot \bot
\Bot Not supported Not supported Not supported
\bowtie \bowtie \bowtie
\Box \Box \Box
\boxast Not supported Not supported Not supported
\boxbox Not supported Not supported Not supported
\boxcircle Not supported Not supported Not supported
\boxdot \boxdot \boxdot
\boxed ab a b ab\boxed{ab} ab\boxed{ab} \boxed{ab}
\boxminus \boxminus \boxminus
\boxplus \boxplus \boxplus
\boxslash Not supported Not supported Not supported
\boxtimes \boxtimes \boxtimes
\Bra ψ| Requires extension ψ\Bra{\psi} Not supported \Bra{\psi}
\bra ψ| Requires extension ψ\bra{\psi} Not supported \bra{\psi}
\brace {nk} { n k } {nk}{n\brace k} Not supported {n\brace k}
\brack [nk] [ n k ] [nk]{n\brack k} Not supported {n\brack k}
\braket ϕ|ψ Not supported ϕψ\braket{\phi|\psi} Not supported \braket{\phi|\psi}
\Braket ϕ|2t2|ψ Requires extenstion ϕ|2t2|ψ\Braket{ϕ|\frac{∂^2}{∂ t^2}|ψ} Not supported \Braket{ϕ|\frac{∂^2}{∂ t^2}|ψ}
\breve eu˘ e u ˘ eu˘\breve{eu} Not supported \breve{eu}
\buildrel Not supported := d e f Not supported Not supported \buildrel \rm def \over {:=}
\bull \bull \bull Not supported
\bullet \bullet \bullet
\Bumpeq \Bumpeq \Bumpeq
\bumpeq \bumpeq \bumpeq

C

Function Temml MathJax KaTeX TeXZilla Source or Comment
\C Not supported \C Not supported Not supported Deprecated
\c Not supported c¸\text{\c{c}} Not supported \text{\c{c}}
\cal 𝒜𝒞 A B C ABC\cal ABC Not supported \cal ABC
\cancel 5 5 5\cancel{5} Not supported \cancel{5}
\cancelto 556 5 6 Not supported Not supported \cancelto{6}{5}
\Cap \Cap \Cap
\cap \cap \cap
\capbarcup Not supported Not supported Not supported
\capdot Not supported Not supported Not supported
\capovercup Not supported Not supported Not supported
{cases} {aif bcif d { a if  b c if  d {aif bcif d\begin{cases}a&\text{if }b\\c&\text{if }d\end{cases} {aif bcif d\begin{cases}a&\text{if }b\\c&\text{if }d\end{cases} \begin{cases}
   a &\text{if } b \\
   c &\text{if } d
\end{cases}
{CD} AaBbcC=D A a B b c C = D AaBbcC=D\begin{CD} A @>a>> B\\@VbVV @AAcA \\ C @= D\end{CD} Not supported
\cdot \cdot \cdot
\cdotp · \cdotp ·\cdotp
\cdots \cdots \cdots
\ce ABC A B C Needs mhchem extension Not supported \ce{A\bond{~}B\bond{~-}C}
Requires `mhchem` extension
\cee Not supported Not supported Not supported Not supported Deprecated by mhchem
\cent ¢ Not supported Not supported Not supported
\centerdot ab a b aba\centerdot b Not supported In LaTeX, \centerdot is a small
square on the baseline, not
a centered dot.
\cf Not supported \cf C 6 H 5 C H O Not supported Not supported Deprecated by mhchem
\cfrac 21+21+21 2 1 + 2 1 + 2 1 21+21+21\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}} Not supported \cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}
\char Not supported
See \unicode
\char"263a Not supported \char"263a
\check oeˇ Not supported oeˇ\check{oe} oeˇ\check{oe} \check{oe}
\ch ch Not supported ch\ch Not supported
\checkmark \checkmark Not supported
\Chi Χ \Chi X\Chi Not supported
\chi χ χ χ\chi χ\chi
\choose (n+1k+2) ( n + 1 k + 2 ) (n+1k+2){n+1 \choose k+2} (n+1k+2){n+1 \choose k+2} {n+1 \choose k+2}
\circ \circ \circ
\circeq \circeq \circeq
\circlearrowleft \circlearrowleft \circlearrowleft
\circlearrowright \circlearrowright \circlearrowright
\circledast \circledast \circledast
\circledcirc \circledcirc \circledcirc
\circleddash Not supported \circleddash \circleddash
\circledequal Not supported Not supported Not supported
\circledparallel Not supported Not supported Not supported
\circledR ® ® ®\circledR Not supported
\circledS Not supported \circledS Not supported
\circledvert Not supported Not supported Not supported
\circlehbar Not supported Not supported Not supported
\class abcdefgh Not supported Not supported Not supported ab\class{mathHighlight}{cdef}gh
\cline Not supported Not supported Not supported Not supported
\closedvarcap Not supported Not supported Not supported
\closedvarcup Not supported Not supported Not supported
\clubs \clubs \clubs Not supported
\clubsuit \clubsuit \clubsuit
\cnums Not supported C\cnums Not supported
\coh Not supported Not supported Not supported
\colon : Not supported  ⁣:\colon :\colon
\Colonapprox ∷≈ Not supported \Colonapprox ∷≈\Colonapprox
\colonapprox : Not supported :\colonapprox ∶≈\colonapprox
\Coloneq ∷− Not supported \Coloneq ∷−\Coloneq
\coloneq : Not supported :\coloneq \coloneq
\Coloneqq Not supported =\Coloneqq \Coloneqq
\coloneqq ab Not supported aba \coloneqq b aba \coloneqq b
\Colonsim : Not supported \Colonsim ∷∼\Colonsim
\colonsim : Not supported :\colonsim ∶∼\colonsim
\color AaBb123 A a B b 123 AaBb123\color{#0000FF} AaBb123 AaBb123\color{#0000FF} AaBb123 \color{#0000FF} AaBb123
\colorbox Black on red Black on red Black on red\colorbox{red}{Black on red} Not supported \colorbox{red}{Black on red}
\complement \complement \complement
\Complex Not supported C\Complex Not supported
\concavediamond Not supported Not supported Not supported
\concavediamondtickleft Not supported Not supported Not supported
\concavediamondtickright Not supported Not supported Not supported
\cong Not supported \cong \cong
\Coppa Ϙ Not supported Not supported Not supported
\coppa ϙ Not supported Not supported Not supported
\coprod 0nx0nx Not supported 0nx  0nx\coprod_0^n x \; \displaystyle \coprod_0^n x \coprod
\copyright © Not supported ©\copyright Not supported
\cos cosx Not supported cosx\cos x cosx\cos x
\cosec cosecx Not supported cosecx\cosec x Not supported
\cosh coshx cosh x coshx\cosh x coshx\cosh x
\cot cotx Not supported cotx\cot x cotx\cot x
\cotg cotgx Not supported cotgx\cotg x Not supported
\coth cothx coth x cothx\coth x cothx\coth x
\cr abcd a b c d abcd\begin{matrix} a & b\\ c & d \end{matrix} abcd\begin{matrix} a & b\\ c & d \end{matrix} \begin{matrix}
   a & b \cr
   c & d
\end{matrix}
\csc cscx Not supported cscx\csc x cscx\csc x
\cssId ctgx Not supported Not supported Not supported
\ctg ctgx Not supported ctgx\ctg x Not supported
\cth cthx Not supported cthx\cth x Not supported
\Cup \Cup \Cup
\cup Not supported \cup \cup
\cupovercap Not supported Not supported Not supported
\curlyeqprec \curlyeqprec \curlyeqprec
\curlyeqsucc \curlyeqsucc \curlyeqsucc
\curlyvee \curlyvee \curlyvee
\curlywedge \curlywedge \curlywedge
\curvearrowleft \curvearrowleft \curvearrowleft
\curvearrowright \curvearrowright \curvearrowright

D

Function Temml MathJax KaTeX TeXZilla Source or Comment
\dag Not supported \dag Not supported
\Dagger \Dagger \Dagger Not supported
\dagger \dagger \dagger
\daleth \daleth \daleth
\Darr \Darr \Darr Not supported
\dArr \dArr \dArr Not supported
\darr \darr \darr \darr
{darray} abcd a b c d abcd\begin{array}{cc}a & b\\c & d\end{array} abcd\begin{array}{cc}a & b\\c & d\end{array} \begin{darray}{cc}
   a & b \\
   c & d
\end{darray}
\dashleftarrow \dashleftarrow \dashleftarrow
\dashrightarrow \dashrightarrow \dashrightarrow
\dashv \dashv \dashv
\dbinom (nk) ( n k ) (nk)\dbinom n k Not supported \dbinom n k
\dblcolon Not supported \dblcolon \dblcolon
{dcases} {aif bcif d Not supported {aif bcif d\begin{dcases}a&\text{if }b\\c&\text{if }d\end{dcases} Not supported \begin{dcases}
   a &\text{if } b \\
   c &\text{if } d
\end{dcases}
\ddag Not supported \ddag Not supported
\ddagger \ddagger \ddagger
\ddddot x…. x x....\ddddot{x} x\ddddot x \ddddot{x}
\dddot x x x...\dddot{x} x\dddot x \dddot{x}
\ddot x¨ x ¨ x¨\ddot x ẍ\ddot x \ddot x
\ddots \ddots \ddots
\DeclareMathOperator Not supported myOp ( x ) Not supported Not supported
\def x2+x2 x 2 + x 2 x2+x2\def\foo{x^2} \foo + \foo Not supported \def\foo{x^2} \foo + \foo
\definecolor F=ma F = m a Not supported Not supported \definecolor{sortaGreen}{RGB}{128,128,0}
\color{sortaGreen} F=ma
\deg degx deg x degx\deg x degx\deg x
\degree ° Not supported °\degree °\degree
\delta δ δ δ\delta δ\delta
\Delta Δ Δ Δ\Delta Δ\Delta
\det detxdetyxdetyx det x det y x det y x detxdetyxdetyx\begin{matrix}\det x \\ \det_y x \\\det\limits_y x\end{matrix} det\det
\Digamma Not supported \Digamma Not supported Not supported
\digamma ϝ ϝ ϝ\digamma ϝ\digamma
\dfrac a1b1 a 1 b 1 a1b1\dfrac{a-1}{b-1} Not supported \dfrac{a-1}{b-1}
\DH Ð Not supported Not supported Not supported \text{\DH}
\dh ð Not supported Not supported Not supported \text{dh}
\diagdown \diagdown Not supported
\diagup \diagup Not supported
\diameter Not supported Not supported Not supported
\Diamond \Diamond \Diamond
\diamond \diamond \diamond
\diamonds \diamonds \diamonds Not supported
\diamondsuit \diamondsuit \diamondsuit
\dim dimx dim x dimx\dim x dimx\dim x
\displaylines Not supported a a + b = c + d Not supported Not supported \displaylines{a\\ a+b=c+d}
\displaystyle 0n 0 n 0n\displaystyle\sum_0^n 0n\displaystyle\sum_0^n \displaystyle\sum_0^n
\div ÷ ÷ ÷\div ÷\div
\divideontimes \divideontimes \divideontimes
\DJ Đ Not supported Not supported Not supported \text{\DJ}
\dj đ Not supported Not supported Not supported \text{dj}
\doublebarvee Not supported Not supported Not supported
\dot x˙ x ˙ x˙\dot x x˙\dot x \dot x
\Doteq \Doteq \Doteq
\doteq \doteq \doteq
\doteqdot \doteqdot \doteqdot
\dotminus Not supported Not supported \dotminus
\dotplus \dotplus \dotplus
\dots x1++xn x 1 + + x n x1++xnx_1 + \dots + x_n x1++xnx_1 + \dots + x_n x_1 + \dots + x_n
\dotsb x1++xn x 1 + + x n x1++xnx_1 +\dotsb + x_n Not supported x_1 +\dotsb + x_n
\dotsc x,,y x , , y x,,yx,\dotsc,y Not supported x,\dotsc,y
\dotsi A1A2 A 1 A 2 A1A2 ⁣\int_{A_1}\int_{A_2}\dotsi Not supported \int_{A_1}\int_{A_2}\dotsi
\dotsm x1x2xn x 1 x 2 x n x1x2xnx_1 x_2 \dotsm x_n Not supported x_1 x_2 \dotsm x_n
\dotso \dotso Not supported
\doublebarwedge \doublebarwedge \doublebarwedge
\doublecap \doublecap Not supported
\doublecup \doublecup Not supported
\Downarrow \Downarrow \Downarrow
\downarrow \downarrow \downarrow
\downdownarrows \downdownarrows \downdownarrows
\downharpoonleft \downharpoonleft \downharpoonleft
\downharpoonright \downharpoonright \downharpoonright
\dprime Not supported Not supported Not supported
{drcases} aif bcif d} Not supported aif bcif d}\begin{drcases}a&\text{if }b\\c&\text{if }d\end{drcases} Not supported \begin{drcases}
   a&\text{if }b\\
   c&\text{if }d
\end{drcases}

E

Function Temml MathJax KaTeX TeXZilla Source or Comment
\Earth Not supported Not supported Not supported
\ell \ell \ell
\else Not supported Not supported Not supported Not supported
\emph 𝐴𝑏0 Not supported Ab0\emph{Ab0} Not supported \emph{Ab0}
\empty \empty \empty \empty
\emptyset \emptyset \emptyset
\enclose Not supported
See \angl
500
500
500
Not supported Not supported \enclose{longdiv}{500}
\enclose{actuarial}{500}
\enclose{phasorangle}{500}
Non-standard
\end abcd a b c d abcd\begin{matrix} a & b\\ c & d\end{matrix} abcd\begin{matrix} a & b\\ c & d\end{matrix} \begin{matrix}
   a & b \\
   c & d
\end{matrix}
\endgroup a \begingroup a \endgroup a\begingroup a \endgroup Not supported \begingroup a\endgroup
\enspace ab a b aba\enspace b Not supported a\enspace b
\Epsilon Ε \Epsilon E\Epsilon Not supported
\epsilon ϵ ϵ ϵ\epsilon ϵ\epsilon
\eqalign Not supported 3 x 4 y = 5 x + 7 = 2 y Not supported Not supported
\eqalignno Not supported ( ) 3 x 4 y = 5 ( ) x + 7 = 2 y z = 2 Not supported Not supported
\eqcirc \eqcirc \eqcirc
\Eqcolon −∷ Not supported \Eqcolon −∷\Eqcolon
\eqcolon Not supported \eqcolon \eqcolon
{equation} ·𝐃=ρv·𝐁=0 · 𝐃 = ρ v · 𝐁 = 0 𝐃=ρv𝐁=0\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation} Not supported \begin{equation}
\begin{split}
   ∇·𝐃&=ρ_v \\
   ∇·𝐁&=0
\end{split}
\end{equation}
{equation*} ·𝐃=ρv·𝐁=0 · 𝐃 = ρ v · 𝐁 = 0 𝐃=ρv𝐁=0\begin{equation*}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation*} Not supported
{eqnarray} Not supported y = ( x 1 ) 2 = ( x 1 ) ( x 1 ) = x 2 2 x + 1 Not supported Not supported
{eqnarray*} Not supported y = ( x 1 ) 2 = ( x 1 ) ( x 1 ) = x 2 2 x + 1 Not supported Not supported
\Eqqcolon =∷ Not supported =\Eqqcolon =∷\Eqqcolon
\eqqcolon Not supported \eqqcolon \eqqcolon
\eqref Not supported Not supported Not supported
\eqsim \eqsim \eqsim
\eqslantgtr \eqslantgtr \eqslantgtr
\eqslantless \eqslantless \eqslantless
\equiv \equiv \equiv
\Eta Η \Eta H\Eta Η\Eta
\eta η η η\eta η\eta
\eth ð ð ð\eth ð\eth
\euro \euro Not supported Not supported
\exist \exist \exist Not supported
\exists \exists \exists
\exp expx exp x expx\exp x expx\exp x

F

Function Temml MathJax KaTeX TeXZilla Source or Comment
\fallingdotseq \fallingdotseq \fallingdotseq
\fbox Hi there! Hi there! Hi there!\fbox{Hi there!} Not supported \fbox{Hi there!}
\fcolorbox A A A\fcolorbox{red}{aqua}{A} Not supported \fcolorbox{red}{aqua}{A}
\female Not supported Not supported Not supported \female
\fi Not supported Not supported Not supported Not supported
\Finv \Finv Not supported
\flat \flat \flat
\footnotesize footnotesize Not supported footnotesize\footnotesize footnotesize Not supported \footnotesize footnotesize
\forall \forall \forall
\fullouterjoin Not supported Not supported Not supported
\frac a+bc+d a + b c + d a+bc+d\frac{a+b}{c+d} a+bc+d\frac{a+b}{c+d} \frac{a+b}{c+d}
\frak 𝔄𝔞𝔅𝔟 AaBb AaBb\frak{AaBb} Not supported \frak{AaBb}
\frown \frown \frown

G

Function Temml MathJax KaTeX TeXZilla Source or Comment
\Game \Game Not supported
\Gamma Γ Γ Γ\Gamma Γ\Gamma
\gamma γ γ γ\gamma γ\gamma
{gather} a=be=b+c a = b e = b + c a=be=b+c\begin{gather}a=b\\e=b+c\end{gather} Not supported \begin{gather}
   a=b \\
   e=b+c
\end{gather}
{gather*} a=be=b+c a = b e = b + c a=be=b+c\begin{gather*}a=b\\e=b+c\end{gather*} Not supported \begin{gather*}
   a=b \\
   e=b+c
\end{gather*}
{gathered} a=be=b+c a = b e = b + c a=be=b+c\begin{gathered}a=b\\e=b+c\end{gathered} a=be=b+c\begin{gathered}a=b\\e=b+c\end{gathered} \begin{gathered}
   a=b \\
   e=b+c
\end{gathered}
\gcd gcdxgcdyxgcdyx gcd x gcd y x gcd y x gcdxgcdyxgcdyx\begin{matrix}\gcd x \\ \gcd_y x \\\gcd\limits_y x\end{matrix} gcdxgcdyxgcdlimitsyx\begin{matrix}\gcd x \\ \gcd_y x \\\gcd\limits_y x\end{matrix}
\gdef y2+y2 Not supported y2+y2\gdef\bbar#1{#1^2} \bbar{y} + \bbar{y} Not supported \gdef\bbar#1{#1^2} \bbar{y} + \bbar{y}
\ge \ge \ge
\geneuro Not supported \geneuro Not supported Not supported
\geneuronarrow Not supported \geneuronarrow Not supported Not supported
\geneurowide Not supported \geneurowide Not supported Not supported
\genfrac (aa+1] ( a a + 1 ] (aa+1]\genfrac ( ] {2pt}{0}a{a+1} Not supported \genfrac ( ] {2pt}{0}a{a+1}
\geq \geq \geq
\geqq \geqq \geqq
\geqslant \geqslant \geqslant
\gets \gets Not supported
\gg \gg \gg
\ggg \ggg \ggg
\gggtr \gggtr Not supported
\gimel \gimel \gimel
\global Not supported \global 2 + 3 2+3\global\def\add#1#2{#1+#2} \add 2 3 Not supported \global\def\add#1#2{#1+#2} \add 2 3
\gnapprox \gnapprox \gnapprox
\gneq \gneq \gneq
\gneqq \gneqq \gneqq
\gnsim \gnsim \gnsim
\grave eu` e u ` euˋ\grave{eu} Not supported \grave{eu}
\gt a>b a > b a>ba \gt b a>ba \gt b a \gt b
\gtrdot \gtrdot \gtrdot
\gtrapprox \gtrapprox \gtrapprox
\gtreqless \gtreqless \gtreqless
\gtreqqless \gtreqqless \gtreqqless
\gtrless \gtrless \gtrless
\gtrsim \gtrsim \gtrsim
\gvertneqq ≩︀ \gvertneqq ≩︀\gvertneqq

H

Function Temml MathJax KaTeX TeXZilla Source or Comment
\H Not supported a˝\text{\H{a}} Not supported \text{\H{a}}
\Harr \Harr \Harr Not supported
\hArr Not supported \hArr Not supported
\harr \harr \harr Not supported
\hat θ^ θ ^ θ^\hat{\theta} θ^\hat{\theta} \hat{\theta}
\hbar \hbar \hbar
\hbox in a box in a box in a box\hbox{in a box} Not supported \hbox{in a box}
\hdashline abcd a b c d abcd\begin{matrix}a&b\\ \hdashline c &d\end{matrix} Not supported \begin{matrix}
   a & b \\
   \hdashline
   c & d
\end{matrix}
\hearts \hearts \hearts Not supported
\heartsuit \heartsuit \heartsuit
\hfil Not supported See \hfill Not supported Not supported
\hfill Not supported x x x x x x x x x x x x x x x x x x a b a b a b Not supported Not supported
\hline abcd a b c d abcd\begin{matrix}a&b\\ \hline c &d\end{matrix} Not supported \begin{matrix}
   a & b \\ \hline
   c & d
\end{matrix}
\hourglass Not supported Not supported Not supported
\hom homx hom x homx\hom x homx\hom x
\hookleftarrow \hookleftarrow \hookleftarrow
\hookrightarrow \hookrightarrow \hookrightarrow
\hphantom abcd a b c d abcda\hphantom{bc}d Not supported a\hphantom{bc}d
\href Not supported MathJax MathJax\href{https://MathJax.org/}{\text{MathJax}} Not supported \href{https://www.mathjax.org/}{\text{MathJax}}
\hskip wid w i d widw\hskip1em i\hskip2em d Not supported w\hskip1em i\hskip2em d
\hslash \hslash \hslash
\hspace sk s k sks\hspace{7ex} k Not supported s\hspace{7ex} k
\huge huge h u g e huge\huge huge Not supported \huge huge
\Huge Huge H u g e Huge\Huge Huge Not supported \Huge Huge

I

Function Temml MathJax KaTeX TeXZilla Source or Comment
\i ı Not supported ı\text{\i} Not supported \text{\i}
\idotsint Not supported Not supported
\iddots Not supported Not supported Not supported
\if Not supported Not supported Not supported Not supported
\iff AB A B A    BA\iff B ABA\iff B A\iff B
\ifmode Not supported Not supported Not supported Not supported
\ifx Not supported Not supported Not supported Not supported
\iiiint Not supported Not supported
\iiint 0nx0nx 0 n x 0 n x 0nx  0nx\iiint_0^n x \; \displaystyle \iiint_0^n x \iiint
\iint 0nx0nx 0 n x 0 n x 0nx  0nx\iint_0^n x \; \displaystyle \iint_0^n x \iint
\Im \Im \Im
\image \image \image Not supported
\imageof Not supported \imageof Not supported
\imath ı ı ı\imath ı\imath
\impliedby PQ P Q P    QP\impliedby Q PQP\impliedby Q P\impliedby Q
\implies PQ P Q P    QP\implies Q PQP\implies Q P\implies Q
\in \in \in
\includegraphics KA logo Not supported \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} Not supported
\incoh Not supported Not supported Not supported
\inf infxinfyxinfyx inf x inf y x inf y x infxinfyxinfyx\begin{matrix}\inf x \\ \inf_y x \\\inf\limits_y x\end{matrix} inf\inf
\infin \infin \infin Not supported
\infty \infty \infty
\injlim inj limxinj limyxinj limyx inj lim x inj lim y x inj lim y x inj limxinj limyxinj limyx\begin{matrix}\injlim x \\ \injlim_y x \\\injlim\limits_y x\end{matrix} Not supported \injlim x
\injlim_y x
\injlim\limits_y x
\int 0nx0nx 0 n x 0 n x 0nx  0nx\int_0^n x \; \displaystyle \int_0^n x \int
\intercal \intercal \intercal
\interleave Not supported Not supported Not supported
\intop 0nx0nx 0 n x 0 n x 0nx  0nx\intop_0^n x \; \displaystyle \intop_0^n x Not supported
\invamp Not supported Not supported Not supported
\invlazys Not supported Not supported Not supported
\Iota Ι \Iota I\Iota Ι\Iota
\iota ι ι ι\iota ι\iota
\isin \isin \isin Not supported
\it AaBb A a B b AaBb{\it AaBb} Not supported {\it AaBb}

JK

Function Temml MathJax KaTeX TeXZilla Source or Comment
\j ȷ Not supported ȷ\text{\j} Not supported \text{\j}
\jmath ȷ ȷ ȷ\jmath ȷ\jmath
\Join \Join Not supported
\Kappa Κ \Kappa K\Kappa Κ\Kappa
\kappa κ κ κ\kappa κ\kappa
\ker kerx ker x kerx\ker x kerx\ker x
\kern IR I R IRI\kern-2.5pt R Not supported I\kern-2.5pt R
\Ket |ψ Requires extension ψ\Ket{\psi} Not supported \Ket{\psi}
\ket |ψ Requires extension ψ\ket{\psi} Not supported \ket{\psi}
\Koppa Ϟ Not supported Not supported Not supported
\koppa ϟ Not supported Not supported Not supported

L

Function Temml MathJax KaTeX TeXZilla Source or Comment
\L Not supported Not supported Not supported Not supported
\l Not supported Not supported Not supported Not supported
\Lambda Λ Λ Λ\Lambda Λ\Lambda
\lambda λ λ λ\lambda λ\lambda
\label Supported Not supported
\land \land Not supported
\lang A \lang A A\lang A\rangle A\lang A\rangle \lang A\rangle
\lAngle A Not supported Not supported Not supported \lAngle A\rAngle
\langle A A A\langle A\rangle A\langle A\rangle \langle A\rangle
\Larr \Larr \Larr Not supported
\lArr \lArr \lArr Not supported
\larr \larr \larr Not supported
\large large l a r g e large\large large Not supported \large large
\Large Large L a r g e Large\Large Large Not supported \Large Large
\LARGE LARGE L A R G E LARGE\LARGE LARGE Not supported \LARGE LARGE
\LaTeX LATEX L A T E X LaTeX\LaTeX Not supported
\lBrace Not supported \lBrace Not supported
\lbrace { { {\lbrace {\lbrace
\lbrack [ [ [\lbrack [\lbrack
\lceil \lceil \lceil
\lcroof Not supported Not supported Not supported Not supported See \enclose
\ldotp . . .\ldotp Not supported
\ldots \ldots \ldots
\le \le \le
\leadsto \leadsto Not supported
\left {ab { a b {ab\left\lbrace \frac ab \right. {ab\left\lbrace \frac ab \right. \left\lbrace \frac ab \right.
\leftarrow \leftarrow \leftarrow
\Leftarrow \Leftarrow \Leftarrow
\leftarrowtail \leftarrowtail \leftarrowtail
\leftharpoondown \leftharpoondown \leftharpoondown
\leftharpoonup \leftharpoonup \leftharpoonup
\leftleftarrows \leftleftarrows \leftleftarrows
\leftmodels Not supported Not supported Not supported
\leftmoon Not supported Not supported Not supported
\leftouterjoin Not supported Not supported Not supported
\Leftrightarrow \Leftrightarrow \Leftrightarrow
\leftrightarrow \leftrightarrow \leftrightarrow
\leftrightarrows \leftrightarrows \leftrightarrows
\leftrightharpoons \leftrightharpoons \leftrightharpoons
\leftrightsquigarrow \leftrightsquigarrow \leftrightsquigarrow
\leftroot Not supported x 3 Not supported Not supported
\leftthreetimes \leftthreetimes \leftthreetimes
\leq \leq \leq
\leqalignno Not supported Not supported Not supported
\leqq \leqq \leqq
\leqslant \leqslant \leqslant
\lessapprox \lessapprox \lessapprox
\lessdot \lessdot \lessdot
\lesseqgtr \lesseqgtr \lesseqgtr
\lesseqqgtr \lesseqqgtr \lesseqqgtr
\lessgtr \lessgtr \lessgtr
\lesssim \lesssim \lesssim
\let Not supported Not supported Not supported
\lfloor \lfloor \lfloor
\lg lg lg lg\lg lg\lg
\lgroup \lgroup Not supported
\lhd \lhd \lhd
\lim limxlimyxlimyx lim x lim y x lim y x limxlimyxlimyx\begin{matrix}\lim x \\ \lim_y x \\\lim\limits_y x\end{matrix} limyx\lim_y x \lim x
\lim_y x
\lim\limits_y x
\liminf lim infxlim infyxlim infyx lim inf x lim inf y x lim inf y x lim infxlim infyxlim infyx\begin{matrix}\liminf x \\ \liminf_y x \\\liminf\limits_y x\end{matrix} liminf\liminf
\limits limx lim x limx\lim\limits_x Not supported \lim\limits_x
\limsup lim supxlim supyxlim supyx lim sup x lim sup y x lim sup y x lim supxlim supyxlim supyx\begin{matrix}\limsup x \\ \limsup_y x \\\limsup\limits_y x\end{matrix} limsup\limsup
\ll \ll \ll
\llangle A Not supported Not supported A\llangle A\rrangle \llangle A\rrangle
\llap =// = / =/{=}\llap{/\,} Not supported {=}\llap{/\,}
\llbracket Not supported \llbracket Not supported
\llcorner a a a\llcorner a \lrcorner Not supported
\Lleftarrow \Lleftarrow \Lleftarrow
\lll \lll \lll
\llless \llless Not supported
\llparenthesis Not supported Not supported Not supported
\lmoustache \lmoustache \lmoustache
\ln lnx ln x lnx\ln x lnx\ln x
\lnapprox \lnapprox \lnapprox
\lneq \lneq \lneq
\lneqq \lneqq \lneqq
\lnot ¬ ¬ ¬\lnot Not supported
\lnsim \lnsim \lnsim
\log logxlogyxlogyx log x log y x log y x logxlogyxlogyx\begin{matrix}\log x \\ \log_y x \\ \log\limits_y x\end{matrix} logxlogyxloglimitsyx\begin{matrix}\log x \\ \log_y x \\ \log\limits_y x\end{matrix} \log x
\log_y x
\log\limits_y x
\longdiv 40.0 See enclosed Not supported Not supported \longdiv{40.0}
\Longleftarrow \Longleftarrow \Longleftarrow
\longleftarrow \longleftarrow \longleftarrow
\Longleftrightarrow \Longleftrightarrow \Longleftrightarrow
\longleftrightarrow \longleftrightarrow \longleftrightarrow
\longmapsto \longmapsto \longmapsto
\Longrightarrow \Longrightarrow \Longrightarrow
\longrightarrow \longrightarrow \longrightarrow
\looparrowleft \looparrowleft \looparrowleft
\looparrowright \looparrowright \looparrowright
\lor \lor Not supported
\lower lower l o w e r Not supported Not supported l\lower 2pt{owe}r
\lozenge \lozenge \lozenge
\lozengeminus Not supported Not supported Not supported
\lparen ( Not supported (\lparen Not supported
\Lrarr \Lrarr \Lrarr Not supported
\lrArr \lrArr \lrArr Not supported
\lrarr \lrarr \lrarr Not supported
\lrcorner \lrcorner Not supported
\lq Not supported \lq Not supported
\Lsh \Lsh \Lsh
\lt < < <\lt <\lt
\ltimes \ltimes \ltimes
\lVert \lVert Not supported
\lvert | | \lvert Not supported
\lvertneqq ≨︀ \lvertneqq ≨︀\lvertneqq

M

Function Temml MathJax KaTeX TeXZilla Source or Comment
\male Not supported Not supported Not supported \male
\maltese \maltese Not supported
\mapsfrom Not supported Not supported Not supported
\mapsto \mapsto \mapsto
\mathbb 𝔸𝔹 AB AB\mathbb{AB} 𝔸𝔹\mathbb{AB} \mathbb{AB}
\mathbf 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 AaBb 123 AaBb123\mathbf{AaBb123} 𝐀𝐚𝐁𝐛𝟏𝟐𝟑\mathbf{AaBb123} \mathbf{AaBb123}
\mathbin a!b a ! b a!ba\mathbin{!}b a!ba\mathbin{!}b a\mathbin{!}b
\mathcal 𝒜𝒶𝒷123 AaBb 123 AaBb123\mathcal{AaBb123} 𝒜𝒶𝒷123\mathcal{AaBb123} \mathcal{AaBb123}
\mathchoice ab a b aba\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}b Not supported a\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}b
\mathclap 1inxi Not supported 1inxi\displaystyle\sum_{\mathclap{1\le i\le n}} x_{i} 1inxi\displaystyle\sum_{\mathclap{1\le i\le n}} x_{i} \sum_{\mathclap{1\le i\le n}} x_{i}
\mathclose a+(b>+c a + ( b > + c a+(b>+ca + (b\mathclose\gt + c Not supported a + (b\mathclose\gt + c
\mathellipsis Not supported \mathellipsis Not supported
\mathfrak 𝔄𝔞𝔅𝔟 AaBb AaBb\mathfrak{AaBb} 𝔄𝔞𝔅𝔟\mathfrak{AaBb} \mathfrak{AaBb}
\mathinner abinsidecd a b inside c d abinsidecdab\mathinner{\text{inside}}cd Not supported ab\mathinner{\text{inside}}cd
\mathit AaBb AaBb AaBb\mathit{AaBb} 𝐴𝑎𝐵𝑏\mathit{AaBb} \mathit{AaBb}
\mathllap /= Not supported /={\mathrlap{\,/}{=}} /={\mathrlap{\,/}{=}} \mathrlap{\,/}{=}
\mathnormal AaBbθ Not supported AaBbθ\mathnormal{AaBb\theta} Not supported \mathnormal{AaBb\theta}
\mathop axb a x b axba \mathop{x} b axba \mathop{x} b a \mathop{x} b
\mathopen a+<b)+c a + < b ) + c a+<b)+ca + \mathopen\lt b) + c Not supported a + \mathopen\lt b) + c
\mathord 1,234,567 1 , 234,567 1,234,5671\mathord{,}234{,}567 Not supported 1\mathord{,}234{,}567
\mathpunct AB A B ABA\mathpunct{-}B Not supported A\mathpunct{-}B
\mathraisebox Not supported Not supported Not supported higherh\mathraisebox{2pt}{ighe}r
\mathrel a#b a # b a#ba \mathrel{\#} b a#ba \mathrel{#} b a \mathrel{\#} b
\mathrlap 02πxdx Not supported 02πxdx{\displaystyle \int_0^{\mathrlap{2\pi}} x \,\mathrm{d} x} 02πxdx{\displaystyle \int_0^{\mathrlap{2\pi}} x \,\mathrm{d} x} \int_0^{\mathrlap{2\pi}} x\,\mathrm{d} x
\mathring a˚ a ˚ a˚\mathring{a} Not supported \mathring{a}
\mathrm AaBb1θ AaBb 12 θ AaBb12θ\mathrm{AaBb12\theta} AaBb12θ\mathrm{AaBb12\theta} \mathrm{AaBb12\theta}
\mathscr 𝒜 AB AB\mathscr{AB} 𝒜\mathscr{AB} \mathscr{AaBb123}
\mathsf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 AaBb 123 AaBb123\mathsf{AaBb123} 𝖠𝖺𝖡𝖻𝟣𝟤𝟥\mathsf{AaBb123} \mathsf{AaBb123}
\mathsfit 𝘈𝘢𝘉𝘣 AaBb\mathsfit{AaBb} Not supported \mathsfit{AaBb}
\mathsterling £ Not supported £\mathsterling Not supported
\mathstrut (α ( α (α\sqrt{\mathstrut\alpha} Not supported \sqrt{\mathstrut\alpha}
\mathtip \mathtipa=btip Not supported Not supported Not supported \mathtip{a=b}{tip}s
\mathtt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 AaBb 123 AaBb123\mathtt{AaBb123} 𝙰𝚊𝙱𝚋𝟷𝟸𝟹\mathtt{AaBb123} \mathtt{AaBb123}
\matrix abcd a b c d Not supported Not supported \matrix{a & b \\ c & d}
{matrix} ABbABd A B b A B d ABbABd\begin{matrix}\frac A B&b\\\frac A B&d\end{matrix} ABbABd\begin{matrix}\frac A B&b\\\frac A B&d\end{matrix} \begin{matrix}
   \frac A B & b \\
   \frac A B & d
\end{matrix}
\max maxxmaxyxmaxyx max x max y x max y x maxxmaxyxmaxyx\begin{matrix}\max x \\ \max_y x \\\max\limits_y x\end{matrix} max\max
\mbox Not supported in a box Not supported Not supported \mbox{in a box}
\measuredangle \measuredangle \measuredangle
\medspace ab Not supported aba\medspace b aba\medspace b a\medspace b
\mho \mho \mho
\mid {x|x>0} { x x > 0 } {xRx>0}\{x∈ℝ\mid x > 0\} {xx>0}\{x∈ℝ\mid x>0\} \{x∈ℝ\mid x>0\}
\middle P(A|B) P ( A | B ) P(A|B)P\left(A\middle\vert B\right) Not supported P\left(A\middle\vert B\right)
\min minxminyxminyx min x min y x min y x minxminyxminyx\begin{matrix}\min x \\ \min_y x \\\min\limits_y x\end{matrix} min\min
\minusdot Not supported Not supported Not supported
\minuso Not supported
See \standardstate
Not supported \minuso Not supported
\minusfdots Not supported Not supported Not supported
\minusrdots Not supported Not supported Not supported
\mit Not supported Γ Θ Not supported Not supported \mit{\Gamma\Theta}
\mkern ab a b aba\mkern18mu b Not supported a\mkern18mu b
\mmlToken Not supported Not supported Not supported
\mod 35mod2 3 5 mod 2 35mod23\equiv 5 \mod 2 Not supported 3\equiv 5 \mod 2
\models \models \models
\moveleft Not supported O O Not supported Not supported O\moveleft3pt O
\moveright Not supported O O Not supported Not supported O\moveright3pt O
\mp \mp \mp
\mskip ab a b aba\mskip{10mu}b Not supported a\mskip{10mu}b
\mspace Not supported a b Not supported Not supported a\mspace18mu b
\Mu Μ \Mu M\Mu Μ\Mu
\mu μ μ μ\mu μ\mu
\multicolumn Not supported Not supported Not supported Not supported
{multline} first linesecond linethird line f i r s t   l i n e s e c o n d   l i n e t h i r d   l i n e Not supported Not supported
{multline*} first linesecond linethird line f i r s t   l i n e s e c o n d   l i n e t h i r d   l i n e Not supported Not supported
\multimap \multimap \multimap
\multimapboth Not supported Not supported Not supported
\multimapinv Not supported Not supported Not supported

N

Function Temml MathJax KaTeX TeXZilla Source or Comment
\N \N N\N Not supported
\nabla \nabla \nabla
\Nand Not supported Not supported Not supported
\natnums \natnums N\natnums Not supported
\natural \natural \natural
\negmedspace ab a b a ⁣ba\negmedspace b aba\negmedspace b a\negmedspace b
\ncong \ncong \ncong
\ne \ne \ne
\nearrow \nearrow \nearrow
\neg ¬ ¬ ¬\neg ¬\neg
\negthickspace ab a b a ⁣ba\negthickspace b Not supported a\negthickspace b
\negthinspace ab a b a ⁣ba\negthinspace b Not supported a\negthinspace b
\neq \neq \neq
\newcommand \newcommand\chk{\checkmark} \chk Not supported \newcommand\chk{\checkmark} \chk
\newenvironment Not supported R e a l l y s m a l l . Not supported Not supported \newenvironment{tinyit}{\tiny\it}{\normalsize\rm}
\begin{tinyit}Really small.\end{tinyit}
\Newextarrow Not supported A note B Not supported Not supported \Newextarrow{\xrightharpoonup}{5,10}{0x21C0}
A \xrightharpoonup{\text{note}} B
\newextarrow Not supported< Not supported Not supported Not supported Spelling per LaTeX.
\newline ab Not supported aba\newline b Not supported a\newline b
\nexists \nexists \nexists
\NG Ŋ Not supported Not supported Not supported \text{\NG}
\ng ŋ Not supported Not supported Not supported \text{\ng}
\ngeq \ngeq \ngeq
\ngeqq \ngeqq ⩾̸\ngeqq
\ngeqslant \ngeqslant ⩾̸\ngeqslant
\ngtr \ngtr \ngtr
\ni \ni \ni
\nleftarrow \nleftarrow \nleftarrow
\nLeftarrow \nLeftarrow \nLeftarrow
\nLeftrightarrow \nLeftrightarrow \nLeftrightarrow
\nleftrightarrow \nleftrightarrow \nleftrightarrow
\nleq \nleq \nleq
\nleqq \nleqq ⩽̸\nleqq
\nleqslant \nleqslant ⩽̸\nleqslant
\nless \nless \nless
\nmid \nmid \nmid
\nobreak Not supported Not supported Not supported Not supported
\nobreakspace a b a   b a ba\nobreakspace b Not supported a\nobreakspace b
\nolimits limx lim x limx\lim\nolimits_x Not supported \lim\nolimits_x
\Nor Not supported Not supported Not supported
\normalsize normalsize n o r m a l s i z e normalsize\normalsize normalsize Not supported \normalsize normalsize
\not \not{=} ¬=\not = \not =
\notag Not supported Not supported Not supported
\notin \notin \notin
\notni Not supported \notni \notni
\nparallel \nparallel \nparallel
\nprec \nprec \nprec
\npreceq \npreceq ⪯̸\npreceq
\nRightarrow \nRightarrow \nRightarrow
\nrightarrow \nrightarrow \nrightarrow
\nshortmid \nshortmid \nshortmid
\nshortparallel \nshortparallel \nshortparallel
\nsim \nsim \nsim
\nsubset Not supported Not supported \nsubset
\nsubseteq \nsubseteq \nsubseteq
\nsubseteqq \nsubseteqq \nsubseteqq
\nsucc \nsucc \nsucc
\nsucceq \nsucceq ⪰̸\nsucceq
\nsupset Not supported Not supported \nsupset
\nsupseteq \nsupseteq \nsupseteq
\nsupseteqq \nsupseteqq Not supported
\ntriangleleft \ntriangleleft \ntriangleleft
\ntrianglelefteq \ntrianglelefteq \ntrianglelefteq
\ntriangleright \ntriangleright \ntriangleright
\ntrianglerighteq \ntrianglerighteq \ntrianglerighteq
\Nu Ν \Nu N\Nu Ν\Nu
\nu ν ν ν\nu ν\nu
\nVDash \nVDash \nVDash
\nVdash \nVdash \nVdash
\nvDash \nvDash \nvDash
\nvdash \nvdash \nvdash
\nwarrow \nwarrow \nwarrow

O

Function Temml MathJax KaTeX TeXZilla Source or Comment
\O Ø Not supported Ø\text{\O} Not supported \text{\O}
\o ø Not supported ø\text{\o} Not supported \text{\o}
\obar Not supported Not supported Not supported
\obslash Not supported Not supported Not supported
\oc ! Not supported Not supported Not supported
\odiv Not supported Not supported Not supported
\odv dfdx Not supported Not supported Not supported \odv{f}{x}
\odv*` ddxf Not supported Not supported Not supported \odv*{f}{x}
\odot \odot \odot
\OE Œ Not supported Œ\text{\OE} Not supported \text{\OE}
\oe œ Not supported œ\text{\oe} Not supported \text{\oe}
\officialeuro Not supported
See \euro
\officialeuro Not supported Not supported
\ogreaterthan Not supported Not supported Not supported
\oiiint 0nx0nx 0 n x 0 n x 0nx  0nx\oiiint_0^n x \; \displaystyle \oiiint_0^n x \oiiint
\oiint 0nx0nx 0 n x 0 n x 0nx  0nx\oiint_0^n x \; \displaystyle \oiint_0^n x \oiint
\oint 0nx0nx 0 n x 0 n x 0nx  0nx\oint_0^n x \; \displaystyle \oint_0^n x \oint
\oldstyle Not supported 0123456 Not supported Not supported \oldstyle 0123456
\oldstylenums Not supported Not supported Not supported Not supported
\olessthan Not supported Not supported Not supported
\omega ω ω ω\omega ω\omega
\Omega Ω Ω Ω\Omega Ω\Omega
\Omicron Ο \Omicron O\Omicron Not supported
\omicron ο ο ο\omicron \omicron
\ominus \ominus \ominus
\operatorname asinx asin x asinx\operatorname{asin} x asinx\operatorname{asin} x \operatorname{asin} x
\operatorname* asinxasinyxasinyx asin x asin y x asin y x asinxasinyxasinyx\begin{matrix}\operatorname*{asin} x \\ \operatorname*{asin}_y x \\ \operatorname*{asin}\limits_y x\end{matrix} Not supported \operatorname*{asin} x
\operatorname*{asin}_y x
\operatorname*{asin}\limits_y x\end
\operp Not supported Not supported Not supported
\oplus ⊕︎ \oplus \oplus
\or Not supported Not supported Not supported Not supported
\origof Not supported \origof Not supported
\oslash \oslash \oslash
\otimes \otimes \otimes
\Otimes Not supported Not supported Not supported
\otimeshat Not supported Not supported Not supported
\over a+1b+2+c a + 1 b + 2 + c a+1b+2+c{a+1 \over b+2}+c a+1b+2+c{a+1 \over b+2}+c {a+1 \over b+2}+c
\overbrace x++xn times x + + x n  times x++xn times\overbrace{x+⋯+x}^{n\text{ times}} x++xn times\overbrace{x+⋯+x}^{n\text{ times}} \overbrace{x+⋯+x}^{n\text{ times}}
\overbracket x++xn times Not supported Not supported Not supported \overbracket{x+⋯+x}^{n\text{ times}}
\overgroup AB Not supported AB\overgroup{AB} Not supported \overgroup{AB}
\overleftarrow AB A B AB\overleftarrow{AB} Not supported \overleftarrow{AB}
\overleftharpoon AB Not supported AB\overleftharpoon{AB} Not supported \overleftharpoon{AB}
\overleftrightarrow AB A B AB\overleftrightarrow{AB} Not supported \overleftrightarrow{AB}
\overline a long argument a long argument a long argument\overline{\text{a long argument}} a long argument¯\overline{\text{a long argument}} \overline{\text{a long argument}}
\overlinesegment Not supported Not supported Not supported Not supported
\overparen AB A B Not supported Not supported See \overgroup
\Overrightarrow AB Not supported AB\Overrightarrow{AB} Not supported \Overrightarrow{AB}
\overrightarrow AB A B AB\overrightarrow{AB} Not supported \overrightarrow{AB}
\overrightharpoon ac Not supported ac\overrightharpoon{ac} Not supported \overrightharpoon{ac}
\overset =! = ! =!\overset{!}{=} =!\overset{!}{=} \overset{!}{=}
\overwithdelims Not supported [ a b ] Not supported Not supported
\owns \owns Not supported

P

Function Temml MathJax KaTeX TeXZilla Source or Comment
\P Not supported \text{\P} Not supported \text{\P}
\pagecolor Not supported Not supported Not supported Deprecated
\parallel \parallel \parallel
\parr Not supported Not supported Not supported
\part Not supported Not supported Not supported Deprecated
\partial \partial \partial
\permil Not supported Not supported Not supported
\pdv 2fxy Not supported Not supported Not supported \pdv{f}{x,y}
\pdv* 2xyf Not supported Not supported Not supported \pdv*{f}{x,y}
\perp \perp \perp
\phantom Γijkij Γ i j k i j Γijkij\Gamma^{\phantom{i}j}_{i\phantom{j}k} Γijkij\Gamma^{\phantom{i}j}_{i\phantom{j}k} \Gamma^{\phantom{i}j}_{i\phantom{j}k}
\phase 120V78.2° Not supported
See \enclose
120V78.2°120\text{V}\phase{78.2\degree} Not supported 120\text{V}\phase{78.2\degree}
\Phi Φ Φ Φ\Phi Φ\Phi
\phi ϕ ϕ ϕ\phi ϕ\phi
\Pi Π Π Π\Pi Π\Pi
\pi π π π\pi π\pi
{picture} Not supported Not supported Not supported Not supported
\pitchfork \pitchfork \pitchfork
\plim plim Not supported plim\plim Not supported
\plusmn ± \plusmn ±\plusmn Not supported
\pm ± ± ±\pm ±\pm
\pmatrix Not supported ( a b c d ) Not supported Not supported See {pmatrix}
{pmatrix} (abcd) ( a b c d ) (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix} (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix} \begin{pmatrix}
   a & b \\
   c & d
\end{pmatrix}
\pmb μ μ μ μ\pmb{\mu} Not supported \pmb{\mu}
\pmod x(moda) x ( mod a ) x(moda)x\pmod a Not supported x\pmod a
\pod x(a) x ( a ) x(a)x \pod a Not supported x \pod a
\pounds £ Not supported £\pounds Not supported
\Pr PrxPryxPryx Pr x Pr y x Pr y x PrxPryxPryx\begin{matrix}\Pr x \\ \Pr_y x \\\Pr\limits_y x\end{matrix} Pr\Pr
\prec \prec \prec
\precapprox \precapprox \precapprox
\preccurlyeq \preccurlyeq \preccurlyeq
\preceq \preceq \preceq
\precnapprox \precnapprox \precnapprox
\precneqq \precneqq \precneqq
\precnsim \precnsim \precnsim
\precsim \precsim \precsim
\prescript 𝐂25+a2 Not supported Not supported Not supported \prescript{a}{2}{\mathbf{C}}^{5+}_{2}
\prime \prime Not supported
\prod 0nx0nx 0 n x 0 n x 0nx  0nx\prod_0^n x \; \displaystyle \prod_0^n x \prod
\projlim proj limnx proj lim n x proj limnx\projlim_n x Not supported \projlim_n x
\propto \propto \propto
\providecommand Hello Not supported Hello\providecommand\greet{\text{Hello}} \greet Not supported \providecommand\greet{\text{Hello}} \greet
\psi ψ ψ ψ\psi ψ\psi
\Psi Ψ Ψ Ψ\Psi Ψ\Psi
\pu 123 kJmol 123   kJ mol 123 kJmol{123~\mathchoice{\textstyle\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}{\frac{\mathrm{kJ}}{\mathrm{mol}}}} Not supported \pu{123 kJ//mol}

QR

Function Temml MathJax KaTeX TeXZilla Source or Comment
\Q Not supported \Q Not supported Not supported See \Bbb{Q}
\QED Not supported Not supported Not supported
\qprime Not supported Not supported Not supported
\qquad ab a b aba\qquad\qquad{b} aba\qquad\qquad{b} a\qquad\qquad{b}
\quad ab a b aba\quad\quad{b} aba\quad\quad{b} a\quad\quad{b}
\R \R R\R Not supported
\r \r a a˚\text{\r{a}} Not supported \text{\r{a}}
\raise higher h i g h e r Not supported Not supported h\raise{2pt}{ighe}r
\raisebox higher Not supported higherh\raisebox{2pt}{ighe}r Not supported h\raisebox{2pt}{ighe}r
\rang A A \rang A\langle A\rang A\langle A\rang \langle A\rang
\rAngle A Not supported Not supported Not supported \lAngle A\rAngle
\rangle A A A\langle A\rangle A\langle A\rangle \langle A\rangle
\Rarr \Rarr \Rarr Not supported
\rArr \rArr \rArr Not supported
\rarr \rarr \rarr Not supported
\rBrace Not supported \rBrace Not supported
\rbrace } } }\rbrace }\rbrace
\rbrack ] ] ]\rbrack ]\rbrack
{rcases} aif bcif d} Not supported aif bcif d}\begin{rcases}a&\text{if }b\\c&\text{if }d\end{rcases} Not supported \begin{rcases}
   a&\text{if }b\\
   c&\text{if }d
\end{rcases}
\rceil \rceil \rceil
\Re \Re \Re
\real \real \real Not supported
\Reals \Reals R\Reals Not supported
\reals \reals R\reals Not supported
\ref Supported Not supported Not supported \ref{maxwell}
\reflectbox S Not supported Not supported Not supported \reflectbox{S}
\relax Not supported Not supported
\renewcommand Ahoy! Ahoy! Ahoy!\def\hail{Hi!}\renewcommand\hail{\text{Ahoy!}} \hail Not supported \def\hail{Hi!}
\renewcommand\hail{\text{Ahoy!}}
\hail
\renewenvironment Not supported Not supported Not supported
\require Not supported Not supported Not supported
\restriction \restriction Not supported
\rfloor \rfloor \rfloor
\rgroup \rgroup Not supported
\rhd \rhd \rhd
\Rho Ρ \Rho P\Rho Ρ\Rho
\rho ρ ρ ρ\rho ρ\rho
\right ab) a b ) ab)\left.\frac a b\right) ab)\left.\frac a b\right) \left.\frac a b\right)
\Rightarrow \Rightarrow \Rightarrow
\rightarrow \rightarrow \rightarrow
\rightarrowtail \rightarrowtail \rightarrowtail
\rightharpoondown \rightharpoondown \rightharpoondown
\rightharpoonup \rightharpoonup \rightharpoonup
\rightleftarrows \rightleftarrows \rightleftarrows
\rightleftharpoons \rightleftharpoons \rightleftharpoons
\rightmoon Not supported Not supported Not supported
\rightouterjoin Not supported Not supported Not supported
\rightrightarrows \rightrightarrows \rightrightarrows
\rightsquigarrow \rightsquigarrow \rightsquigarrow
\rightthreetimes \rightthreetimes \rightthreetimes
\risingdotseq \risingdotseq \risingdotseq
\rlap /= / = /=\rlap{\,/}{=} Not supported \rlap{\,/}{=}
\rm AaBb1θ A a B b 12 θ AaBb12θ\rm AaBb12\theta Not supported \rm AaBb12\theta
\rmoustache \rmoustache \rmoustache
\root Not supported x 3 Not supported x3\root{3}{x} MathJax and TeXZilla differ in syntax:
\root 3 \of x vs. \root{3}{x}
\rotatebox Not supported Not supported Not supported Not supported
\rparen ) Not supported )\rparen Not supported
\rq Not supported \rq Not supported
\Rrightarrow \Rrightarrow \Rrightarrow
\rrangle A Not supported Not supported A\llangle A\rrangle \llangle A\rrangle
\rrbracket Not supported \rrbracket Not supported
\rrparenthesis Not supported Not supported Not supported
\Rsh \Rsh \Rsh
\rtimes \rtimes \rtimes
\Rule Not supported x x Not supported Not supported Non-standard
\rule xx x x xxx\color{blue}\rule[6pt]{2ex}{1ex}x Not supported x\color{blue}\rule[6pt]{2ex}{1ex}x
\rVert \rVert Not supported
\rvert | | \rvert Not supported

S

Function Temml MathJax KaTeX TeXZilla Source or Comment
\S § § §\text{\S} Not supported \text{\S}
\Sampi Ϡ Not supported Not supported Not supported
\sampi ϡ Not supported Not supported Not supported
\scalebox Not supported Not supported Not supported Not supported
\scoh Not supported Not supported Not supported
\scr Not supported \scr M Not supported Not supported \scr M
\scriptscriptstyle cd c d cd\scriptscriptstyle \frac cd Not supported \scriptscriptstyle \frac cd
\scriptsize scriptsize s c r i p t s i z e scriptsize\scriptsize scriptsize scriptsize\scriptsize scriptsize \scriptsize scriptsize
\scriptstyle ab+cd a b + c d ab+cd\frac ab + {\scriptstyle \frac cd} Not supported \frac ab + {\scriptstyle \frac cd}
\sdot \sdot \sdot Not supported
\searrow \searrow \searrow
\sec sec sec sec\sec sec\sec
\sect § Not supported §\text{\sect} Not supported \text{\sect}
\set {x|x<5} Requires extension Not supported Not supported \Set{x|x<5}
\Set {x|x<12} Requires extension Not supported Not supported \Set{ x | x<\frac 1 2 }
\setlength Not supported Not supported Not supported Not supported
\setminus \setminus \setminus
\sf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 A a B b 123 AaBb123\sf AaBb123 Not supported \sf AaBb123
\sfrac ³⁄₈ Not supported Not supported Not supported \sfrac{3}{8}
\sgn sgn Not supported Not supported Not supported
\sharp \sharp \sharp
\shift Not supported Not supported Not supported
\shneg Not supported Not supported Not supported
\shortmid \shortmid \shortmid
\shortparallel \shortparallel \shortparallel
\shoveleft Not supported f i r s t   l i n e 2 n d t h i r d   l i n e Not supported Not supported
\shoveright Not supported f i r s t   l i n e 2 n d t h i r d   l i n e Not supported Not supported
\shpos Not supported Not supported Not supported
\shuffle Not supported Not supported Not supported
\sideset 3412 3 4 1 2 Not supported Not supported \sideset{_1^2}{_3^4}\sum
\Sigma Σ Σ Σ\Sigma Σ\Sigma
\sigma σ σ σ\sigma σ\sigma
\sim \sim \sim
\simeq \simeq \simeq
\sin sinx sin x sinx\sin x sinx\sin x
\sincoh Not supported Not supported Not supported
\sinh sinhx sinh x sinhx\sinh x sinhx\sinh x
\sixptsize sixptsize Not supported sixptsize\sixptsize sixptsize Not supported \sixptsize sixptsize
\sh sh Not supported sh\sh Not supported
\skew Not supported A ^ A ^ Not supported Not supported \hat A\skew9\hat A
\skip Not supported Not supported Not supported Not supported
\small small s m a l l small\small small Not supported \small small
\smallfrown \smallfrown \smallfrown
\smallint 0nx0nx0nx 0 n x 0 n x 0 n x 0nx  0nx  0nx\smallint_0^n x \; \smallint\limits_0^n x \; \displaystyle \smallint_0^n x Not supported \smallint_0^n x
\smallint\limits_0^n x
\displaystyle \smallint_0^n x
{smallmatrix} abcd a b c d abcd\begin{smallmatrix}a & b\\c & d\end{smallmatrix} abcd\begin{smallmatrix}a & b\\c & d\end{smallmatrix} \begin{smallmatrix}a & b\\
c & d\end{smallmatrix}
\smallsetminus \smallsetminus \smallsetminus
\smallsmile \smallsmile \smallsmile
\smash (x2) ( x 2 ) (x2)\left(x^{\smash{2}}\right) Not supported \left(x^{\smash{2}}\right)
\smashtimes Not supported Not supported Not supported
\smile \smile \smile
\smiley Not supported Not supported Not supported wasysym
\sout abc Not supported abc\sout{abc} Not supported \sout{abc}
\Space Not supported a c b d Not supported Not supported a\Space{5px}{4ex}{2ex}^b_c d
\space a b a   b a ba\space{b} Not supported a\space{b}
\spades \spades \spades Not supported
\spadesuit \spadesuit \spadesuit
\sphericalangle \sphericalangle \sphericalangle
{split} ·𝐃=ρv·𝐁=0 · 𝐃 = ρ v · 𝐁 = 0 𝐃=ρv𝐁=0\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation} Not supported \begin{equation}
\begin{split}
   ∇·𝐃&=ρ_v \\
   ∇·𝐁&=0
\end{split}
\end{equation}
\sqcap \sqcap \sqcap
\Sqcap Not supported Not supported Not supported
\sqcup \sqcup \sqcup
\Sqcup Not supported Not supported Not supported
\square \square \square
\sqrt x3 x 3 x3\sqrt[3]{x} x3\sqrt[3]{x} \sqrt[3]{x}
\sqsubset \sqsubset \sqsubset
\sqsubseteq \sqsubseteq \sqsubseteq
\sqsupset \sqsupset \sqsupset
\sqsupseteq \sqsupseteq \sqsupseteq
\ss ß Not supported ß\text{\ss} Not supported \text{\ss}
\sslash Not supported Not supported \sslash
\stackrel =! = ! =!\stackrel{!}{=} =!\stackrel{!}{=} \stackrel{!}{=}
\star \star \star
\Stigma Ϛ Not supported Not supported Not supported
\stigma ϛ Not supported Not supported Not supported
\strictif Not supported Not supported Not supported
\strictfi Not supported Not supported Not supported
\strut Not supported a b Not supported Not supported \boxed{ab\strut}
\style Not supported x + 1 y + 2 Not supported Not supported \frac{\style{color:red}{x+1}}{y+2}
Non standard
\sub \sub \sub Not supported
{subarray} ac a c ac\begin{subarray}{c} a \\ c \end{subarray} Not supported \sum_{\begin{subarray}
   {c} a \\
   c
\end{subarray}}
\sube \sube \sube Not supported
\Subset \Subset \Subset
\subset \subset \subset
\subseteq \subseteq \subseteq
\subseteqq \subseteqq \subseteqq
\subsetneq \subsetneq \subsetneq
\subsetneqq \subsetneqq \subsetneqq
\substack 1<i<31j<5aij 1 < i < 3 1 j < 5 a i j 1<i<31j<5aij\displaystyle\sum_{\substack{1\lt i\lt 3 \\ 1\le j\lt 5}}a_{ij} 1<i<31j<5aij\displaystyle\sum_{\substack{1\lt i\lt 3 \\ 1\le j\lt 5}}a_{ij} \sum_{\substack{1\lt i\lt 3 \\
1\le j\lt 5}}a_{ij}
\succ \succ \succ
\succapprox \succapprox \succapprox
\succcurlyeq \succcurlyeq \succcurlyeq
\succeq \succeq \succeq
\succnapprox \succnapprox \succnapprox
\succneqq \succneqq \succneqq
\succnsim \succnsim \succnsim
\succsim \succsim \succsim
\sum 0nx0nx 0 n x 0 n x 0nx  0nx\sum_0^n x \; \displaystyle \sum_0^n x 0nx\sum_0^n x
\sun Not supported Not supported Not supported
\sup supxsupyxsupyx sup x sup y x sup y x supxsupyxsupyx\begin{matrix}\sup x \\ \sup_y x \\\sup\limits_y x\end{matrix} supxsupyxsuplimitsyx\begin{matrix}\sup x \\ \sup_y x \\\sup\limits_y x\end{matrix}
\supe \supe \supe supe\supe
\Supset \Supset \Supset
\supset \supset \supset
\supseteq \supseteq \supseteq
\supseteqq \supseteqq \supseteqq
\supsetneq \supsetneq \supsetneq
\supsetneqq \supsetneqq \supsetneqq
\surd | \surd \surd
\swarrow \swarrow \swarrow

T

Function Temml MathJax KaTeX TeXZilla Source or Comment
\tag a2+b2=c2(3.1c) a 2 + b 2 = c 2 a2+b2=c2(3.1c)\tag{3.1c} a^2+b^2=c^2 Not supported \tag{3.1c} a^2+b^2=c^2
\tag* a2+b2=c23.1c a 2 + b 2 = c 2 a2+b2=c23.1c\tag*{3.1c} a^2+b^2=c^2 Not supported \tag*{3.1c} a^2+b^2=c^2
\tan tanx tan x tanx\tan x tanx\tan x
\tanh tanhx tanh x tanhx\tanh x tanhx\tanh x
\Tau Τ \Tau T\Tau Τ\Tau
\tau τ τ τ\tau τ\tau
\tbinom (nk) ( n k ) (nk)\tbinom n k (nk)\tbinom n k \tbinom n k
\TeX TEX T E X TeX\TeX Not supported
\text  yes & no   yes  &  no   yes & no \text{ yes }\&\text{ no }  yes & no \text{ yes }\&\text{ no } \text{ yes }\&\text{ no }
\text MMMMMM MMM M M M MMMMMM\text{MMM$M\mkern2mu M$M} Not supported \text{MMM$M\mkern2mu M$M}
\textasciitilde ~ Not supported ~\text{\textasciitilde} Not supported \text{\textasciitilde}
\textasciicircum ^ Not supported ^\text{\textasciicircum} Not supported \text{\textasciicircum}
\textbackslash \ Not supported \\text{\textbackslash} Not supported \text{\textbackslash}
\textbar | Not supported |\text{\textbar} Not supported \text{\textbar}
\textbardbl Not supported \text{\textbardbl} Not supported \text{\textbardbl}
\textbf 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 AaBb123 AaBb123\textbf{AaBb123} Not supported \textbf{AaBb123}
\textbraceleft { Not supported {\text{\textbraceleft} Not supported \text{\textbraceleft}
\textbraceright } Not supported }\text{\textbraceright} Not supported \text{\textbraceright}
\textcircled a Not supported Not supported Not supported \textcircled{a}
\textcolor F=ma F = m a F=ma\textcolor{blue}{F=ma} Not supported \textcolor{blue}{F=ma}
\textdagger Not supported \text{\textdagger} Not supported \text{\textdagger}
\textdaggerdbl Not supported \text{\textdaggerdbl} Not supported \text{\textdaggerdbl}
\textdegree ° Not supported °\text{\textdegree} Not supported \text{\textdegree}
\textdollar $ Not supported $\text{\textdollar} Not supported \text{\textdollar}
\textellipsis Not supported \text{\textellipsis} Not supported \text{\textellipsis}
\textemdash Not supported \text{\textemdash} Not supported \text{\textemdash}
\textendash Not supported \text{\textendash} Not supported \text{\textendash}
\textgreater > Not supported >\text{\textgreater} Not supported \text{\textgreater}
\textit 𝐴𝑎𝐵𝑏 AaBb AaBb\textit{AaBb} Not supported \textit{AaBb}
\textless < Not supported <\text{\textless} Not supported \text{\textless}
\textnormal AB Not supported AB\textnormal{AB} Not supported \textnormal{AB}
\textquotedblleft Not supported \text{\textquotedblleft} Not supported \text{\textquotedblleft}
\textquotedblright Not supported \text{\textquotedblright} Not supported \text{\textquotedblright}
\textquoteleft Not supported \text{\textquoteleft} Not supported \text{\textquoteleft}
\textquoteright Not supported \text{\textquoteright} Not supported \text{\textquoteright}
\textregistered ® Not supported ®\text{\textregistered} Not supported \text{\textregistered}
\textrm AaBb123 AaBb123 AaBb123\textrm{AaBb123} Not supported \textrm{AaBb123}
\textsc Not supported Not supported Not supported Not supported
\textsf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 AaBb123 AaBb123\textsf{AaBb123} Not supported \textsf{AaBb123}
\textsterling £ Not supported £\text{\textsterling} Not supported \text{\textsterling}
\textstyle 0n 0 n 0n\textstyle\sum_0^n 0n\textstyle\sum_0^n \textstyle\sum_0^n
\texttip \texttiphover heretip Not supported Not supported Not supported \texttip{\text{hover here}}{tip}
\texttt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 AaBb123 AaBb123\texttt{AaBb123} Not supported \texttt{AaBb123}
\textunderscore _ Not supported _\text{\textunderscore} Not supported \text{\textunderscore}
\textvisiblespace Not supported a \textvisiblespace b Not supported Not supported
\tfrac ab a b ab\displaystyle \tfrac a b ab\displaystyle \tfrac a b \displaystyle \tfrac a b
\tg tg Not supported tg\tg Not supported
\TH Þ Not supported Not supported Not supported \TH
\th th Not supported th\th Not supported
\therefore \therefore \therefore
\Theta Θ Θ Θ\Theta Θ\Theta
\theta θ θ θ\theta θ\theta
\thetasym ϑ \thetasym ϑ\thetasym θsym\thetasym
\thickapprox \thickapprox \thickapprox
\thicksim \thicksim \thicksim
\thickspace ab Not supported a  ba\thickspace b aba\thickspace b a\thickspace b
\thinspace ab a b aba\thinspace b aba\thinspace b a\thinspace b
\threedotcolon Not supported Not supported Not supported
\tilde M~ M ~ M~\tilde M M˜\tilde M \tilde M
\times × × ×\times ×\times
\Tiny AB A B Not supported Not supported Non standard
\tiny tiny t i n y tiny\tiny tiny Not supported \tiny tiny
\to \to \to
\toggle Not supported Not supported Not supported Hey!Click Here\toggle{\text{Hey!}}{\text{Click Here}}
\top \top \top
\triangle \triangle \triangle
\triangledown \triangledown \triangledown
\triangleleft \triangleleft \triangleleft
\trianglelefteq \trianglelefteq \trianglelefteq
\triangleq \triangleq \triangleq
\triangleminus Not supported Not supported Not supported
\triangleplus Not supported Not supported Not supported
\triangleright \triangleright \triangleright
\trianglerighteq \trianglerighteq \trianglerighteq
\triangletimes Not supported Not supported Not supported
\trprime Not supported Not supported Not supported
\tt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 A a B b 123 AaBb123{\tt AaBb123} Not supported {\tt AaBb123}
\twocaps Not supported Not supported Not supported
\twocups Not supported Not supported Not supported
\twoheadleftarrow \twoheadleftarrow \twoheadleftarrow
\twoheadrightarrow \twoheadrightarrow \twoheadrightarrow
\typecolon Not supported Not supported Not supported

U

Function Temml MathJax KaTeX TeXZilla Source or Comment
\u a ˘ a˘\text{\u{a}} Not supported \text{\u{a}}
\Uarr \Uarr \Uarr Not supported
\uArr \uArr \uArr Not supported
\uarr \uarr \uarr Not supported
\ulcorner \ulcorner Not supported
\underbrace x++xn times x + + x n  times x++xn times\underbrace{x+⋯+x}_{n\text{ times}} x++xn times\underbrace{x+⋯+x}_{n\text{ times}} \underbrace{x+⋯+x}_{n\text{ times}}
\underbracket x++xn times Not supported Not supported Not supported \underbracket{x+⋯+x}_{n\text{ times}}
\undergroup AB Not supported AB\undergroup{AB} Not supported \undergroup{AB}
\underleftarrow AB A B AB\underleftarrow{AB} Not supported \underleftarrow{AB}
\underleftrightarrow AB A B AB\underleftrightarrow{AB} Not supported \underleftrightarrow{AB}
\underrightarrow AB A B AB\underrightarrow{AB} Not supported \underrightarrow{AB}
\underline a long argument a long argument a long argument\underline{\text{a long argument}} a long argument_\underline{\text{a long argument}} \underline{\text{a long argument}}
\underlinesegment Not supported Not supported Not supported Not supported
\underparen abc a b c Not supported Not supported \underparen{abc}
\underrightarrow AB A B AB\underrightarrow{AB} Not supported \underrightarrow{AB}
\underset =! = ! =!\underset{!}{=} =!\underset{!}{=} \underset{!}{=}
\unicode Not supported
See \char
Not supported Not supported \unicode{x263a}
See \char for alternate.
\unlhd \unlhd \unlhd
\unrhd \unrhd \unrhd
\upalpha α Needs upgreek package Not supported Not supported
\Uparrow \Uparrow \Uparrow
\uparrow \uparrow \uparrow
\upbeta β Needs upgreek package Not supported Not supported
\upchi χ Needs upgreek package Not supported Not supported
\updelta δ Needs upgreek package Not supported Not supported
\Updownarrow \Updownarrow \Updownarrow
\updownarrow \updownarrow \updownarrow
\upeta η Needs upgreek package Not supported Not supported
\upepsilon ϵ Needs upgreek package Not supported Not supported
\upgamma γ Needs upgreek package Not supported Not supported
\upharpoonleft \upharpoonleft \upharpoonleft
\upharpoonright \upharpoonright \upharpoonright
\upiota ι Needs upgreek package Not supported Not supported
\upkappa κ Needs upgreek package Not supported Not supported
\uplambda λ Needs upgreek package Not supported Not supported
\uplus \uplus \uplus
\upmu μ Needs upgreek package Not supported Not supported
\upnu ν Needs upgreek package Not supported Not supported
\upomega ω Needs upgreek package Not supported Not supported
\upomicron ο Needs upgreek package Not supported Not supported
\upphi ϕ Needs upgreek package Not supported Not supported
\uppi π Needs upgreek package Not supported Not supported
\uppsi ψ Needs upgreek package Not supported Not supported
\uprho ρ Needs upgreek package Not supported Not supported
\uproot Not supported x 3 Not supported Not supported \sqrt[3\uproot2]{x}
\upsigma σ Needs upgreek package Not supported Not supported
\Upsilon Υ Υ Not supported ϒ\Upsilon
\upsilon υ υ Not supported υ\upsilon
\uptau τ Needs upgreek package Not supported Not supported
\uptheta θ Needs upgreek package Not supported Not supported
\upuparrows \upuparrows \upuparrows
\upupsilon υ Needs upgreek package Not supported Not supported
\upxi ξ Needs upgreek package Not supported Not supported
\upzeta ζ Needs upgreek package Not supported Not supported
\urcorner \urcorner Not supported
\url Not supported Not supported https://temml.org/\url{https://temml.org/} Not supported \url{https://temml.org/}
\utilde AB~ Not supported AB~\utilde{AB} Not supported \utilde{AB}

V

Function Temml MathJax KaTeX TeXZilla Source or Comment
\v a ˇ aˇ\text{\v{a}} Not supported \text{\v{a}}
\varcoppa ϙ Not supported Not supported Not supported
\varDelta 𝛥 Δ Δ\varDelta Not supported
\varepsilon ε ε ε\varepsilon ε\varepsilon
\varGamma 𝛤 Γ Γ\varGamma Not supported
\varinjlim limnx lim n x limnx\varinjlim\limits_n x Not supported \varinjlim\limits_n x
\varkappa ϰ ϰ ϰ\varkappa ϰ\varkappa
\varLambda 𝛬 Λ Λ\varLambda Not supported
\varliminf limnx lim n x limnx\varliminf\limits_n x Not supported \varliminf\limits_n x
\varlimsup limnx lim n x limnx\varlimsup\limits_n x Not supported \varlimsup\limits_n x
\varnothing \varnothing \varnothing
\varOmega 𝛺 Ω Ω\varOmega Not supported
\varPhi 𝛷 Φ Φ\varPhi Not supported
\varphi φ φ φ\varphi φ\varphi
\varPi 𝛱 Π Π\varPi Not supported
\varpi ϖ ϖ ϖ\varpi ϖ\varpi
\varprojlim limnx lim n x limnx\varprojlim\limits_n x Not supported \varprojlim\limits_n x
\varpropto \varpropto \varpropto
\varPsi 𝛹 Ψ Ψ\varPsi Not supported
\varrho ϱ ϱ ϱ\varrho ϱ\varrho
\varSigma 𝛴 Σ Σ\varSigma Not supported
\varsigma ς ς ς\varsigma ς\varsigma
\varstigma Not supported \varstigma Not supported Not supported
\varsubsetneq ⊊︀ \varsubsetneq ⊊︀\varsubsetneq
\varsubsetneqq ⫋︀ \varsubsetneqq ⫋︀\varsubsetneqq
\varsupsetneq \varsupsetneq ⊋︀\varsupsetneq
\varsupsetneqq ⫌︀ \varsupsetneqq ⫌︀\varsupsetneqq
\varTheta 𝛩 Θ Θ\varTheta Not supported
\vartheta ϑ ϑ ϑ\vartheta ϑ\vartheta
\vartriangle \vartriangle \vartriangle
\vartriangleleft \vartriangleleft \vartriangleleft
\vartriangleright \vartriangleright \vartriangleright
\varUpsilon 𝛶 Υ Υ\varUpsilon Not supported
\varXi 𝛯 Ξ Ξ\varXi Not supported
\vcentcolon := Not supported :=\mathrel{\vcentcolon =} Not supported \mathrel{\vcentcolon =}
\vcenter a+(abc) a + ( a b c ) a+(abc)a+\left(\vcenter{\frac{\frac a b}c}\right) Not supported a+\left(\vcenter{\frac{\frac a b}c}\right)
\Vdash \Vdash \Vdash
\VDash Not supported Not supported \VDash
\vDash \vDash \vDash
\vdash \vdash \vdash
\vdots \vdots \vdots
\vec F F F\vec{F} F\vec{F} \vec{F}
\vee \vee \vee
\Vee Not supported Not supported \Vee
\veebar \veebar \veebar
\veedot Not supported Not supported Not supported
\veedoublebar Not supported Not supported Not supported
\veeeq Not supported Not supported Not supported
\veeonvee Not supported Not supported Not supported
\verb \frac a b \frac a b \frac a b\verb!\frac a b! Not supported \verb!\frac a b!
\Vert \Vert \Vert
\vert | | \vert |\vert
\vfil Not supported Not supported Not supported Not supported
\vfill Not supported Not supported Not supported Not supported
\vline Not supported Not supported Not supported Not supported
{Vmatrix} abcd a b c d abcd\begin{Vmatrix}a&b\\c&d\end{Vmatrix} abcd\begin{Vmatrix}a&b\\c&d\end{Vmatrix} \begin{Vmatrix}
   a & b \\
   c & d
\end{Vmatrix}
{vmatrix} |abcd| | a b c d | abcd\begin{vmatrix}a&b\\c&d\end{vmatrix} |abcd|\begin{vmatrix}a&b\\c&d\end{vmatrix} \begin{vmatrix}
   a & b \\
   c & d
\end{vmatrix}
\vphantom Ma M a Ma\overline{\vphantom{M}a} Not supported \overline{\vphantom{M}a}
\Vvdash \Vvdash \Vvdash

W

Function Temml MathJax KaTeX TeXZilla Source or Comment
\wedge \wedge \wedge
\Wedge Not supported Not supported \wedge
\wedgebar Not supported Not supported Not supported
\wedgedot Not supported Not supported Not supported
\wedgedoublebar Not supported Not supported Not supported
\wedgeq Not supported Not supported Not supported
\wedgeonwedge Not supported Not supported Not supported
\weierp \weierp \weierp Not supported
\whitesquaretickleft Not supported Not supported Not supported
\whitesquaretickright Not supported Not supported Not supported
\widecheck ABˇ Not supported ABˇ\widecheck{AB} ABˇ\widecheck{AB} \widecheck{AB}
\widehat AB^ A B ^ AB^\widehat{AB} AB^\widehat{AB} \widehat{AB}
\wideparen AB Not supported Not supported Not supported
\widetilde AB~ A B ~ AB~\widetilde{AB} AB˜\widetilde{AB} \widetilde{AB}
\with & Not supported Not supported Not supported
\wn ? Not supported Not supported Not supported
\wp \wp \wp
\wr \wr \wr

X

Function Temml MathJax KaTeX TeXZilla Source or Comment
\xcancel ABC A B C ABC\xcancel{ABC} Not supported \xcancel{ABC}
\Xi Ξ Ξ Ξ\Xi Ξ\Xi
\xi ξ ξ ξ\xi ξ\xi
\xhookleftarrow abc Not supported abc\xhookleftarrow{abc} abc\xhookleftarrow{abc} \xhookleftarrow{abc}
\xhookrightarrow abc Not supported abc\xhookrightarrow{abc} abc\xhookrightarrow{abc} \xhookrightarrow{abc}
\xLeftarrow abc Not supported abc\xLeftarrow{abc} abc\xLeftarrow{abc} \xLeftarrow{abc}
\xleftarrow abc a b c abc\xleftarrow{abc} abc\xleftarrow{abc} \xleftarrow{abc}
\xleftharpoondown abc Not supported abc\xleftharpoondown{abc} Not supported \xleftharpoondown{abc}
\xleftharpoonup abc Not supported abc\xleftharpoonup{abc} Not supported \xleftharpoonup{abc}
\xLeftrightarrow abc Not supported abc\xLeftrightarrow{abc} abc\xLeftrightarrow{abc} \xLeftrightarrow{abc}
\xleftrightarrow abc \xleftrightarrow a b c abc\xleftrightarrow{abc} abc\xleftrightarrow{abc} \xleftrightarrow{abc}
\xleftrightharpoons abc Not supported abc\xleftrightharpoons{abc} abc\xleftrightharpoons{abc} \xleftrightharpoons{abc}
\xlongequal =abc = a b c =abc\xlongequal{abc} Not supported \xlongequal{abc}
\xmapsto abc a b c abc\xmapsto{abc} abc\xmapsto{abc} \xmapsto{abc}
\Xor Not supported Not supported Not supported
\xRightarrow abc Not supported abc\xRightarrow{abc} abc\xRightarrow{abc} \xRightarrow{abc}
\xrightarrow AabcBAghiabcdefB A a b c B A g h i a b c d e f B AabcBAghiabcdefB\begin{matrix}A \xrightarrow{abc} B\\ A \xrightarrow[ghi]{abcdef} B \end{matrix} AabcBAghiabcdefB\begin{matrix}A \xrightarrow{abc} B\\ A \xrightarrow[ghi]{abcdef} B \end{matrix} A \xrightarrow{abc} B
A \xrightarrow[ghi]{abcdef} B
\xrightharpoondown abc Not supported abc\xrightharpoondown{abc} Not supported \xrightharpoondown{abc}
\xrightharpoonup abc Not supported abc\xrightharpoonup{abc} Not supported \xrightharpoonup{abc}
\xrightleftharpoons abc \xrightleftharpoons a b c abc\xrightleftharpoons{abc} abc\xrightleftharpoons{abc} \xrightleftharpoons{abc}
\xtofrom abc a b c abc\xtofrom{abc} Not supported \xtofrom{abc}
\xtwoheadleftarrow abc a b c abc\xtwoheadleftarrow{abc} Not supported \xtwoheadleftarrow{abc}
\xtwoheadrightarrow abc a b c abc\xtwoheadrightarrow{abc} Not supported \xtwoheadrightarrow{abc}

YZ

Function Temml MathJax KaTeX TeXZilla Source or Comment
\yen ¥ ¥ ¥\yen Not supported
\Z \Z Z\Z Not supported
\Zeta Ζ \Zeta Z\Zeta Ζ\Zeta
\zeta ζ ζ ζ\zeta ζ\zeta

Copyright © 2021-2025 Ron Kok. Released under the MIT License