Foreword

This page compares the MathML output from four TeX-to-MathML conversion libraries. You should use Firefox or Safari to view this page because they can render the MathML today. MathML will be viewable in Chrome and Edge soon.

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

Versions used are: Temml 0.10.26, MathJax 2.7.5, KaTeX 0.13.9, 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 \(\def\bar#1{#1^2} \bar{y}\) y2\def\bar#1{#1^2} \bar{y} Not supported \def\bar#1{#1^2} \bar{y}
\# # \(\#\) #\# #\#
% \(%a comment\) %a comment Not supported %a comment
\% % \(\%\) %\% %\%
& abcd \(\begin{matrix} a & b\\ c & d \end{matrix}\) 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}
\& & \(\&\) &\& &\&
' \('\) ' Not supported
\' aˊ Not supported aˊ\text{\'{a}} Not supported \text{\'{a}}
( ( \((\) (( ((
) ) \()\) )) ))
\ a b \(a\ b\) a ba\ b Not supported a\ b
\" a¨ Not supported a¨\text{\"{a}} Not supported \text{\"{a}}
\$ $ Not supported $\text{\textdollar} Not supported
\, ab \(a\,\,{b}\) aba\,\,{b} aba\,\,{b} a\,\,{b}
\. a˙ Not supported 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ˊ Not supported aˊ\text{\'{a}} Not supported \text{\'{a}}
< < \(<\) << <<
\= aˉ Not supported 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 \(\text{no~break}\) no break\text{no~break} Not supported \text{no~break}
\~ a˜ Not supported a˜\text{\~{a}} Not supported \text{\~{a}}
\\ abcd \(\begin{matrix} a & b\\ c & d\end{matrix}\) 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ˆ Not supported aˆ\text{\^{a}} Not supported \text{\^{a}}
special fraction 1³⁄₄ \(1\kern2mu \text{³⁄₄}\) 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 a˚ Not supported a˚\text{\aa} Not supported \text{\aa}
\above ab+1 \({a \above{2pt} b+1}\) ab+1{a \above{2pt} b+1} Not supported {a \above{2pt} b+1}
\abovewithdelims Not supported \(a+1 \abovewithdelims [ ] 1pt b\) Not supported Not supported a+1 \abovewithdelims [ ] 1pt b
\acute eˊ \(\acute 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 \aleph
{align} a=b+cd+e=f \[\begin{align}a &=b+c\\d+e&=f\end{align}\] 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 \[\begin{align*}a &=b+c\\d+e&=f\end{align*}\] 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 \(\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} 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 \[\begin{alignat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat}\] 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 \[\begin{alignat*}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignat*}\] 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 \(\begin{alignedat}{2}10&x+&3&y=2\\3&x+&13&y=4\end{alignedat}\) 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 Supported Not supported Not supported Not supported
\Alpha Α \(\Alpha\) A\Alpha Α\Alpha
\alpha α \(\alpha\) α\alpha α\alpha
\amalg ⨿ \(\amalg\) ⨿\amalg ⨿\amalg
\And & \(\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 \angle
\angln an Not supported
See \enclose
ana_\angln Not supported a_\angln
\Angstrom Not supported Not supported Not supported \Angstrom
\approx \(\approx\) \approx \approx
\approxeq \(\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 \(\begin{array}{cc}a&b\\c&d\end{array}\) 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 \(\begin{array}{c|c:c}a & b & c \\ \hline d & e & f \\ \hdashline g & h & i\end{array}\) 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 \(\array{ 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 \(\renewcommand{\arraystretch}{1.5}\begin{array}{cc}a&b\\c&d\end{array}\) Not supported Not supported \renewcommand{\arraystretch}{1.5}
\begin{array}{cc}
   a & b \\
   c & d
\end{array}
\Arrowvert Not supported \(\Arrowvert\) Not supported Not supported
\arrowvert Not supported \(\arrowvert\) Not supported Not supported
\ast \(\ast\) \ast \ast
\astrosun Not supported Not supported Not supported
\asymp \(\asymp\) \asymp \asymp
\atop ab \({a \atop b}\) ab{a \atop b} ab{a \atop b} {a \atop b}
\atopwithdelims Not supported \(a \atopwithdelims [ ] b\) Not supported Not supported a \atopwithdelims [ ] b

B

Function Temml MathJax KaTeX TeXZilla Source or Comment
\backepsilon \(\backepsilon\) \backepsilon ϶\backepsilon
\backprime \(\backprime\) \backprime Not supported
\backdprime Not supported Not supported Not supported
\backtrprime Not supported Not supported Not supported
\backsim \(\backsim\) \backsim \backsim
\backsimeq \(\backsimeq\) \backsimeq \backsimeq
\backslash \ \(\backslash\) \\backslash \\backslash
\ballotx Not supported Not supported Not supported
\bar y2 \(\bar{y}\) y2\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 \barwedge
\Bbb 𝔸𝔹 \(\Bbb{ABC}\) ABC\Bbb{ABC} Not supported \Bbb{ABC}
\Bbbk 𝕜 \(\Bbbk\) k\Bbbk Not supported
\bbox Not supported Requires extension Not supported Not supported
\bcancel 5 \(\bcancel{5}\) 5\bcancel{5} Not supported \bcancel{5}
\because \(\because\) \because \because
\begin abcd \(\begin{matrix} a & b\\ c & d\end{matrix}\) 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 β\beta
\beth \(\beth\) \beth \beth
\between \(\between\) \between \between
\bf 𝐀𝐚𝐁𝐛𝟏𝟐 \(\bf AaBb12\) AaBb12\bf AaBb12 Not supported \bf AaBb12
\big () \(\big(\big)\) ()\big(\big) ()\big(\big) \big(\big)
\Big () \(\Big(\Big)\) ()\Big(\Big) ()\Big(\Big) \Big(\Big)
\bigcap 0nx0nx \(\bigcap_0^n x \; \displaystyle \bigcap_0^n x\) 0nx  0nx\bigcap_0^n x \; \displaystyle \bigcap_0^n x \bigcap
\bigcirc \(\bigcirc\) \bigcirc \bigcirc
\bigcup 0nx0nx \(\bigcup_0^n x \; \displaystyle \bigcup_0^n x\) 0nx  0nx\bigcup_0^n x \; \displaystyle \bigcup_0^n x \bigcup
\bigg () \(\bigg(\bigg)\) ()\bigg(\bigg) ()\bigg(\bigg) \bigg(\bigg)
\Bigg () \(\Bigg(\Bigg)\) ()\Bigg(\Bigg) ()\Bigg(\Bigg) \Bigg(\Bigg)
\biggl ( \(\biggl(\) (\biggl( (\biggl( \biggl(
\Biggl ( \(\Biggl(\) (\Biggl( (\Biggl( \Biggl(
\biggm | \(\biggm\vert\) \biggm\vert Not supported \biggm\vert
\Biggm | \(\Biggm\vert\) \Biggm\vert Not supported \Biggm\vert
\biggr ) \(\biggr)\) )\biggr) )\biggr) \biggr)
\Biggr ) \(\Biggr)\) )\Biggr) )\Biggr) \Biggr)
\bigl ( \(\bigl(\) (\bigl( (\bigl( \bigl(
\Bigl ( \(\Bigl(\) (\Bigl( (\Bigl( \Bigl(
\bigm | \(\bigm\vert\) \bigm\vert Not supported \bigm\vert
\Bigm | \(\Bigm\vert\) \Bigm\vert Not supported \Bigm\vert
\bigodot 0nx0nx \(\bigodot_0^n x \; \displaystyle \bigodot_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 \(\bigoplus_0^n x \; \displaystyle \bigoplus_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 \(\bigotimes_0^n x \; \displaystyle \bigotimes_0^n x\) 0nx  0nx\bigotimes_0^n x \; \displaystyle \bigotimes_0^n x \bigotimes
\bigr ) \(\bigr)\) )\bigr) )\bigr) \bigr)
\Bigr ) \(\Bigr)\) )\Bigr) )\Bigr) \Bigr)
\bigtimes Not supported Not supported \bigtimes
\bigsqcap Not supported Not supported Not supported \bigsqcap
\bigsqcup 0nx0nx \(\bigsqcup_0^n x \; \displaystyle \bigsqcup_0^n x\) 0nx  0nx\bigsqcup_0^n x \; \displaystyle \bigsqcup_0^n x \bigsqcup
\bigstar \(\bigstar\) \bigstar \bigstar
\bigtriangledown \(\bigtriangledown\) \bigtriangledown \bigtriangledown
\bigtriangleup \(\bigtriangleup\) \bigtriangleup \bigtriangleup
\biguplus 0nx0nx \(\biguplus_0^n x \; \displaystyle \biguplus_0^n x\) 0nx  0nx\biguplus_0^n x \; \displaystyle \biguplus_0^n x \biguplus
\bigvee 0nx0nx \(\bigvee_0^n x \; \displaystyle \bigvee_0^n x\) 0nx  0nx\bigvee_0^n x \; \displaystyle \bigvee_0^n x \bigvee
\bigwedge 0nx0nx \(\bigwedge_0^n x \; \displaystyle \bigwedge_0^n x\) 0nx  0nx\bigwedge_0^n x \; \displaystyle \bigwedge_0^n x \bigwedge
\binom (nk) \(\binom n k\) (nk)\binom n k (nk)\binom n k \binom n k
\blackhourglass Not supported Not supported Not supported
\blacklozenge \(\blacklozenge\) \blacklozenge \blacklozenge
\blacksquare \(\blacksquare\) \blacksquare \blacksquare
\blacktriangle \(\blacktriangle\) \blacktriangle \blacktriangle
\blacktriangledown \(\blacktriangledown\) \blacktriangledown \blacktriangledown
\blacktriangleleft \(\blacktriangleleft\) \blacktriangleleft \blacktriangleleft
\blacktriangleright \(\blacktriangleright\) \blacktriangleright \blacktriangleright
\bm 𝑨𝒂𝑩𝒃 Not supported AaBb\bm{AaBb} Not supported \bm{AaBb}
{Bmatrix} {abcd} \(\begin{Bmatrix}a&b\\c&d\end{Bmatrix}\) {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] \(\begin{bmatrix}a&b\\c&d\end{bmatrix}\) [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 \bmod b\) amodba \bmod b Not supported a \bmod b
\bold 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 \(\bold{AaBb123}\) AaBb123\bold{AaBb123} Not supported \bold{AaBb123}
\boldsymbol 𝑨𝒂𝑩𝒃0 \(\boldsymbol{AaBb0}\) AaBb0\boldsymbol{AaBb0} 𝐀𝐚𝐁𝐛𝟎\boldsymbol{AaBb0} \boldsymbol{AaBb0}
\bot \(\bot\) \bot \bot
\Bot Not supported Not supported Not supported
\bowtie \(\bowtie\) \bowtie \bowtie
\Box \(\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 \boxdot
\boxed ab \(\boxed{ab}\) ab\boxed{ab} ab\boxed{ab} \boxed{ab}
\boxminus \(\boxminus\) \boxminus \boxminus
\boxplus \(\boxplus\) \boxplus \boxplus
\boxtimes \(\boxtimes\) \boxtimes \boxtimes
\Bra ψ| Requires extension ψ\Bra{\psi} Not supported \Bra{\psi}
\bra ψ| Requires extension ψ\bra{\psi} Not supported \bra{\psi}
\brace {nk} \({n\brace k}\) {nk}{n\brace k} Not supported {n\brace k}
\brack [nk] \({n\brack 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 Not supported Not supported \Braket{ϕ|\frac{∂^2}{∂ t^2}|ψ}
\breve eu˘ \(\breve{eu}\) eu˘\breve{eu} Not supported \breve{eu}
\buildrel Not supported \(\buildrel \rm def \over {:=}\) Not supported Not supported \buildrel \rm def \over {:=}
\bull \(\bull\) \bull Not supported
\bullet \(\bullet\) \bullet \bullet
\Bumpeq \(\Bumpeq\) \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 c¸ Not supported Not supported Not supported \text{\c{c}}
\cal 𝒜𝒞 Not supported ABC\cal ABC Not supported \cal ABC
\cancel 5 \(\cancel{5}\) 5\cancel{5} Not supported \cancel{5}
\cancelto Not supported Not supported Not supported Not supported
\Cap \(\Cap\) \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 \(\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} {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}
\cases Not supported \(\cases{ x & \text{if } x\ge 0\\ -x & \text{if } x\lt 0}\) Not supported Not supported \cases{x & \text{if } x\ge 0\\
-x & \text{if } x\lt 0}
{CD} AaBbcC=D \(\begin{CD} A @>a>> B\\@VbVV @AAcA \\ C @= D\end{CD}\) AaBbcC=D\begin{CD} A @>a>> B\\@VbVV @AAcA \\ C @= D\end{CD} Not supported
\cdot \(\cdot\) \cdot \cdot
\cdotp · \(\cdotp\) \cdotp ·\cdotp
\cdots \(\cdots\) \cdots \cdots
\ce ABC \(\ce{A\bond{~}B\bond{~-}C}\) Not supported Not supported \ce{A\bond{~}B\bond{~-}C}
Requires `mhchem` extension
\cee Not supported \(\cee{C6H5-CHO}\) Not supported Not supported Deprecated by mhchem
\cent ¢ Not supported Not supported Not supported
\centerdot ab \(a\centerdot b\) aba\centerdot b Not supported In LaTeX, \centerdot is a small
square on the baseline, not
a centered dot.
\cf Not supported \(\cf{C6H5-CHO}\) Not supported Not supported Deprecated by mhchem
\cfrac 21+21+21 \(\cfrac{2}{1+\cfrac{2}{1+\cfrac{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ˇ \(\check{oe}\) oeˇ\check{oe} oeˇ\check{oe} \check{oe}
\ch ch Not supported ch\ch Not supported
\checkmark \(\checkmark\) \checkmark Not supported
\Chi Χ \(\Chi\) X\Chi Not supported
\chi χ \(\chi\) χ\chi χ\chi
\choose (n+1k+2) \({n+1 \choose 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 \circ
\circeq \(\circeq\) \circeq \circeq
\circlearrowleft \(\circlearrowleft\) \circlearrowleft \circlearrowleft
\circlearrowright \(\circlearrowright\) \circlearrowright \circlearrowright
\circledast \(\circledast\) \circledast \circledast
\circledcirc \(\circledcirc\) \circledcirc \circledcirc
\circleddash \(\circleddash\) \circleddash \circleddash
\circledequal Not supported Not supported Not supported
\circledparallel Not supported Not supported Not supported
\circledR ® \(\circledR\) ®\circledR Not supported
\circledS \(\circledS\) \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 \clubsuit
\cnums \(\cnums\) C\cnums Not supported
\coh Not supported Not supported Not supported
\colon : \(\colon\)  ⁣:\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 \(\color{#0000FF} AaBb123\) AaBb123\color{#0000FF} AaBb123 AaBb123\color{#0000FF} AaBb123 \color{#0000FF} AaBb123
\colorbox Black on red \(\colorbox{red}{Black on red}\) Black on red\colorbox{red}{Black on red} Not supported \colorbox{red}{Black on red}
\complement \(\complement\) \complement \complement
\Complex \(\Complex\) 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 \(\cong\) \cong \cong
\Coppa Ϙ Not supported Not supported Not supported
\coppa ϙ Not supported Not supported Not supported
\coprod 0nx0nx \(\coprod_0^n x \; \displaystyle \coprod_0^n x\) 0nx  0nx\coprod_0^n x \; \displaystyle \coprod_0^n x \coprod
\copyright © Not supported ©\copyright Not supported
\cos cosx \(\cos x\) 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 \(\cot x\) 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 \(\begin{matrix} a & b\\ c & d \end{matrix}\) 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 \(\csc x\) cscx\csc x cscx\csc x
\cssId 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
\cup \(\cup\) \cup \cup
\cupovercap Not supported Not supported Not supported
\curlyeqprec \(\curlyeqprec\) \curlyeqprec \curlyeqprec
\curlyeqsucc \(\curlyeqsucc\) \curlyeqsucc \curlyeqsucc
\curlyvee \(\curlyvee\) \curlyvee \curlyvee
\curlywedge \(\curlywedge\) \curlywedge \curlywedge
\curvearrowleft \(\curvearrowleft\) \curvearrowleft \curvearrowleft
\curvearrowright \(\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 \dagger
\daleth \(\daleth\) \daleth \daleth
\Darr \(\Darr\) \Darr Not supported
\dArr \(\dArr\) \dArr Not supported
\darr \(\darr\) \darr \darr
{darray} abcd \(\begin{array}{cc}a & b\\c & d\end{array}\) 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 \dashleftarrow
\dashrightarrow \(\dashrightarrow\) \dashrightarrow \dashrightarrow
\dashv \(\dashv\) \dashv \dashv
\dbinom (nk) \(\dbinom 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 \ddagger
\ddddot x…. Not supported Not supported x\ddddot x
\dddot x Not supported Not supported x\dddot x
\ddot x¨ \(\ddot x\) x¨\ddot x ẍ\ddot x \ddot x
\ddots \(\ddots\) \ddots \ddots
\DeclareMathOperator Not supported \(\DeclareMathOperator {\myOp}{myOp} \myOp(x)\) Not supported Not supported
\def x2+x2 \(\def\foo{x^2} \foo + \foo\) x2+x2\def\foo{x^2} \foo + \foo Not supported \def\foo{x^2} \foo + \foo
\definecolor F=ma Not supported Not supported Not supported
\deg degx \(\deg x\) degx\deg x degx\deg x
\degree ° Not supported °\degree °\degree
\delta δ \(\delta\) δ\delta δ\delta
\Delta Δ \(\Delta\) Δ\Delta Δ\Delta
\det detxdetyxdetyx \(\begin{matrix}\det x \\ \det_y x \\\det\limits_y x\end{matrix}\) 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 ϝ\digamma
\dfrac a1b1 \(\dfrac{a-1}{b-1}\) a1b1\dfrac{a-1}{b-1} Not supported \dfrac{a-1}{b-1}
\diagdown \(\diagdown\) \diagdown Not supported
\diagup \(\diagup\) \diagup Not supported
\diameter Not supported Not supported Not supported
\Diamond \(\Diamond\) \Diamond \Diamond
\diamond \(\diamond\) \diamond \diamond
\diamonds \(\diamonds\) \diamonds Not supported
\diamondsuit \(\diamondsuit\) \diamondsuit \diamondsuit
\dim dimx \(\dim x\) dimx\dim x dimx\dim x
\displaylines Not supported \(\displaylines{a\\ a+b=c+d}\) Not supported Not supported \displaylines{a\\ a+b=c+d}
\displaystyle 0n \(\displaystyle\sum_0^n\) 0n\displaystyle\sum_0^n 0n\displaystyle\sum_0^n \displaystyle\sum_0^n
\div ÷ \(\div\) ÷\div ÷\div
\divideontimes \(\divideontimes\) \divideontimes \divideontimes
\doublebarvee Not supported Not supported Not supported
\dot x˙ \(\dot x\) x˙\dot x x˙\dot x \dot x
\Doteq \(\Doteq\) \Doteq \Doteq
\doteq \(\doteq\) \doteq \doteq
\doteqdot \(\doteqdot\) \doteqdot \doteqdot
\dotminus Not supported Not supported \dotminus
\dotplus \(\dotplus\) \dotplus \dotplus
\dots x1++xn \(x_1 + \dots + x_n\) x1++xnx_1 + \dots + x_n x1++xnx_1 + \dots + x_n x_1 + \dots + x_n
\dotsb x1++xn \(x_1 +\dotsb + x_n\) x1++xnx_1 +\dotsb + x_n Not supported x_1 +\dotsb + x_n
\dotsc x,,y \(x,\dotsc,y\) x,,yx,\dotsc,y Not supported x,\dotsc,y
\dotsi A1A2 \(\int_{A_1}\int_{A_2}\dotsi\) A1A2 ⁣\int_{A_1}\int_{A_2}\dotsi Not supported \int_{A_1}\int_{A_2}\dotsi
\dotsm x1x2xn \(x_1 x_2 \dotsm x_n\) x1x2xnx_1 x_2 \dotsm x_n Not supported x_1 x_2 \dotsm x_n
\dotso \(\dotso\) \dotso Not supported
\doublebarwedge \(\doublebarwedge\) \doublebarwedge \doublebarwedge
\doublecap \(\doublecap\) \doublecap Not supported
\doublecup \(\doublecup\) \doublecup Not supported
\Downarrow \(\Downarrow\) \Downarrow \Downarrow
\downarrow \(\downarrow\) \downarrow \downarrow
\downdownarrows \(\downdownarrows\) \downdownarrows \downdownarrows
\downharpoonleft \(\downharpoonleft\) \downharpoonleft \downharpoonleft
\downharpoonright \(\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 \ell
\else Not supported Not supported Not supported Not supported
\empty \(\empty\) \empty \empty
\emptyset \(\emptyset\) \emptyset \emptyset
\enclose Not supported
See \angl
\(\enclose{longdiv}{500}\)
\(\enclose{actuarial}{500}\)
\(\enclose{phasorangle}{500}\)
Not supported Not supported \enclose{longdiv}{500}
\enclose{actuarial}{500}
\enclose{phasorangle}{500}
Non-standard
\end abcd \(\begin{matrix} a & b\\ c & d\end{matrix}\) 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\enspace b\) aba\enspace b Not supported a\enspace b
\Epsilon Ε \(\Epsilon\) E\Epsilon Not supported
\epsilon ϵ \(\epsilon\) ϵ\epsilon ϵ\epsilon
\eqalign Not supported \(\eqalign{3x - 4y &= 5\\x + 7 &= -2y}\) Not supported Not supported
\eqalignno Not supported \(\eqalignno{3x - 4y &= 5 &(\dagger) \\ x + 7 &= -2y &(\ddagger)\\ z &= 2}\) Not supported Not supported
\eqcirc \(\eqcirc\) \eqcirc \eqcirc
\Eqcolon −∷ Not supported \Eqcolon −∷\Eqcolon
\eqcolon Not supported \eqcolon \eqcolon
{equation} ·𝐃=ρv·𝐁=0 \[\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation}\] 𝐃=ρ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 \[\begin{equation*}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation*}\] 𝐃=ρv𝐁=0\begin{equation*}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation*} Not supported
{eqnarray} Not supported \(\begin{eqnarray} y &=& (x-1)^2 \\ &=& (x-1)(x-1) \\ &=& x^2 - 2x + 1 \end{eqnarray}\) Not supported Not supported
{eqnarray*} Not supported \(\begin{eqnarray*} y &=& (x-1)^2 \\ &=& (x-1)(x-1) \\ &=& x^2 - 2x + 1 \end{eqnarray*}\) Not supported Not supported
\Eqqcolon =∷ Not supported =\Eqqcolon =∷\Eqqcolon
\eqqcolon Not supported \eqqcolon \eqqcolon
\eqref Not supported Not supported Not supported
\eqsim \(\eqsim\) \eqsim \eqsim
\eqslantgtr \(\eqslantgtr\) \eqslantgtr \eqslantgtr
\eqslantless \(\eqslantless\) \eqslantless \eqslantless
\equiv \(\equiv\) \equiv \equiv
\Eta Η \(\Eta\) H\Eta Η\Eta
\eta η \(\eta\) η\eta η\eta
\eth ð \(\eth\) ð\eth ð\eth
\euro \(\euro\) Not supported Not supported
\exist \(\exist\) \exist Not supported
\exists \(\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 \fallingdotseq
\fbox Hi there! \(\fbox{Hi there!}\) Hi there!\fbox{Hi there!} Not supported \fbox{Hi there!}
\fcolorbox A \(\fcolorbox{red}{aqua}{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\) \Finv Not supported
\flat \(\flat\) \flat \flat
\footnotesize footnotesize Not supported footnotesize\footnotesize footnotesize Not supported \footnotesize footnotesize
\forall \(\forall\) \forall \forall
\fullouterjoin Not supported Not supported Not supported
\frac a+bc+d \(\frac{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 𝔄𝔞𝔅𝔟 \(\frak{AaBb}\) AaBb\frak{AaBb} Not supported \frak{AaBb}
\frown \(\frown\) \frown \frown

G

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

H

Function Temml MathJax KaTeX TeXZilla Source or Comment
\H a˝ 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} \hat{\theta}
\hbar \(\hbar\) \hbar \hbar
\hbox in a box \(\hbox{in a box}\) in a box\hbox{in a box} Not supported \hbox{in a box}
\hdashline abcd \(\begin{matrix}a&b\\ \hdashline c &d\end{matrix}\) 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 \heartsuit
\hfil Not supported See \hfill Not supported Not supported
\hfill Not supported \(\begin{matrix}xxxxxx & xxxxxx & xxxxxx \\ ab & \hfil ab & ab\hfil\\ \end{matrix}\) Not supported Not supported
\hline abcd \(\begin{matrix}a&b\\ \hline c &d\end{matrix}\) 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 \hookleftarrow
\hookrightarrow \(\hookrightarrow\) \hookrightarrow \hookrightarrow
\hphantom abcd \(a\hphantom{bc}d\) abcda\hphantom{bc}d Not supported a\hphantom{bc}d
\href MathJax \(\href{https://MathJax.org/}{\text{MathJax}}\) MathJax\href{https://MathJax.org/}{\text{MathJax}} Not supported \href{https://www.mathjax.org/}{\text{MathJax}}
\hskip wid \(w\hskip1em i\hskip2em d\) widw\hskip1em i\hskip2em d Not supported w\hskip1em i\hskip2em d
\hslash \(\hslash\) \hslash \hslash
\hspace Not supported \(s\hspace7ex k\) sks\hspace7ex k Not supported s\hspace7ex k
\htmlClass Not supported Not supported Not supported Not supported \htmlClass{foo}{x}
\htmlData Not supported Not supported Not supported Not supported \htmlData{foo=a, bar=b}{x}
\htmlId Not supported Not supported Not supported Not supported \htmlId{bar}{x}
\htmlStyle Not supported Not supported Not supported Not supported \htmlStyle{color: red;}{x}}
\huge huge \(\huge huge\) huge\huge huge Not supported \huge huge
\Huge Huge \(\Huge Huge\) 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 Not supported
\iddots Not supported Not supported Not supported Not supported
\if Not supported Not supported Not supported Not supported
\iff AB \(A\iff 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 Not supported Not supported
\iiint 0nx0nx \(\iiint_0^n x \; \displaystyle \iiint_0^n x\) 0nx  0nx\iiint_0^n x \; \displaystyle \iiint_0^n x \iiint
\iint 0nx0nx \(\iint_0^n x \; \displaystyle \iint_0^n x\) 0nx  0nx\iint_0^n x \; \displaystyle \iint_0^n x \iint
\Im \(\Im\) \Im \Im
\image \(\image\) \image Not supported
\imageof Not supported \imageof Not supported
\imath ı \(\imath\) ı\imath ı\imath
\impliedby PQ \(P\impliedby Q\) P    QP\impliedby Q PQP\impliedby Q P\impliedby Q
\implies PQ \(P\implies Q\) P    QP\implies Q PQP\implies Q P\implies Q
\in \(\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 \(\begin{matrix}\inf x \\ \inf_y x \\\inf\limits_y x\end{matrix}\) infxinfyxinfyx\begin{matrix}\inf x \\ \inf_y x \\\inf\limits_y x\end{matrix} inf\inf
\infin \(\infin\) \infin Not supported
\infty \(\infty\) \infty \infty
\injlim inj limxinj limyxinj limyx \(\begin{matrix}\injlim x \\ \injlim_y x \\\injlim\limits_y x\end{matrix}\) 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 \(\int_0^n x \; \displaystyle \int_0^n x\) 0nx  0nx\int_0^n x \; \displaystyle \int_0^n x \int
\intercal \(\intercal\) \intercal \intercal
\interleave Not supported Not supported Not supported
\intop 0nx0nx \(\intop_0^n x \; \displaystyle \intop_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 ι\iota
\isin \(\isin\) \isin Not supported
\it AaBb \({\it AaBb}\) 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 ȷ\jmath
\Join \(\Join\) \Join Not supported
\Kappa Κ \(\Kappa\) K\Kappa Κ\Kappa
\kappa κ \(\kappa\) κ\kappa κ\kappa
\ker kerx \(\ker x\) kerx\ker x kerx\ker x
\kern IR \(I\kern-2.5pt 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\) λ\lambda λ\lambda
\label See {equation} Supported Not supported
\land \(\land\) \land Not supported
\lang A \(\lang A\rangle\) A\lang A\rangle A\lang A\rangle \lang A\rangle
\lAngle A Not supported Not supported Not supported \lAngle A\rAngle
\langle A \(\langle A\rangle\) 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 \(\large large\) large\large large Not supported \large large
\Large Large \(\Large Large\) Large\Large Large Not supported \Large Large
\LARGE LARGE \(\LARGE LARGE\) LARGE\LARGE LARGE Not supported \LARGE LARGE
\LaTeX LATEX \(\LaTeX\) LaTeX\LaTeX Not supported
\lBrace Not supported \lBrace Not supported
\lbrace { \(\lbrace\) {\lbrace {\lbrace
\lbrack [ \(\lbrack\) [\lbrack [\lbrack
\lceil \(\lceil\) \lceil \lceil
\lcroof Not supported Not supported Not supported Not supported See \enclose
\ldotp . \(\ldotp\) .\ldotp Not supported
\ldots \(\ldots\) \ldots \ldots
\le \(\le\) \le \le
\leadsto \(\leadsto\) \leadsto Not supported
\left {ab \(\left\lbrace \frac ab \right.\) {ab\left\lbrace \frac ab \right. {ab\left\lbrace \frac ab \right. \left\lbrace \frac ab \right.
\leftarrow \(\leftarrow\) \leftarrow \leftarrow
\Leftarrow \(\Leftarrow\) \Leftarrow \Leftarrow
\leftarrowtail \(\leftarrowtail\) \leftarrowtail \leftarrowtail
\leftharpoondown \(\leftharpoondown\) \leftharpoondown \leftharpoondown
\leftharpoonup \(\leftharpoonup\) \leftharpoonup \leftharpoonup
\leftleftarrows \(\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\) \leftrightarrow \leftrightarrow
\leftrightarrows \(\leftrightarrows\) \leftrightarrows \leftrightarrows
\leftrightharpoons \(\leftrightharpoons\) \leftrightharpoons \leftrightharpoons
\leftrightsquigarrow \(\leftrightsquigarrow\) \leftrightsquigarrow \leftrightsquigarrow
\leftroot Not supported \(\sqrt[3\leftroot1]{x}\) Not supported Not supported
\leftthreetimes \(\leftthreetimes\) \leftthreetimes \leftthreetimes
\leq \(\leq\) \leq \leq
\leqalignno Not supported Not supported Not supported
\leqq \(\leqq\) \leqq \leqq
\leqslant \(\leqslant\) \leqslant \leqslant
\lessapprox \(\lessapprox\) \lessapprox \lessapprox
\lessdot \(\lessdot\) \lessdot \lessdot
\lesseqgtr \(\lesseqgtr\) \lesseqgtr \lesseqgtr
\lesseqqgtr \(\lesseqqgtr\) \lesseqqgtr \lesseqqgtr
\lessgtr \(\lessgtr\) \lessgtr \lessgtr
\lesssim \(\lesssim\) \lesssim \lesssim
\let Not supported Not supported Not supported
\lfloor \(\lfloor\) \lfloor \lfloor
\lg lg \(\lg\) lg\lg lg\lg
\lgroup \(\lgroup\) \lgroup Not supported
\lhd \(\lhd\) \lhd \lhd
\lim limxlimyxlimyx \(\begin{matrix}\lim x \\ \lim_y x \\\lim\limits_y x\end{matrix}\) 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 \(\begin{matrix}\liminf x \\ \liminf_y x \\\liminf\limits_y x\end{matrix}\) lim infxlim infyxlim infyx\begin{matrix}\liminf x \\ \liminf_y x \\\liminf\limits_y x\end{matrix} liminf\liminf
\limits limx \(\lim\limits_x\) limx\lim\limits_x Not supported \lim\limits_x
\limsup lim supxlim supyxlim supyx \(\begin{matrix}\limsup x \\ \limsup_y x \\\limsup\limits_y x\end{matrix}\) lim supxlim supyxlim supyx\begin{matrix}\limsup x \\ \limsup_y x \\\limsup\limits_y x\end{matrix} limsup\limsup
\ll \(\ll\) \ll \ll
\llangle A Not supported Not supported A\llangle A\rrangle \llangle A\rrangle
\llap =// \({=}\llap{/\,}\) =/{=}\llap{/\,} Not supported {=}\llap{/\,}
\llbracket Not supported \llbracket Not supported
\llcorner a \(\llcorner a \lrcorner\) a\llcorner a \lrcorner Not supported
\Lleftarrow \(\Lleftarrow\) \Lleftarrow \Lleftarrow
\lll \(\lll\) \lll \lll
\llless \(\llless\) \llless Not supported
\llparenthesis Not supported Not supported Not supported
\lmoustache \(\lmoustache\) \lmoustache \lmoustache
\ln lnx \(\ln x\) lnx\ln x lnx\ln x
\lnapprox \(\lnapprox\) \lnapprox \lnapprox
\lneq \(\lneq\) \lneq \lneq
\lneqq \(\lneqq\) \lneqq \lneqq
\lnot ¬ \(\lnot\) ¬\lnot Not supported
\lnsim \(\lnsim\) \lnsim \lnsim
\log logxlogyxlogyx \(\begin{matrix}\log x \\ \log_y x \\ \log\limits_y x\end{matrix}\) 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
\Longleftarrow \(\Longleftarrow\) \Longleftarrow \Longleftarrow
\longleftarrow \(\longleftarrow\) \longleftarrow \longleftarrow
\Longleftrightarrow \(\Longleftrightarrow\) \Longleftrightarrow \Longleftrightarrow
\longleftrightarrow \(\longleftrightarrow\) \longleftrightarrow \longleftrightarrow
\longmapsto \(\longmapsto\) \longmapsto \longmapsto
\Longrightarrow \(\Longrightarrow\) \Longrightarrow \Longrightarrow
\longrightarrow \(\longrightarrow\) \longrightarrow \longrightarrow
\looparrowleft \(\looparrowleft\) \looparrowleft \looparrowleft
\looparrowright \(\looparrowright\) \looparrowright \looparrowright
\lor \(\lor\) \lor Not supported
\lower lower \(l\lower 2pt{owe}r\) Not supported Not supported l\lower 2pt{owe}r
\lozenge \(\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\) \lrcorner Not supported
\lq Not supported \lq Not supported
\Lsh \(\Lsh\) \Lsh \Lsh
\lt < \(\lt\) <\lt <\lt
\ltimes \(\ltimes\) \ltimes \ltimes
\lVert \(\lVert\) \lVert Not supported
\lvert | \(\lvert\) \lvert Not supported
\lvertneqq ≨︀ \(\lvertneqq\) \lvertneqq ≨︀\lvertneqq

M

Function Temml MathJax KaTeX TeXZilla Source or Comment
\male Not supported Not supported Not supported \male
\maltese \(\maltese\) \maltese Not supported
\mapsfrom Not supported Not supported Not supported
\mapsto \(\mapsto\) \mapsto \mapsto
\mathbb 𝔸𝔹 \(\mathbb{AB}\) AB\mathbb{AB} 𝔸𝔹\mathbb{AB} \mathbb{AB}
\mathbf 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 \(\mathbf{AaBb123}\) AaBb123\mathbf{AaBb123} 𝐀𝐚𝐁𝐛𝟏𝟐𝟑\mathbf{AaBb123} \mathbf{AaBb123}
\mathbin a!b \(a\mathbin{!}b\) a!ba\mathbin{!}b a!ba\mathbin{!}b a\mathbin{!}b
\mathcal 𝒜𝒶𝒷123 \(\mathcal{AaBb123}\) AaBb123\mathcal{AaBb123} 𝒜𝒶𝒷123\mathcal{AaBb123} \mathcal{AaBb123}
\mathchoice ab \(a\mathchoice{\,}{\,\,}{\,\,\,}{\,\,\,\,}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\mathclose\gt + c\) a+(b>+ca + (b\mathclose\gt + c Not supported a + (b\mathclose\gt + c
\mathellipsis Not supported \mathellipsis Not supported
\mathfrak 𝔄𝔞𝔅𝔟 \(\mathfrak{AaBb}\) AaBb\mathfrak{AaBb} 𝔄𝔞𝔅𝔟\mathfrak{AaBb} \mathfrak{AaBb}
\mathinner abinsidecd \(ab\mathinner{\text{inside}}cd\) abinsidecdab\mathinner{\text{inside}}cd Not supported ab\mathinner{\text{inside}}cd
\mathit AaBb \(\mathit{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 \mathop{x} b\) axba \mathop{x} b axba \mathop{x} b a \mathop{x} b
\mathopen a+<b)+c \(a + \mathopen\lt b) + c\) a+<b)+ca + \mathopen\lt b) + c Not supported a + \mathopen\lt b) + c
\mathord 1,234,567 \(1\mathord{,}234{,}567\) 1,234,5671\mathord{,}234{,}567 Not supported 1\mathord{,}234{,}567
\mathpunct AB \(A\mathpunct{-}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 \mathrel{\#} 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˚ \(\mathring{a}\) a˚\mathring{a} Not supported \mathring{a}
\mathrm AaBb12θ \(\mathrm{AaBb12\theta}\) AaBb12θ\mathrm{AaBb12\theta} AaBb12θ\mathrm{AaBb12\theta} \mathrm{AaBb12\theta}
\mathscr 𝒜 \(\mathscr{AB}\) AB\mathscr{AB} 𝒜\mathscr{AB} \mathscr{AaBb123}
\mathsf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 \(\mathsf{AaBb123}\) AaBb123\mathsf{AaBb123} 𝖠𝖺𝖡𝖻𝟣𝟤𝟥\mathsf{AaBb123} \mathsf{AaBb123}
\mathsterling £ Not supported £\mathsterling Not supported
\mathstrut (α \(\sqrt{\mathstrut\alpha}\) (α\sqrt{\mathstrut\alpha} Not supported \sqrt{\mathstrut\alpha}
\mathtip Not supported Not supported Not supported Not supported \mathtip{a=b}{tip}s
\mathtt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 \(\mathtt{AaBb123}\) AaBb123\mathtt{AaBb123} 𝙰𝚊𝙱𝚋𝟷𝟸𝟹\mathtt{AaBb123} \mathtt{AaBb123}
\matrix Not supported \(\matrix{a & b \\ c & d}\) Not supported Not supported \matrix{a & b \\ c & d}
{matrix} 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} 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 \(\begin{matrix}\max x \\ \max_y x \\\max\limits_y x\end{matrix}\) maxxmaxyxmaxyx\begin{matrix}\max x \\ \max_y x \\\max\limits_y x\end{matrix} max\max
\mbox Not supported \(\mbox{in a box}\) Not supported Not supported \mbox{in a box}
\measuredangle \(\measuredangle\) \measuredangle \measuredangle
\medspace ab Not supported aba\medspace b aba\medspace b a\medspace b
\mho \(\mho\) \mho \mho
\mid {x|x>0} \(\{x∈ℝ\mid x>0\}\) {xRx>0}\{x∈ℝ\mid x > 0\} {xx>0}\{x∈ℝ\mid x>0\} \{x∈ℝ\mid x>0\}
\middle P(A|B) \(P\left(A\middle\vert B\right)\) P(A|B)P\left(A\middle\vert B\right) Not supported P\left(A\middle\vert B\right)
\min minxminyxminyx \(\begin{matrix}\min x \\ \min_y x \\\min\limits_y x\end{matrix}\) 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 \(\mit{\Gamma\Theta}\) Not supported Not supported \mit{\Gamma\Theta}
\mkern ab \(a\mkern18mu b\) aba\mkern18mu b Not supported a\mkern18mu b
\mmlToken ? Not supported Not supported Not supported
\mod 35mod2 \(3\equiv 5 \mod 2\) 35mod23\equiv 5 \mod 2 Not supported 3\equiv 5 \mod 2
\models \(\models\) \models \models
\moveleft Not supported \(O\moveleft3pt O\) Not supported Not supported O\moveleft3pt O
\moveright Not supported \(O\moveright3pt O\) Not supported Not supported O\moveright3pt O
\mp \(\mp\) \mp \mp
\mskip ab \(a\mskip{10mu}b\) aba\mskip{10mu}b Not supported a\mskip{10mu}b
\mspace Not supported \(a\mspace18mu b\) Not supported Not supported a\mspace18mu b
\Mu Μ \(\Mu\) M\Mu Μ\Mu
\mu μ \(\mu\) μ\mu μ\mu
\multicolumn Not supported Not supported Not supported Not supported
{multline} first linesecond linethird line \[\begin{multline} \rm first\ line \\ \rm second\ line \\ \rm third\ line \end{multline}\] Not supported Not supported
{multline*} first linesecond linethird line \[\begin{multline*} \rm first\ line \\ \rm second\ line \\ \rm third\ line \end{multline*}\] Not supported Not supported
\multimap \(\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 \nabla
\Nand Not supported Not supported Not supported
\natnums \(\natnums\) N\natnums Not supported
\natural \(\natural\) \natural \natural
\negmedspace ab \(a\negmedspace b\) a ⁣ba\negmedspace b aba\negmedspace b a\negmedspace b
\ncong \(\ncong\) \ncong \ncong
\ne \(\ne\) \ne \ne
\nearrow \(\nearrow\) \nearrow \nearrow
\neg ¬ \(\neg\) ¬\neg ¬\neg
\negthickspace ab \(a\negthickspace b\) a ⁣ba\negthickspace b Not supported a\negthickspace b
\negthinspace ab \(a\negthinspace b\) a ⁣ba\negthinspace b Not supported a\negthinspace b
\neq \(\neq\) \neq \neq
\newcommand \(\newcommand\chk{\checkmark} \chk\) \newcommand\chk{\checkmark} \chk Not supported \newcommand\chk{\checkmark} \chk
\newenvironment Not supported \(\newenvironment{tinyit}{\tiny\it}{\normalsize\rm}\begin{tinyit}Really small.\end{tinyit}\) Not supported Not supported \newenvironment{tinyit}{\tiny\it}{\normalsize\rm}
\begin{tinyit}Really small.\end{tinyit}
\Newextarrow Not supported \(\Newextarrow{\xrightharpoonup}{5,10}{0x21C0} A \xrightharpoonup{\text{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 \nexists
\ngeq \(\ngeq\) \ngeq \ngeq
\ngeqq \(\ngeqq\) \ngeqq ⩾̸\ngeqq
\ngeqslant \(\ngeqslant\) \ngeqslant ⩾̸\ngeqslant
\ngtr \(\ngtr\) \ngtr \ngtr
\ni \(\ni\) \ni \ni
\nleftarrow \(\nleftarrow\) \nleftarrow \nleftarrow
\nLeftarrow \(\nLeftarrow\) \nLeftarrow \nLeftarrow
\nLeftrightarrow \(\nLeftrightarrow\) \nLeftrightarrow \nLeftrightarrow
\nleftrightarrow \(\nleftrightarrow\) \nleftrightarrow \nleftrightarrow
\nleq \(\nleq\) \nleq \nleq
\nleqq \(\nleqq\) \nleqq ⩽̸\nleqq
\nleqslant \(\nleqslant\) \nleqslant ⩽̸\nleqslant
\nless \(\nless\) \nless \nless
\nmid \(\nmid\) \nmid \nmid
\nobreak Not supported Not supported Not supported Not supported
\nobreakspace a b \(a\nobreakspace b\) a ba\nobreakspace b Not supported a\nobreakspace b
\nolimits limx \(\lim\nolimits_x\) limx\lim\nolimits_x Not supported \lim\nolimits_x
\Nor Not supported Not supported Not supported
\normalsize normalsize \(\normalsize normalsize\) normalsize\normalsize normalsize Not supported \normalsize normalsize
\not \(\not =\) \not = ¬=\not = \not =
\notag Not supported Not supported Not supported
\notin \(\notin\) \notin \notin
\notni Not supported \notni \notni
\nparallel \(\nparallel\) \nparallel \nparallel
\nprec \(\nprec\) \nprec \nprec
\npreceq \(\npreceq\) \npreceq ⪯̸\npreceq
\nRightarrow \(\nRightarrow\) \nRightarrow \nRightarrow
\nrightarrow \(\nrightarrow\) \nrightarrow \nrightarrow
\nshortmid \(\nshortmid\) \nshortmid \nshortmid
\nshortparallel \(\nshortparallel\) \nshortparallel \nshortparallel
\nsim \(\nsim\) \nsim \nsim
\nsubset Not supported Not supported \nsubset
\nsubseteq \(\nsubseteq\) \nsubseteq \nsubseteq
\nsubseteqq \(\nsubseteqq\) \nsubseteqq \nsubseteqq
\nsucc \(\nsucc\) \nsucc \nsucc
\nsucceq \(\nsucceq\) \nsucceq ⪰̸\nsucceq
\nsupset Not supported Not supported \nsupset
\nsupseteq \(\nsupseteq\) \nsupseteq \nsupseteq
\nsupseteqq \(\nsupseteqq\) \nsupseteqq Not supported
\ntriangleleft \(\ntriangleleft\) \ntriangleleft \ntriangleleft
\ntrianglelefteq \(\ntrianglelefteq\) \ntrianglelefteq \ntrianglelefteq
\ntriangleright \(\ntriangleright\) \ntriangleright \ntriangleright
\ntrianglerighteq \(\ntrianglerighteq\) \ntrianglerighteq \ntrianglerighteq
\Nu Ν \(\Nu\) N\Nu Ν\Nu
\nu ν \(\nu\) ν\nu ν\nu
\nVDash \(\nVDash\) \nVDash \nVDash
\nVdash \(\nVdash\) \nVdash \nVdash
\nvDash \(\nvDash\) \nvDash \nvDash
\nvdash \(\nvdash\) \nvdash \nvdash
\nwarrow \(\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 \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 \(\oiiint_0^n x \; \displaystyle \oiiint_0^n x\) 0nx  0nx\oiiint_0^n x \; \displaystyle \oiiint_0^n x \oiiint
\oiint 0nx0nx \(\oiint_0^n x \; \displaystyle \oiint_0^n x\) 0nx  0nx\oiint_0^n x \; \displaystyle \oiint_0^n x \oiint
\oint 0nx0nx \(\oint_0^n x \; \displaystyle \oint_0^n x\) 0nx  0nx\oint_0^n x \; \displaystyle \oint_0^n x \oint
\oldstyle Not supported \(\oldstyle 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\) Ω\Omega Ω\Omega
\Omicron Ο \(\Omicron\) O\Omicron Not supported
\omicron ο \(\omicron\) ο\omicron \omicron
\ominus \(\ominus\) \ominus \ominus
\operatorname asinx \(\operatorname{asin} x\) asinx\operatorname{asin} x asinx\operatorname{asin} x \operatorname{asin} x
\operatorname* asinxasinyxasinyx \(\begin{matrix}\operatorname*{asin} x \\ \operatorname*{asin}_y x \\ \operatorname*{asin}\limits_y x\end{matrix}\) 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 \oplus
\or Not supported Not supported Not supported Not supported
\origof Not supported \origof Not supported
\oslash \(\oslash\) \oslash \oslash
\otimes \(\otimes\) \otimes \otimes
\Otimes Not supported Not supported Not supported
\otimeshat Not supported Not supported Not supported
\over a+1b+2+c \({a+1 \over 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 \(\overbrace{x+⋯+x}^{n\text{ 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 Not supported Not supported Not supported Not supported
\overgroup AB Not supported AB\overgroup{AB} Not supported \overgroup{AB}
\overleftarrow AB \(\overleftarrow{AB}\) AB\overleftarrow{AB} Not supported \overleftarrow{AB}
\overleftharpoon AB Not supported AB\overleftharpoon{AB} Not supported \overleftharpoon{AB}
\overleftrightarrow AB \(\overleftrightarrow{AB}\) AB\overleftrightarrow{AB} Not supported \overleftrightarrow{AB}
\overline a long argument \(\overline{\text{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 \(\overparen{AB}\) Not supported Not supported See \overgroup
\Overrightarrow AB Not supported AB\Overrightarrow{AB} Not supported \Overrightarrow{AB}
\overrightarrow AB \(\overrightarrow{AB}\) AB\overrightarrow{AB} Not supported \overrightarrow{AB}
\overrightharpoon ac Not supported ac\overrightharpoon{ac} Not supported \overrightharpoon{ac}
\overset =! \(\overset{!}{=}\) =!\overset{!}{=} =!\overset{!}{=} \overset{!}{=}
\overwithdelims Not supported \(a \overwithdelims [ ] b\) Not supported Not supported
\owns \(\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 \parallel
\parr Not supported Not supported Not supported
\part ?? Not supported Not supported Not supported Deprecated
\partial \(\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 \perp
\phantom Γijkij \(\Gamma^{\phantom{i}j}_{i\phantom{j}k}\) Γ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 Not supported 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\) ϕ\phi ϕ\phi
\Pi Π \(\Pi\) Π\Pi Π\Pi
\pi π \(\pi\) π\pi π\pi
{picture} Not supported Not supported Not supported Not supported
\pitchfork \(\pitchfork\) \pitchfork \pitchfork
\plim plim Not supported plim\plim Not supported
\plusmn ± \(\plusmn\) ±\plusmn Not supported
\pm ± \(\pm\) ±\pm ±\pm
\pmatrix Not supported \(\pmatrix{a&b\\c&d}\) Not supported Not supported See {pmatrix}
{pmatrix} (abcd) \(\begin{pmatrix}a&b\\c&d\end{pmatrix}\) (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}\) μ\pmb{\mu} Not supported \pmb{\mu}
\pmod x(moda) \(x\pmod a\) x(moda)x\pmod a Not supported x\pmod a
\pod x(a) \(x \pod a\) x(a)x \pod a Not supported x \pod a
\pounds £ Not supported £\pounds Not supported
\Pr PrxPryxPryx \(\begin{matrix}\Pr x \\ \Pr_y x \\\Pr\limits_y x\end{matrix}\) PrxPryxPryx\begin{matrix}\Pr x \\ \Pr_y x \\\Pr\limits_y x\end{matrix} Pr\Pr
\prec \(\prec\) \prec \prec
\precapprox \(\precapprox\) \precapprox \precapprox
\preccurlyeq \(\preccurlyeq\) \preccurlyeq \preccurlyeq
\preceq \(\preceq\) \preceq \preceq
\precnapprox \(\precnapprox\) \precnapprox \precnapprox
\precneqq \(\precneqq\) \precneqq \precneqq
\precnsim \(\precnsim\) \precnsim \precnsim
\precsim \(\precsim\) \precsim \precsim
\prescript 𝐂25+a2 Not supported Not supported Not supported \prescript{a}{2}{\mathbf{C}}^{5+}_{2}
\prime \(\prime\) \prime Not supported
\prod 0nx0nx \(\prod_0^n x \; \displaystyle \prod_0^n x\) 0nx  0nx\prod_0^n x \; \displaystyle \prod_0^n x \prod
\projlim proj limnx \(\projlim_n x\) proj limnx\projlim_n x Not supported \projlim_n x
\propto \(\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\) Ψ\Psi Ψ\Psi
\pu 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}}}}\) 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\qquad\qquad{b}\) aba\qquad\qquad{b} aba\qquad\qquad{b} a\qquad\qquad{b}
\quad ab \(a\quad\quad{b}\) aba\quad\quad{b} aba\quad\quad{b} a\quad\quad{b}
\R \(\R\) R\R Not supported
\r a˚ \(\text{\r{a}}\) a˚\text{\r{a}} Not supported \text{\r{a}}
\raise higher \(h\raise{2pt}{ighe}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 \(\langle 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 \(\langle A\rangle\) 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 }\rbrace
\rbrack ] \(\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 \rceil
\Re \(\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! \(\def\hail{Hi!}\renewcommand\hail{\text{Ahoy!}} \hail\) 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\) \restriction Not supported
\rfloor \(\rfloor\) \rfloor \rfloor
\rgroup \(\rgroup\) \rgroup Not supported
\rhd \(\rhd\) \rhd \rhd
\Rho Ρ \(\Rho\) P\Rho Ρ\Rho
\rho ρ \(\rho\) ρ\rho ρ\rho
\right ab) \(\left.\frac a b\right)\) ab)\left.\frac a b\right) ab)\left.\frac a b\right) \left.\frac a b\right)
\Rightarrow \(\Rightarrow\) \Rightarrow \Rightarrow
\rightarrow \(\rightarrow\) \rightarrow \rightarrow
\rightarrowtail \(\rightarrowtail\) \rightarrowtail \rightarrowtail
\rightharpoondown \(\rightharpoondown\) \rightharpoondown \rightharpoondown
\rightharpoonup \(\rightharpoonup\) \rightharpoonup \rightharpoonup
\rightleftarrows \(\rightleftarrows\) \rightleftarrows \rightleftarrows
\rightleftharpoons \(\rightleftharpoons\) \rightleftharpoons \rightleftharpoons
\rightmoon Not supported Not supported Not supported
\rightouterjoin Not supported Not supported Not supported
\rightrightarrows \(\rightrightarrows\) \rightrightarrows \rightrightarrows
\rightsquigarrow \(\rightsquigarrow\) \rightsquigarrow \rightsquigarrow
\rightthreetimes \(\rightthreetimes\) \rightthreetimes \rightthreetimes
\risingdotseq \(\risingdotseq\) \risingdotseq \risingdotseq
\rlap /= \(\rlap{\,/}{=}\) /=\rlap{\,/}{=} Not supported \rlap{\,/}{=}
\rm AaBb12θ \(\rm AaBb12\theta\) AaBb12θ\rm AaBb12\theta Not supported \rm AaBb12\theta
\rmoustache \(\rmoustache\) \rmoustache \rmoustache
\root Not supported \(\root 3 \of x\) 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 \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 \Rsh
\rtimes \(\rtimes\) \rtimes \rtimes
\Rule Not supported \(x\Rule{3px}{0.5ex}{2ex}x\) Not supported Not supported Non-standard
\rule xx \(x\color{blue}\rule[6pt]{2ex}{1ex}x\) xxx\color{blue}\rule[6pt]{2ex}{1ex}x Not supported x\color{blue}\rule[6pt]{2ex}{1ex}x
\rVert \(\rVert\) \rVert Not supported
\rvert | \(\rvert\) \rvert Not supported

S

Function Temml MathJax KaTeX TeXZilla Source or Comment
\S § Not supported §\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 \(\scriptscriptstyle \frac cd\) cd\scriptscriptstyle \frac cd Not supported \scriptscriptstyle \frac cd
\scriptsize scriptsize \(\scriptsize scriptsize\) scriptsize\scriptsize scriptsize scriptsize\scriptsize scriptsize \scriptsize scriptsize
\scriptstyle ab+cd \(\frac ab + {\scriptstyle \frac cd}\) ab+cd\frac ab + {\scriptstyle \frac cd} Not supported \frac ab + {\scriptstyle \frac cd}
\sdot \(\sdot\) \sdot Not supported
\searrow \(\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 \setminus
\sf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 \(\sf AaBb123\) AaBb123\sf AaBb123 Not supported \sf AaBb123
\sgn sgn Not supported Not supported Not supported
\sharp \(\sharp\) \sharp \sharp
\shift Not supported Not supported Not supported
\shneg Not supported Not supported Not supported
\shortmid \(\shortmid\) \shortmid \shortmid
\shortparallel \(\shortparallel\) \shortparallel \shortparallel
\shoveleft Not supported \(\begin{multline*} \rm first\ line \\ \shoveleft{\rm 2nd} \\ \rm third\ line \end{multline*}\) Not supported Not supported
\shoveright Not supported \(\begin{multline*} \rm first\ line \\ \shoveright{\rm 2nd} \\ \rm third\ line \end{multline*}\) Not supported Not supported
\shpos Not supported Not supported Not supported
\shuffle Not supported Not supported Not supported
\sideset 3412 Not supported Not supported Not supported
\Sigma Σ \(\Sigma\) Σ\Sigma Σ\Sigma
\sigma σ \(\sigma\) σ\sigma σ\sigma
\sim \(\sim\) \sim \sim
\simeq \(\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 \(\hat A\skew9\hat A\) Not supported Not supported \hat A\skew9\hat A
\skip Not supported Not supported Not supported Not supported
\small small \(\small small\) small\small small Not supported \small small
\smallfrown \(\smallfrown\) \smallfrown \smallfrown
\smallint 0nx0nx0nx \(\smallint_0^n x \; \smallint\limits_0^n x \; \displaystyle \smallint_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 \(\begin{smallmatrix}a & b\\c & d\end{smallmatrix}\) 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 \smallsetminus
\smallsmile \(\smallsmile\) \smallsmile \smallsmile
\smash (x2) \(\left(x^{\smash{2}}\right)\) (x2)\left(x^{\smash{2}}\right) Not supported \left(x^{\smash{2}}\right)
\smashtimes Not supported Not supported Not supported
\smile \(\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\Space{5px}{4ex}{2ex}^b_c d\) Not supported Not supported a\Space{5px}{4ex}{2ex}^b_c d
\space a b \(a\space{b}\) a ba\space{b} Not supported a\space{b}
\spades \(\spades\) \spades Not supported
\spadesuit \(\spadesuit\) \spadesuit \spadesuit
\sphericalangle \(\sphericalangle\) \sphericalangle \sphericalangle
{split} ·𝐃=ρv·𝐁=0 \[\begin{equation}\begin{split}∇·𝐃&=ρ_v \\∇·𝐁&=0\end{split}\end{equation}\] 𝐃=ρ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
\Sqcap Not supported Not supported Not supported
\sqcup \(\sqcup\) \sqcup \sqcup
\Sqcup Not supported Not supported Not supported
\square \(\square\) \square \square
\sqrt x3 \(\sqrt[3]{x}\) x3\sqrt[3]{x} x3\sqrt[3]{x} \sqrt[3]{x}
\sqsubset \(\sqsubset\) \sqsubset \sqsubset
\sqsubseteq \(\sqsubseteq\) \sqsubseteq \sqsubseteq
\sqsupset \(\sqsupset\) \sqsupset \sqsupset
\sqsupseteq \(\sqsupseteq\) \sqsupseteq \sqsupseteq
\ss ß Not supported ß\text{\ss} Not supported \text{\ss}
\sslash Not supported Not supported \sslash
\stackrel =! \(\stackrel{!}{=}\) =!\stackrel{!}{=} =!\stackrel{!}{=} \stackrel{!}{=}
\star \(\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 \(\boxed{ab\strut}\) Not supported Not supported \boxed{ab\strut}
\style Not supported \(\frac{\style{color:red}{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 \(\begin{subarray}{c} a \\ c \end{subarray}\) 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\) \subset \subset
\subseteq \(\subseteq\) \subseteq \subseteq
\subseteqq \(\subseteqq\) \subseteqq \subseteqq
\subsetneq \(\subsetneq\) \subsetneq \subsetneq
\subsetneqq \(\subsetneqq\) \subsetneqq \subsetneqq
\substack 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} 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 \succ
\succapprox \(\succapprox\) \succapprox \succapprox
\succcurlyeq \(\succcurlyeq\) \succcurlyeq \succcurlyeq
\succeq \(\succeq\) \succeq \succeq
\succnapprox \(\succnapprox\) \succnapprox \succnapprox
\succneqq \(\succneqq\) \succneqq \succneqq
\succnsim \(\succnsim\) \succnsim \succnsim
\succsim \(\succsim\) \succsim \succsim
\sum 0nx0nx \(\sum_0^n x \; \displaystyle \sum_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 \(\begin{matrix}\sup x \\ \sup_y x \\\sup\limits_y x\end{matrix}\) 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\) \supset \supset
\supseteq \(\supseteq\) \supseteq \supseteq
\supseteqq \(\supseteqq\) \supseteqq \supseteqq
\supsetneq \(\supsetneq\) \supsetneq \supsetneq
\supsetneqq \(\supsetneqq\) \supsetneqq \supsetneqq
\surd | \(\surd\) \surd \surd
\swarrow \(\swarrow\) \swarrow \swarrow

T

Function Temml MathJax KaTeX TeXZilla Source or Comment
\tag a2+b2=c2(3.1c) \(\tag{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 \(\tag*{3.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 τ\tau
\tbinom (nk) \(\tbinom n k\) (nk)\tbinom n k (nk)\tbinom n k \tbinom n k
\TeX TEX \(\TeX\) TeX\TeX Not supported
\text  yes & no  \(\text{ yes }\&\text{ no }\)  yes & no \text{ yes }\&\text{ no }  yes & no \text{ yes }\&\text{ no } \text{ yes }\&\text{ no }
\text MMMMMM \(\text{MMM$M\mkern2mu 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 𝐀𝐚𝐁𝐛𝟏𝟐𝟑 \(\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 Not supported Not supported Not supported Not supported \text{\textcircled a}
\textcolor F=ma \(\textcolor{blue}{F=ma}\) 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 𝐴𝑎𝐵𝑏 \(\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 \(\textrm{AaBb123}\) AaBb123\textrm{AaBb123} Not supported \textrm{AaBb123}
\textsc Not supported Not supported Not supported Not supported
\textsf 𝖠𝖺𝖡𝖻𝟣𝟤𝟥 \(\textsf{AaBb123}\) AaBb123\textsf{AaBb123} Not supported \textsf{AaBb123}
\textsterling £ Not supported £\text{\textsterling} Not supported \text{\textsterling}
\textstyle 0n \(\textstyle\sum_0^n\) 0n\textstyle\sum_0^n 0n\textstyle\sum_0^n \textstyle\sum_0^n
\texttip Not supported Not supported Not supported Not supported \texttip{\text{hover here}}{tip}
\texttt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 \(\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 \(\displaystyle \tfrac 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 th Not supported th\th Not supported
\therefore \(\therefore\) \therefore \therefore
\Theta Θ \(\Theta\) Θ\Theta Θ\Theta
\theta θ \(\theta\) θ\theta θ\theta
\thetasym ϑ \(\thetasym\) ϑ\thetasym θsym\thetasym
\thickapprox \(\thickapprox\) \thickapprox \thickapprox
\thicksim \(\thicksim\) \thicksim \thicksim
\thickspace ab Not supported a  ba\thickspace b aba\thickspace b a\thickspace b
\thinspace ab \(a\thinspace b\) aba\thinspace b aba\thinspace b a\thinspace b
\threedotcolon Not supported Not supported Not supported
\tilde M~ \(\tilde M\) M~\tilde M M˜\tilde M \tilde M
\times × \(\times\) ×\times ×\times
\Tiny AB Not supported Not supported Not supported Non standard
\tiny tiny \(\tiny tiny\) tiny\tiny tiny Not supported \tiny tiny
\to \(\to\) \to \to
\toggle Not supported Not supported Not supported Hey!Click Here\toggle{\text{Hey!}}{\text{Click Here}}
\top \(\top\) \top \top
\triangle \(\triangle\) \triangle \triangle
\triangledown \(\triangledown\) \triangledown \triangledown
\triangleleft \(\triangleleft\) \triangleleft \triangleleft
\trianglelefteq \(\trianglelefteq\) \trianglelefteq \trianglelefteq
\triangleq \(\triangleq\) \triangleq \triangleq
\triangleminus Not supported Not supported Not supported
\triangleplus Not supported Not supported Not supported
\triangleright \(\triangleright\) \triangleright \triangleright
\trianglerighteq \(\trianglerighteq\) \trianglerighteq \trianglerighteq
\triangletimes Not supported Not supported Not supported
\trprime Not supported Not supported Not supported
\tt 𝙰𝚊𝙱𝚋𝟷𝟸𝟹 \({\tt AaBb123}\) AaBb123{\tt AaBb123} Not supported {\tt AaBb123}
\twocaps Not supported Not supported Not supported
\twocups Not supported Not supported Not supported
\twoheadleftarrow \(\twoheadleftarrow\) \twoheadleftarrow \twoheadleftarrow
\twoheadrightarrow \(\twoheadrightarrow\) \twoheadrightarrow \twoheadrightarrow
\typecolon Not supported Not supported Not supported

U

Function Temml MathJax KaTeX TeXZilla Source or Comment
\u a˘ Not supported 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\) \ulcorner Not supported
\underbrace x++xn times \(\underbrace{x+⋯+x}_{n\text{ 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 Not supported Not supported Not supported Not supported
\undergroup AB Not supported AB\undergroup{AB} Not supported \undergroup{AB}
\underleftarrow AB \(\underleftarrow{AB}\) AB\underleftarrow{AB} Not supported \underleftarrow{AB}
\underleftrightarrow AB \(\underleftrightarrow{AB}\) AB\underleftrightarrow{AB} Not supported \underleftrightarrow{AB}
\underrightarrow AB \(\underrightarrow{AB}\) AB\underrightarrow{AB} Not supported \underrightarrow{AB}
\underline a long argument \(\underline{\text{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 Not supported Not supported Not supported \underparen{abc}
\underrightarrow AB \(\underrightarrow{AB}\) AB\underrightarrow{AB} Not supported \underrightarrow{AB}
\underset =! \(\underset{!}{=}\) =!\underset{!}{=} =!\underset{!}{=} \underset{!}{=}
\unicode Not supported
See \char
\(\unicode{x263a}\) Not supported Not supported \unicode{x263a}
See \char for alternate.
\unlhd \(\unlhd\) \unlhd \unlhd
\unrhd \(\unrhd\) \unrhd \unrhd
\upalpha α Not supported Not supported Not supported
\Uparrow \(\Uparrow\) \Uparrow \Uparrow
\uparrow \(\uparrow\) \uparrow \uparrow
\upbeta β Not supported Not supported Not supported
\upchi χ Not supported Not supported Not supported
\updelta δ Not supported Not supported Not supported
\Updownarrow \(\Updownarrow\) \Updownarrow \Updownarrow
\updownarrow \(\updownarrow\) \updownarrow \updownarrow
\upeta η Not supported Not supported Not supported
\upepsilon ϵ Not supported Not supported Not supported
\upgamma γ Not supported Not supported Not supported
\upharpoonleft \(\upharpoonleft\) \upharpoonleft \upharpoonleft
\upharpoonright \(\upharpoonright\) \upharpoonright \upharpoonright
\upiota ι Not supported Not supported Not supported
\upkappa κ Not supported Not supported Not supported
\uplambda λ Not supported Not supported Not supported
\uplus \(\uplus\) \uplus \uplus
\upmu μ Not supported Not supported Not supported
\upnu ν Not supported Not supported Not supported
\upomega ω Not supported Not supported Not supported
\upomicron ο Not supported Not supported Not supported
\upphi ϕ Not supported Not supported Not supported
\uppi π Not supported Not supported Not supported
\uppsi ψ Not supported Not supported Not supported
\uprho ρ Not supported Not supported Not supported
\uproot Not supported \(\sqrt[3\uproot2]{x}\) Not supported Not supported \sqrt[3\uproot2]{x}
\upsigma σ Not supported Not supported Not supported
\Upsilon Υ \(\Upsilon\) Υ\Upsilon ϒ\Upsilon
\upsilon υ \(\upsilon\) υ\upsilon υ\upsilon
\uptau τ Not supported Not supported Not supported
\uptheta θ Not supported Not supported Not supported
\upuparrows \(\upuparrows\) \upuparrows \upuparrows
\upupsilon υ Not supported Not supported Not supported
\upxi ξ Not supported Not supported Not supported
\upzeta ζ Not supported Not supported Not supported
\urcorner \(\urcorner\) \urcorner Not supported
\url 𝚑𝚝𝚝𝚙𝚜://𝚝𝚎𝚖𝚖𝚕.𝚘𝚛𝚐/ 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ˇ Not supported aˇ\text{\v{a}} Not supported \text{\v{a}}
\varcoppa ϙ Not supported Not supported Not supported
\varDelta 𝛥 \(\varDelta\) Δ\varDelta Not supported
\varepsilon ε \(\varepsilon\) ε\varepsilon ε\varepsilon
\varGamma 𝛤 \(\varGamma\) Γ\varGamma Not supported
\varinjlim limnx \(\varinjlim\limits_n x\) limnx\varinjlim\limits_n x Not supported \varinjlim\limits_n x
\varkappa ϰ \(\varkappa\) ϰ\varkappa ϰ\varkappa
\varLambda 𝛬 \(\varLambda\) Λ\varLambda Not supported
\varliminf limnx \(\varliminf\limits_n x\) limnx\varliminf\limits_n x Not supported \varliminf\limits_n x
\varlimsup limnx \(\varlimsup\limits_n x\) limnx\varlimsup\limits_n x Not supported \varlimsup\limits_n x
\varnothing \(\varnothing\) \varnothing \varnothing
\varOmega 𝛺 \(\varOmega\) Ω\varOmega Not supported
\varPhi 𝛷 \(\varPhi\) Φ\varPhi Not supported
\varphi φ \(\varphi\) φ\varphi φ\varphi
\varPi 𝛱 \(\varPi\) Π\varPi Not supported
\varpi ϖ \(\varpi\) ϖ\varpi ϖ\varpi
\varprojlim limnx \(\varprojlim\limits_n x\) limnx\varprojlim\limits_n x Not supported \varprojlim\limits_n x
\varpropto \(\varpropto\) \varpropto \varpropto
\varPsi 𝛹 \(\varPsi\) Ψ\varPsi Not supported
\varrho ϱ \(\varrho\) ϱ\varrho ϱ\varrho
\varSigma 𝛴 \(\varSigma\) Σ\varSigma Not supported
\varsigma ς \(\varsigma\) ς\varsigma ς\varsigma
\varstigma Not supported \(\varstigma\) Not supported Not supported
\varsubsetneq ⊊︀ \(\varsubsetneq\) \varsubsetneq ⊊︀\varsubsetneq
\varsubsetneqq ⫋︀ \(\varsubsetneqq\) \varsubsetneqq ⫋︀\varsubsetneqq
\varsupsetneq \(\varsupsetneq\) \varsupsetneq ⊋︀\varsupsetneq
\varsupsetneqq ⫌︀ \(\varsupsetneqq\) \varsupsetneqq ⫌︀\varsupsetneqq
\varTheta 𝛩 \(\varTheta\) Θ\varTheta Not supported
\vartheta ϑ \(\vartheta\) ϑ\vartheta ϑ\vartheta
\vartriangle \(\vartriangle\) \vartriangle \vartriangle
\vartriangleleft \(\vartriangleleft\) \vartriangleleft \vartriangleleft
\vartriangleright \(\vartriangleright\) \vartriangleright \vartriangleright
\varUpsilon 𝛶 \(\varUpsilon\) Υ\varUpsilon Not supported
\varXi 𝛯 \(\varXi\) Ξ\varXi Not supported
\vcentcolon := Not supported :=\mathrel{\vcentcolon =} Not supported \mathrel{\vcentcolon =}
\vcenter Not supported Not supported Not supported Not supported
\Vdash \(\Vdash\) \Vdash \Vdash
\VDash Not supported Not supported \VDash
\vDash \(\vDash\) \vDash \vDash
\vdash \(\vdash\) \vdash \vdash
\vdots \(\vdots\) \vdots \vdots
\vec F \(\vec{F}\) F\vec{F} F\vec{F} \vec{F}
\vee \(\vee\) \vee \vee
\Vee Not supported Not supported \Vee
\veebar \(\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 \(\verb!\frac a b!\) \frac a b\verb!\frac a b! Not supported \verb!\frac a b!
\Vert \(\Vert\) \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 \(\begin{Vmatrix}a&b\\c&d\end{Vmatrix}\) 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| \(\begin{vmatrix}a&b\\c&d\end{vmatrix}\) 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 \(\overline{\vphantom{M}a}\) Ma\overline{\vphantom{M}a} Not supported \overline{\vphantom{M}a}
\Vvdash \(\Vvdash\) \Vvdash \Vvdash

W

Function Temml MathJax KaTeX TeXZilla Source or Comment
\wedge \(\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^ \(\widehat{AB}\) AB^\widehat{AB} AB^\widehat{AB} \widehat{AB}
\wideparen AB Not supported Not supported Not supported
\widetilde AB~ \(\widetilde{AB}\) 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 \wp
\wr \(\wr\) \wr \wr

X

Function Temml MathJax KaTeX TeXZilla Source or Comment
\xcancel ABC \(\xcancel{ABC}\) ABC\xcancel{ABC} Not supported \xcancel{ABC}
\Xi Ξ \(\Xi\) Ξ\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 \(\xleftarrow{abc}\) 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{abc}\) abc\xleftrightarrow{abc} abc\xleftrightarrow{abc} \xleftrightarrow{abc}
\xleftrightharpoons abcabc Not supported abc\xleftrightharpoons{abc} abc\xleftrightharpoons{abc} \xleftrightharpoons{abc}
\xlongequal =abc \(\xlongequal{abc}\) =abc\xlongequal{abc} Not supported \xlongequal{abc}
\xmapsto abc \(\xmapsto{abc}\) 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 \(\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} 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 abcabc \(\xrightleftharpoons{abc}\) abc\xrightleftharpoons{abc} abc\xrightleftharpoons{abc} \xrightleftharpoons{abc}
\xtofrom abcabc \(\xtofrom{abc}\) abc\xtofrom{abc} Not supported \xtofrom{abc}
\xtwoheadleftarrow abc \(\xtwoheadleftarrow{abc}\) abc\xtwoheadleftarrow{abc} Not supported \xtwoheadleftarrow{abc}
\xtwoheadrightarrow abc \(\xtwoheadrightarrow{abc}\) abc\xtwoheadrightarrow{abc} Not supported \xtwoheadrightarrow{abc}

YZ

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

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