Skip to content

Instantly share code, notes, and snippets.

@gabrielbarros
Last active June 18, 2025 00:44
Show Gist options
  • Save gabrielbarros/3c36550ab8dad77ec5e2a53a35805aa6 to your computer and use it in GitHub Desktop.
Save gabrielbarros/3c36550ab8dad77ec5e2a53a35805aa6 to your computer and use it in GitHub Desktop.
Full named html entities
# https://html.spec.whatwg.org/multipage/named-characters.html
\t = 	 = 	
\n = 
 = 

! = ! = !
" = " = " = "
# = # = #
$ = $ = $
% = % = %
& = & = & = &
' = ' = '
( = ( = (
) = ) = )
* = * = * = *
+ = + = +
, = , = ,
. = . = .
/ = / = /
: = : = :
; = &#x3B; = ;
< = &#x3C; = &LT; = &lt;
<⃒ = &#x3C;&#x20D2; = &nvlt;
= = &#x3D; = &equals;
=⃥ = &#x3D;&#x20E5; = &bne;
> = &#x3E; = &GT; = &gt;
>⃒ = &#x3E;&#x20D2; = &nvgt;
? = &#x3F; = &quest;
@ = &#x40; = &commat;
[ = &#x5B; = &lbrack; = &lsqb;
\ = &#x5C; = &bsol;
] = &#x5D; = &rbrack; = &rsqb;
^ = &#x5E; = &Hat;
_ = &#x5F; = &lowbar; = &UnderBar;
` = &#x60; = &DiacriticalGrave; = &grave;
fj = &#x66;&#x6A; = &fjlig;
{ = &#x7B; = &lbrace; = &lcub;
| = &#x7C; = &verbar; = &vert; = &VerticalLine;
} = &#x7D; = &rbrace; = &rcub;
  = &#xA0; = &nbsp;
¡ = &#xA1; = &iexcl;
¢ = &#xA2; = &cent;
£ = &#xA3; = &pound;
¤ = &#xA4; = &curren;
¥ = &#xA5; = &yen;
¦ = &#xA6; = &brvbar;
§ = &#xA7; = &sect;
¨ = &#xA8; = &die; = &Dot; = &DoubleDot; = &uml;
© = &#xA9; = &COPY; = &copy;
ª = &#xAA; = &ordf;
« = &#xAB; = &laquo;
¬ = &#xAC; = &not;
­ = &#xAD; = &shy;
® = &#xAE; = &circledR; = &REG; = &reg;
¯ = &#xAF; = &macr; = &strns;
° = &#xB0; = &deg;
± = &#xB1; = &PlusMinus; = &plusmn; = &pm;
² = &#xB2; = &sup2;
³ = &#xB3; = &sup3;
´ = &#xB4; = &acute; = &DiacriticalAcute;
µ = &#xB5; = &micro;
¶ = &#xB6; = &para;
· = &#xB7; = &CenterDot; = &centerdot; = &middot;
¸ = &#xB8; = &cedil; = &Cedilla;
¹ = &#xB9; = &sup1;
º = &#xBA; = &ordm;
» = &#xBB; = &raquo;
¼ = &#xBC; = &frac14;
½ = &#xBD; = &frac12; = &half;
¾ = &#xBE; = &frac34;
¿ = &#xBF; = &iquest;
À = &#xC0; = &Agrave;
Á = &#xC1; = &Aacute;
 = &#xC2; = &Acirc;
à = &#xC3; = &Atilde;
Ä = &#xC4; = &Auml;
Å = &#xC5; = &angst; = &Aring;
Æ = &#xC6; = &AElig;
Ç = &#xC7; = &Ccedil;
È = &#xC8; = &Egrave;
É = &#xC9; = &Eacute;
Ê = &#xCA; = &Ecirc;
Ë = &#xCB; = &Euml;
Ì = &#xCC; = &Igrave;
Í = &#xCD; = &Iacute;
Î = &#xCE; = &Icirc;
Ï = &#xCF; = &Iuml;
Ð = &#xD0; = &ETH;
Ñ = &#xD1; = &Ntilde;
Ò = &#xD2; = &Ograve;
Ó = &#xD3; = &Oacute;
Ô = &#xD4; = &Ocirc;
Õ = &#xD5; = &Otilde;
Ö = &#xD6; = &Ouml;
× = &#xD7; = &times;
Ø = &#xD8; = &Oslash;
Ù = &#xD9; = &Ugrave;
Ú = &#xDA; = &Uacute;
Û = &#xDB; = &Ucirc;
Ü = &#xDC; = &Uuml;
Ý = &#xDD; = &Yacute;
Þ = &#xDE; = &THORN;
ß = &#xDF; = &szlig;
à = &#xE0; = &agrave;
á = &#xE1; = &aacute;
â = &#xE2; = &acirc;
ã = &#xE3; = &atilde;
ä = &#xE4; = &auml;
å = &#xE5; = &aring;
æ = &#xE6; = &aelig;
ç = &#xE7; = &ccedil;
è = &#xE8; = &egrave;
é = &#xE9; = &eacute;
ê = &#xEA; = &ecirc;
ë = &#xEB; = &euml;
ì = &#xEC; = &igrave;
í = &#xED; = &iacute;
î = &#xEE; = &icirc;
ï = &#xEF; = &iuml;
ð = &#xF0; = &eth;
ñ = &#xF1; = &ntilde;
ò = &#xF2; = &ograve;
ó = &#xF3; = &oacute;
ô = &#xF4; = &ocirc;
õ = &#xF5; = &otilde;
ö = &#xF6; = &ouml;
÷ = &#xF7; = &div; = &divide;
ø = &#xF8; = &oslash;
ù = &#xF9; = &ugrave;
ú = &#xFA; = &uacute;
û = &#xFB; = &ucirc;
ü = &#xFC; = &uuml;
ý = &#xFD; = &yacute;
þ = &#xFE; = &thorn;
ÿ = &#xFF; = &yuml;
Ā = &#x100; = &Amacr;
ā = &#x101; = &amacr;
Ă = &#x102; = &Abreve;
ă = &#x103; = &abreve;
Ą = &#x104; = &Aogon;
ą = &#x105; = &aogon;
Ć = &#x106; = &Cacute;
ć = &#x107; = &cacute;
Ĉ = &#x108; = &Ccirc;
ĉ = &#x109; = &ccirc;
Ċ = &#x10A; = &Cdot;
ċ = &#x10B; = &cdot;
Č = &#x10C; = &Ccaron;
č = &#x10D; = &ccaron;
Ď = &#x10E; = &Dcaron;
ď = &#x10F; = &dcaron;
Đ = &#x110; = &Dstrok;
đ = &#x111; = &dstrok;
Ē = &#x112; = &Emacr;
ē = &#x113; = &emacr;
Ė = &#x116; = &Edot;
ė = &#x117; = &edot;
Ę = &#x118; = &Eogon;
ę = &#x119; = &eogon;
Ě = &#x11A; = &Ecaron;
ě = &#x11B; = &ecaron;
Ĝ = &#x11C; = &Gcirc;
ĝ = &#x11D; = &gcirc;
Ğ = &#x11E; = &Gbreve;
ğ = &#x11F; = &gbreve;
Ġ = &#x120; = &Gdot;
ġ = &#x121; = &gdot;
Ģ = &#x122; = &Gcedil;
Ĥ = &#x124; = &Hcirc;
ĥ = &#x125; = &hcirc;
Ħ = &#x126; = &Hstrok;
ħ = &#x127; = &hstrok;
Ĩ = &#x128; = &Itilde;
ĩ = &#x129; = &itilde;
Ī = &#x12A; = &Imacr;
ī = &#x12B; = &imacr;
Į = &#x12E; = &Iogon;
į = &#x12F; = &iogon;
İ = &#x130; = &Idot;
ı = &#x131; = &imath; = &inodot;
IJ = &#x132; = &IJlig;
ij = &#x133; = &ijlig;
Ĵ = &#x134; = &Jcirc;
ĵ = &#x135; = &jcirc;
Ķ = &#x136; = &Kcedil;
ķ = &#x137; = &kcedil;
ĸ = &#x138; = &kgreen;
Ĺ = &#x139; = &Lacute;
ĺ = &#x13A; = &lacute;
Ļ = &#x13B; = &Lcedil;
ļ = &#x13C; = &lcedil;
Ľ = &#x13D; = &Lcaron;
ľ = &#x13E; = &lcaron;
Ŀ = &#x13F; = &Lmidot;
ŀ = &#x140; = &lmidot;
Ł = &#x141; = &Lstrok;
ł = &#x142; = &lstrok;
Ń = &#x143; = &Nacute;
ń = &#x144; = &nacute;
Ņ = &#x145; = &Ncedil;
ņ = &#x146; = &ncedil;
Ň = &#x147; = &Ncaron;
ň = &#x148; = &ncaron;
ʼn = &#x149; = &napos;
Ŋ = &#x14A; = &ENG;
ŋ = &#x14B; = &eng;
Ō = &#x14C; = &Omacr;
ō = &#x14D; = &omacr;
Ő = &#x150; = &Odblac;
ő = &#x151; = &odblac;
Œ = &#x152; = &OElig;
œ = &#x153; = &oelig;
Ŕ = &#x154; = &Racute;
ŕ = &#x155; = &racute;
Ŗ = &#x156; = &Rcedil;
ŗ = &#x157; = &rcedil;
Ř = &#x158; = &Rcaron;
ř = &#x159; = &rcaron;
Ś = &#x15A; = &Sacute;
ś = &#x15B; = &sacute;
Ŝ = &#x15C; = &Scirc;
ŝ = &#x15D; = &scirc;
Ş = &#x15E; = &Scedil;
ş = &#x15F; = &scedil;
Š = &#x160; = &Scaron;
š = &#x161; = &scaron;
Ţ = &#x162; = &Tcedil;
ţ = &#x163; = &tcedil;
Ť = &#x164; = &Tcaron;
ť = &#x165; = &tcaron;
Ŧ = &#x166; = &Tstrok;
ŧ = &#x167; = &tstrok;
Ũ = &#x168; = &Utilde;
ũ = &#x169; = &utilde;
Ū = &#x16A; = &Umacr;
ū = &#x16B; = &umacr;
Ŭ = &#x16C; = &Ubreve;
ŭ = &#x16D; = &ubreve;
Ů = &#x16E; = &Uring;
ů = &#x16F; = &uring;
Ű = &#x170; = &Udblac;
ű = &#x171; = &udblac;
Ų = &#x172; = &Uogon;
ų = &#x173; = &uogon;
Ŵ = &#x174; = &Wcirc;
ŵ = &#x175; = &wcirc;
Ŷ = &#x176; = &Ycirc;
ŷ = &#x177; = &ycirc;
Ÿ = &#x178; = &Yuml;
Ź = &#x179; = &Zacute;
ź = &#x17A; = &zacute;
Ż = &#x17B; = &Zdot;
ż = &#x17C; = &zdot;
Ž = &#x17D; = &Zcaron;
ž = &#x17E; = &zcaron;
ƒ = &#x192; = &fnof;
Ƶ = &#x1B5; = &imped;
ǵ = &#x1F5; = &gacute;
ȷ = &#x237; = &jmath;
ˆ = &#x2C6; = &circ;
ˇ = &#x2C7; = &caron; = &Hacek;
˘ = &#x2D8; = &Breve; = &breve;
˙ = &#x2D9; = &DiacriticalDot; = &dot;
˚ = &#x2DA; = &ring;
˛ = &#x2DB; = &ogon;
˜ = &#x2DC; = &DiacriticalTilde; = &tilde;
˝ = &#x2DD; = &dblac; = &DiacriticalDoubleAcute;
̑ = &#x311; = &DownBreve;
Α = &#x391; = &Alpha;
Β = &#x392; = &Beta;
Γ = &#x393; = &Gamma;
Δ = &#x394; = &Delta;
Ε = &#x395; = &Epsilon;
Ζ = &#x396; = &Zeta;
Η = &#x397; = &Eta;
Θ = &#x398; = &Theta;
Ι = &#x399; = &Iota;
Κ = &#x39A; = &Kappa;
Λ = &#x39B; = &Lambda;
Μ = &#x39C; = &Mu;
Ν = &#x39D; = &Nu;
Ξ = &#x39E; = &Xi;
Ο = &#x39F; = &Omicron;
Π = &#x3A0; = &Pi;
Ρ = &#x3A1; = &Rho;
Σ = &#x3A3; = &Sigma;
Τ = &#x3A4; = &Tau;
Υ = &#x3A5; = &Upsilon;
Φ = &#x3A6; = &Phi;
Χ = &#x3A7; = &Chi;
Ψ = &#x3A8; = &Psi;
Ω = &#x3A9; = &ohm; = &Omega;
α = &#x3B1; = &alpha;
β = &#x3B2; = &beta;
γ = &#x3B3; = &gamma;
δ = &#x3B4; = &delta;
ε = &#x3B5; = &epsi; = &epsilon;
ζ = &#x3B6; = &zeta;
η = &#x3B7; = &eta;
θ = &#x3B8; = &theta;
ι = &#x3B9; = &iota;
κ = &#x3BA; = &kappa;
λ = &#x3BB; = &lambda;
μ = &#x3BC; = &mu;
ν = &#x3BD; = &nu;
ξ = &#x3BE; = &xi;
ο = &#x3BF; = &omicron;
π = &#x3C0; = &pi;
ρ = &#x3C1; = &rho;
ς = &#x3C2; = &sigmaf; = &sigmav; = &varsigma;
σ = &#x3C3; = &sigma;
τ = &#x3C4; = &tau;
υ = &#x3C5; = &upsi; = &upsilon;
φ = &#x3C6; = &phi;
χ = &#x3C7; = &chi;
ψ = &#x3C8; = &psi;
ω = &#x3C9; = &omega;
ϑ = &#x3D1; = &thetasym; = &thetav; = &vartheta;
ϒ = &#x3D2; = &Upsi; = &upsih;
ϕ = &#x3D5; = &phiv; = &straightphi; = &varphi;
ϖ = &#x3D6; = &piv; = &varpi;
Ϝ = &#x3DC; = &Gammad;
ϝ = &#x3DD; = &digamma; = &gammad;
ϰ = &#x3F0; = &kappav; = &varkappa;
ϱ = &#x3F1; = &rhov; = &varrho;
ϵ = &#x3F5; = &epsiv; = &straightepsilon; = &varepsilon;
϶ = &#x3F6; = &backepsilon; = &bepsi;
Ё = &#x401; = &IOcy;
Ђ = &#x402; = &DJcy;
Ѓ = &#x403; = &GJcy;
Є = &#x404; = &Jukcy;
Ѕ = &#x405; = &DScy;
І = &#x406; = &Iukcy;
Ї = &#x407; = &YIcy;
Ј = &#x408; = &Jsercy;
Љ = &#x409; = &LJcy;
Њ = &#x40A; = &NJcy;
Ћ = &#x40B; = &TSHcy;
Ќ = &#x40C; = &KJcy;
Ў = &#x40E; = &Ubrcy;
Џ = &#x40F; = &DZcy;
А = &#x410; = &Acy;
Б = &#x411; = &Bcy;
В = &#x412; = &Vcy;
Г = &#x413; = &Gcy;
Д = &#x414; = &Dcy;
Е = &#x415; = &IEcy;
Ж = &#x416; = &ZHcy;
З = &#x417; = &Zcy;
И = &#x418; = &Icy;
Й = &#x419; = &Jcy;
К = &#x41A; = &Kcy;
Л = &#x41B; = &Lcy;
М = &#x41C; = &Mcy;
Н = &#x41D; = &Ncy;
О = &#x41E; = &Ocy;
П = &#x41F; = &Pcy;
Р = &#x420; = &Rcy;
С = &#x421; = &Scy;
Т = &#x422; = &Tcy;
У = &#x423; = &Ucy;
Ф = &#x424; = &Fcy;
Х = &#x425; = &KHcy;
Ц = &#x426; = &TScy;
Ч = &#x427; = &CHcy;
Ш = &#x428; = &SHcy;
Щ = &#x429; = &SHCHcy;
Ъ = &#x42A; = &HARDcy;
Ы = &#x42B; = &Ycy;
Ь = &#x42C; = &SOFTcy;
Э = &#x42D; = &Ecy;
Ю = &#x42E; = &YUcy;
Я = &#x42F; = &YAcy;
а = &#x430; = &acy;
б = &#x431; = &bcy;
в = &#x432; = &vcy;
г = &#x433; = &gcy;
д = &#x434; = &dcy;
е = &#x435; = &iecy;
ж = &#x436; = &zhcy;
з = &#x437; = &zcy;
и = &#x438; = &icy;
й = &#x439; = &jcy;
к = &#x43A; = &kcy;
л = &#x43B; = &lcy;
м = &#x43C; = &mcy;
н = &#x43D; = &ncy;
о = &#x43E; = &ocy;
п = &#x43F; = &pcy;
р = &#x440; = &rcy;
с = &#x441; = &scy;
т = &#x442; = &tcy;
у = &#x443; = &ucy;
ф = &#x444; = &fcy;
х = &#x445; = &khcy;
ц = &#x446; = &tscy;
ч = &#x447; = &chcy;
ш = &#x448; = &shcy;
щ = &#x449; = &shchcy;
ъ = &#x44A; = &hardcy;
ы = &#x44B; = &ycy;
ь = &#x44C; = &softcy;
э = &#x44D; = &ecy;
ю = &#x44E; = &yucy;
я = &#x44F; = &yacy;
ё = &#x451; = &iocy;
ђ = &#x452; = &djcy;
ѓ = &#x453; = &gjcy;
є = &#x454; = &jukcy;
ѕ = &#x455; = &dscy;
і = &#x456; = &iukcy;
ї = &#x457; = &yicy;
ј = &#x458; = &jsercy;
љ = &#x459; = &ljcy;
њ = &#x45A; = &njcy;
ћ = &#x45B; = &tshcy;
ќ = &#x45C; = &kjcy;
ў = &#x45E; = &ubrcy;
џ = &#x45F; = &dzcy;
  = &#x2002; = &ensp;
  = &#x2003; = &emsp;
  = &#x2004; = &emsp13;
  = &#x2005; = &emsp14;
  = &#x2007; = &numsp;
  = &#x2008; = &puncsp;
  = &#x2009; = &thinsp; = &ThinSpace;
  = &#x200A; = &hairsp; = &VeryThinSpace;
​ = &#x200B; = &NegativeMediumSpace; = &NegativeThickSpace; = &NegativeThinSpace; = &NegativeVeryThinSpace; = &ZeroWidthSpace;
‌ = &#x200C; = &zwnj;
‍ = &#x200D; = &zwj;
‎ = &#x200E; = &lrm;
‏ = &#x200F; = &rlm;
‐ = &#x2010; = &dash; = &hyphen;
– = &#x2013; = &ndash;
— = &#x2014; = &mdash;
― = &#x2015; = &horbar;
‖ = &#x2016; = &Verbar; = &Vert;
‘ = &#x2018; = &lsquo; = &OpenCurlyQuote;
’ = &#x2019; = &CloseCurlyQuote; = &rsquo; = &rsquor;
‚ = &#x201A; = &lsquor; = &sbquo;
“ = &#x201C; = &ldquo; = &OpenCurlyDoubleQuote;
” = &#x201D; = &CloseCurlyDoubleQuote; = &rdquo; = &rdquor;
„ = &#x201E; = &bdquo; = &ldquor;
† = &#x2020; = &dagger;
‡ = &#x2021; = &Dagger; = &ddagger;
• = &#x2022; = &bull; = &bullet;
‥ = &#x2025; = &nldr;
… = &#x2026; = &hellip; = &mldr;
‰ = &#x2030; = &permil;
‱ = &#x2031; = &pertenk;
′ = &#x2032; = &prime;
″ = &#x2033; = &Prime;
‴ = &#x2034; = &tprime;
‵ = &#x2035; = &backprime; = &bprime;
‹ = &#x2039; = &lsaquo;
› = &#x203A; = &rsaquo;
‾ = &#x203E; = &oline; = &OverBar;
⁁ = &#x2041; = &caret;
⁃ = &#x2043; = &hybull;
⁄ = &#x2044; = &frasl;
⁏ = &#x204F; = &bsemi;
⁗ = &#x2057; = &qprime;
  = &#x205F; = &MediumSpace;
   = &#x205F;&#x200A; = &ThickSpace;
⁠ = &#x2060; = &NoBreak;
⁡ = &#x2061; = &af; = &ApplyFunction;
⁢ = &#x2062; = &InvisibleTimes; = &it;
⁣ = &#x2063; = &ic; = &InvisibleComma;
€ = &#x20AC; = &euro;
⃛ = &#x20DB; = &TripleDot;
⃜ = &#x20DC; = &DotDot;
ℂ = &#x2102; = &complexes; = &Copf;
℅ = &#x2105; = &incare;
ℊ = &#x210A; = &gscr;
ℋ = &#x210B; = &hamilt; = &HilbertSpace; = &Hscr;
ℌ = &#x210C; = &Hfr; = &Poincareplane;
ℍ = &#x210D; = &Hopf; = &quaternions;
ℎ = &#x210E; = &planckh;
ℏ = &#x210F; = &hbar; = &hslash; = &planck; = &plankv;
ℐ = &#x2110; = &imagline; = &Iscr;
ℑ = &#x2111; = &Ifr; = &Im; = &image; = &imagpart;
ℒ = &#x2112; = &lagran; = &Laplacetrf; = &Lscr;
ℓ = &#x2113; = &ell;
ℕ = &#x2115; = &naturals; = &Nopf;
№ = &#x2116; = &numero;
℗ = &#x2117; = &copysr;
℘ = &#x2118; = &weierp; = &wp;
ℙ = &#x2119; = &Popf; = &primes;
ℚ = &#x211A; = &Qopf; = &rationals;
ℛ = &#x211B; = &realine; = &Rscr;
ℜ = &#x211C; = &Re; = &real; = &realpart; = &Rfr;
ℝ = &#x211D; = &reals; = &Ropf;
℞ = &#x211E; = &rx;
™ = &#x2122; = &TRADE; = &trade;
ℤ = &#x2124; = &integers; = &Zopf;
℧ = &#x2127; = &mho;
ℨ = &#x2128; = &zeetrf; = &Zfr;
℩ = &#x2129; = &iiota;
ℬ = &#x212C; = &bernou; = &Bernoullis; = &Bscr;
ℭ = &#x212D; = &Cayleys; = &Cfr;
ℯ = &#x212F; = &escr;
ℰ = &#x2130; = &Escr; = &expectation;
ℱ = &#x2131; = &Fouriertrf; = &Fscr;
ℳ = &#x2133; = &Mellintrf; = &Mscr; = &phmmat;
ℴ = &#x2134; = &order; = &orderof; = &oscr;
ℵ = &#x2135; = &alefsym; = &aleph;
ℶ = &#x2136; = &beth;
ℷ = &#x2137; = &gimel;
ℸ = &#x2138; = &daleth;
ⅅ = &#x2145; = &CapitalDifferentialD; = &DD;
ⅆ = &#x2146; = &dd; = &DifferentialD;
ⅇ = &#x2147; = &ee; = &ExponentialE; = &exponentiale;
ⅈ = &#x2148; = &ii; = &ImaginaryI;
⅓ = &#x2153; = &frac13;
⅔ = &#x2154; = &frac23;
⅕ = &#x2155; = &frac15;
⅖ = &#x2156; = &frac25;
⅗ = &#x2157; = &frac35;
⅘ = &#x2158; = &frac45;
⅙ = &#x2159; = &frac16;
⅚ = &#x215A; = &frac56;
⅛ = &#x215B; = &frac18;
⅜ = &#x215C; = &frac38;
⅝ = &#x215D; = &frac58;
⅞ = &#x215E; = &frac78;
← = &#x2190; = &larr; = &LeftArrow; = &leftarrow; = &ShortLeftArrow; = &slarr;
↑ = &#x2191; = &ShortUpArrow; = &uarr; = &UpArrow; = &uparrow;
→ = &#x2192; = &rarr; = &RightArrow; = &rightarrow; = &ShortRightArrow; = &srarr;
↓ = &#x2193; = &darr; = &DownArrow; = &downarrow; = &ShortDownArrow;
↔ = &#x2194; = &harr; = &LeftRightArrow; = &leftrightarrow;
↕ = &#x2195; = &UpDownArrow; = &updownarrow; = &varr;
↖ = &#x2196; = &nwarr; = &nwarrow; = &UpperLeftArrow;
↗ = &#x2197; = &nearr; = &nearrow; = &UpperRightArrow;
↘ = &#x2198; = &LowerRightArrow; = &searr; = &searrow;
↙ = &#x2199; = &LowerLeftArrow; = &swarr; = &swarrow;
↚ = &#x219A; = &nlarr; = &nleftarrow;
↛ = &#x219B; = &nrarr; = &nrightarrow;
↝ = &#x219D; = &rarrw; = &rightsquigarrow;
↝̸ = &#x219D;&#x338; = &nrarrw;
↞ = &#x219E; = &Larr; = &twoheadleftarrow;
↟ = &#x219F; = &Uarr;
↠ = &#x21A0; = &Rarr; = &twoheadrightarrow;
↡ = &#x21A1; = &Darr;
↢ = &#x21A2; = &larrtl; = &leftarrowtail;
↣ = &#x21A3; = &rarrtl; = &rightarrowtail;
↤ = &#x21A4; = &LeftTeeArrow; = &mapstoleft;
↥ = &#x21A5; = &mapstoup; = &UpTeeArrow;
↦ = &#x21A6; = &map; = &mapsto; = &RightTeeArrow;
↧ = &#x21A7; = &DownTeeArrow; = &mapstodown;
↩ = &#x21A9; = &hookleftarrow; = &larrhk;
↪ = &#x21AA; = &hookrightarrow; = &rarrhk;
↫ = &#x21AB; = &larrlp; = &looparrowleft;
↬ = &#x21AC; = &looparrowright; = &rarrlp;
↭ = &#x21AD; = &harrw; = &leftrightsquigarrow;
↮ = &#x21AE; = &nharr; = &nleftrightarrow;
↰ = &#x21B0; = &Lsh; = &lsh;
↱ = &#x21B1; = &Rsh; = &rsh;
↲ = &#x21B2; = &ldsh;
↳ = &#x21B3; = &rdsh;
↵ = &#x21B5; = &crarr;
↶ = &#x21B6; = &cularr; = &curvearrowleft;
↷ = &#x21B7; = &curarr; = &curvearrowright;
↺ = &#x21BA; = &circlearrowleft; = &olarr;
↻ = &#x21BB; = &circlearrowright; = &orarr;
↼ = &#x21BC; = &leftharpoonup; = &LeftVector; = &lharu;
↽ = &#x21BD; = &DownLeftVector; = &leftharpoondown; = &lhard;
↾ = &#x21BE; = &RightUpVector; = &uharr; = &upharpoonright;
↿ = &#x21BF; = &LeftUpVector; = &uharl; = &upharpoonleft;
⇀ = &#x21C0; = &rharu; = &rightharpoonup; = &RightVector;
⇁ = &#x21C1; = &DownRightVector; = &rhard; = &rightharpoondown;
⇂ = &#x21C2; = &dharr; = &downharpoonright; = &RightDownVector;
⇃ = &#x21C3; = &dharl; = &downharpoonleft; = &LeftDownVector;
⇄ = &#x21C4; = &RightArrowLeftArrow; = &rightleftarrows; = &rlarr;
⇅ = &#x21C5; = &udarr; = &UpArrowDownArrow;
⇆ = &#x21C6; = &LeftArrowRightArrow; = &leftrightarrows; = &lrarr;
⇇ = &#x21C7; = &leftleftarrows; = &llarr;
⇈ = &#x21C8; = &upuparrows; = &uuarr;
⇉ = &#x21C9; = &rightrightarrows; = &rrarr;
⇊ = &#x21CA; = &ddarr; = &downdownarrows;
⇋ = &#x21CB; = &leftrightharpoons; = &lrhar; = &ReverseEquilibrium;
⇌ = &#x21CC; = &Equilibrium; = &rightleftharpoons; = &rlhar;
⇍ = &#x21CD; = &nlArr; = &nLeftarrow;
⇎ = &#x21CE; = &nhArr; = &nLeftrightarrow;
⇏ = &#x21CF; = &nrArr; = &nRightarrow;
⇐ = &#x21D0; = &DoubleLeftArrow; = &lArr; = &Leftarrow;
⇑ = &#x21D1; = &DoubleUpArrow; = &uArr; = &Uparrow;
⇒ = &#x21D2; = &DoubleRightArrow; = &Implies; = &rArr; = &Rightarrow;
⇓ = &#x21D3; = &dArr; = &DoubleDownArrow; = &Downarrow;
⇔ = &#x21D4; = &DoubleLeftRightArrow; = &hArr; = &iff; = &Leftrightarrow;
⇕ = &#x21D5; = &DoubleUpDownArrow; = &Updownarrow; = &vArr;
⇖ = &#x21D6; = &nwArr;
⇗ = &#x21D7; = &neArr;
⇘ = &#x21D8; = &seArr;
⇙ = &#x21D9; = &swArr;
⇚ = &#x21DA; = &lAarr; = &Lleftarrow;
⇛ = &#x21DB; = &rAarr; = &Rrightarrow;
⇝ = &#x21DD; = &zigrarr;
⇤ = &#x21E4; = &larrb; = &LeftArrowBar;
⇥ = &#x21E5; = &rarrb; = &RightArrowBar;
⇵ = &#x21F5; = &DownArrowUpArrow; = &duarr;
⇽ = &#x21FD; = &loarr;
⇾ = &#x21FE; = &roarr;
⇿ = &#x21FF; = &hoarr;
∀ = &#x2200; = &ForAll; = &forall;
∁ = &#x2201; = &comp; = &complement;
∂ = &#x2202; = &part; = &PartialD;
∂̸ = &#x2202;&#x338; = &npart;
∃ = &#x2203; = &exist; = &Exists;
∄ = &#x2204; = &nexist; = &nexists; = &NotExists;
∅ = &#x2205; = &empty; = &emptyset; = &emptyv; = &varnothing;
∇ = &#x2207; = &Del; = &nabla;
∈ = &#x2208; = &Element; = &in; = &isin; = &isinv;
∉ = &#x2209; = &NotElement; = &notin; = &notinva;
∋ = &#x220B; = &ni; = &niv; = &ReverseElement; = &SuchThat;
∌ = &#x220C; = &notni; = &notniva; = &NotReverseElement;
∏ = &#x220F; = &prod; = &Product;
∐ = &#x2210; = &coprod; = &Coproduct;
∑ = &#x2211; = &Sum; = &sum;
− = &#x2212; = &minus;
∓ = &#x2213; = &MinusPlus; = &mnplus; = &mp;
∔ = &#x2214; = &dotplus; = &plusdo;
∖ = &#x2216; = &Backslash; = &setminus; = &setmn; = &smallsetminus; = &ssetmn;
∗ = &#x2217; = &lowast;
∘ = &#x2218; = &compfn; = &SmallCircle;
√ = &#x221A; = &radic; = &Sqrt;
∝ = &#x221D; = &prop; = &Proportional; = &propto; = &varpropto; = &vprop;
∞ = &#x221E; = &infin;
∟ = &#x221F; = &angrt;
∠ = &#x2220; = &ang; = &angle;
∠⃒ = &#x2220;&#x20D2; = &nang;
∡ = &#x2221; = &angmsd; = &measuredangle;
∢ = &#x2222; = &angsph;
∣ = &#x2223; = &mid; = &shortmid; = &smid; = &VerticalBar;
∤ = &#x2224; = &nmid; = &NotVerticalBar; = &nshortmid; = &nsmid;
∥ = &#x2225; = &DoubleVerticalBar; = &par; = &parallel; = &shortparallel; = &spar;
∦ = &#x2226; = &NotDoubleVerticalBar; = &npar; = &nparallel; = &nshortparallel; = &nspar;
∧ = &#x2227; = &and; = &wedge;
∨ = &#x2228; = &or; = &vee;
∩ = &#x2229; = &cap;
∩︀ = &#x2229;&#xFE00; = &caps;
∪ = &#x222A; = &cup;
∪︀ = &#x222A;&#xFE00; = &cups;
∫ = &#x222B; = &int; = &Integral;
∬ = &#x222C; = &Int;
∭ = &#x222D; = &iiint; = &tint;
∮ = &#x222E; = &conint; = &ContourIntegral; = &oint;
∯ = &#x222F; = &Conint; = &DoubleContourIntegral;
∰ = &#x2230; = &Cconint;
∱ = &#x2231; = &cwint;
∲ = &#x2232; = &ClockwiseContourIntegral; = &cwconint;
∳ = &#x2233; = &awconint; = &CounterClockwiseContourIntegral;
∴ = &#x2234; = &there4; = &Therefore; = &therefore;
∵ = &#x2235; = &becaus; = &Because; = &because;
∶ = &#x2236; = &ratio;
∷ = &#x2237; = &Colon; = &Proportion;
∸ = &#x2238; = &dotminus; = &minusd;
∺ = &#x223A; = &mDDot;
∻ = &#x223B; = &homtht;
∼ = &#x223C; = &sim; = &thicksim; = &thksim; = &Tilde;
∼⃒ = &#x223C;&#x20D2; = &nvsim;
∽ = &#x223D; = &backsim; = &bsim;
∽̱ = &#x223D;&#x331; = &race;
∾ = &#x223E; = &ac; = &mstpos;
∾̳ = &#x223E;&#x333; = &acE;
∿ = &#x223F; = &acd;
≀ = &#x2240; = &VerticalTilde; = &wr; = &wreath;
≁ = &#x2241; = &NotTilde; = &nsim;
≂ = &#x2242; = &eqsim; = &EqualTilde; = &esim;
≂̸ = &#x2242;&#x338; = &nesim; = &NotEqualTilde;
≃ = &#x2243; = &sime; = &simeq; = &TildeEqual;
≄ = &#x2244; = &NotTildeEqual; = &nsime; = &nsimeq;
≅ = &#x2245; = &cong; = &TildeFullEqual;
≆ = &#x2246; = &simne;
≇ = &#x2247; = &ncong; = &NotTildeFullEqual;
≈ = &#x2248; = &ap; = &approx; = &asymp; = &thickapprox; = &thkap; = &TildeTilde;
≉ = &#x2249; = &nap; = &napprox; = &NotTildeTilde;
≊ = &#x224A; = &ape; = &approxeq;
≋ = &#x224B; = &apid;
≋̸ = &#x224B;&#x338; = &napid;
≌ = &#x224C; = &backcong; = &bcong;
≍ = &#x224D; = &asympeq; = &CupCap;
≍⃒ = &#x224D;&#x20D2; = &nvap;
≎ = &#x224E; = &bump; = &Bumpeq; = &HumpDownHump;
≎̸ = &#x224E;&#x338; = &nbump; = &NotHumpDownHump;
≏ = &#x224F; = &bumpe; = &bumpeq; = &HumpEqual;
≏̸ = &#x224F;&#x338; = &nbumpe; = &NotHumpEqual;
≐ = &#x2250; = &doteq; = &DotEqual; = &esdot;
≐̸ = &#x2250;&#x338; = &nedot;
≑ = &#x2251; = &doteqdot; = &eDot;
≒ = &#x2252; = &efDot; = &fallingdotseq;
≓ = &#x2253; = &erDot; = &risingdotseq;
≔ = &#x2254; = &Assign; = &colone; = &coloneq;
≕ = &#x2255; = &ecolon; = &eqcolon;
≖ = &#x2256; = &ecir; = &eqcirc;
≗ = &#x2257; = &circeq; = &cire;
≙ = &#x2259; = &wedgeq;
≚ = &#x225A; = &veeeq;
≜ = &#x225C; = &triangleq; = &trie;
≟ = &#x225F; = &equest; = &questeq;
≠ = &#x2260; = &ne; = &NotEqual;
≡ = &#x2261; = &Congruent; = &equiv;
≡⃥ = &#x2261;&#x20E5; = &bnequiv;
≢ = &#x2262; = &nequiv; = &NotCongruent;
≤ = &#x2264; = &le; = &leq;
≤⃒ = &#x2264;&#x20D2; = &nvle;
≥ = &#x2265; = &ge; = &geq; = &GreaterEqual;
≥⃒ = &#x2265;&#x20D2; = &nvge;
≦ = &#x2266; = &lE; = &leqq; = &LessFullEqual;
≦̸ = &#x2266;&#x338; = &nlE; = &nleqq;
≧ = &#x2267; = &gE; = &geqq; = &GreaterFullEqual;
≧̸ = &#x2267;&#x338; = &ngE; = &ngeqq; = &NotGreaterFullEqual;
≨ = &#x2268; = &lnE; = &lneqq;
≨︀ = &#x2268;&#xFE00; = &lvertneqq; = &lvnE;
≩ = &#x2269; = &gnE; = &gneqq;
≩︀ = &#x2269;&#xFE00; = &gvertneqq; = &gvnE;
≪ = &#x226A; = &ll; = &Lt; = &NestedLessLess;
≪̸ = &#x226A;&#x338; = &nLtv; = &NotLessLess;
≪⃒ = &#x226A;&#x20D2; = &nLt;
≫ = &#x226B; = &gg; = &Gt; = &NestedGreaterGreater;
≫̸ = &#x226B;&#x338; = &nGtv; = &NotGreaterGreater;
≫⃒ = &#x226B;&#x20D2; = &nGt;
≬ = &#x226C; = &between; = &twixt;
≭ = &#x226D; = &NotCupCap;
≮ = &#x226E; = &nless; = &nlt; = &NotLess;
≯ = &#x226F; = &ngt; = &ngtr; = &NotGreater;
≰ = &#x2270; = &nle; = &nleq; = &NotLessEqual;
≱ = &#x2271; = &nge; = &ngeq; = &NotGreaterEqual;
≲ = &#x2272; = &lesssim; = &LessTilde; = &lsim;
≳ = &#x2273; = &GreaterTilde; = &gsim; = &gtrsim;
≴ = &#x2274; = &nlsim; = &NotLessTilde;
≵ = &#x2275; = &ngsim; = &NotGreaterTilde;
≶ = &#x2276; = &LessGreater; = &lessgtr; = &lg;
≷ = &#x2277; = &gl; = &GreaterLess; = &gtrless;
≸ = &#x2278; = &NotLessGreater; = &ntlg;
≹ = &#x2279; = &NotGreaterLess; = &ntgl;
≺ = &#x227A; = &pr; = &prec; = &Precedes;
≻ = &#x227B; = &sc; = &succ; = &Succeeds;
≼ = &#x227C; = &prcue; = &preccurlyeq; = &PrecedesSlantEqual;
≽ = &#x227D; = &sccue; = &succcurlyeq; = &SucceedsSlantEqual;
≾ = &#x227E; = &PrecedesTilde; = &precsim; = &prsim;
≿ = &#x227F; = &scsim; = &SucceedsTilde; = &succsim;
≿̸ = &#x227F;&#x338; = &NotSucceedsTilde;
⊀ = &#x2280; = &NotPrecedes; = &npr; = &nprec;
⊁ = &#x2281; = &NotSucceeds; = &nsc; = &nsucc;
⊂ = &#x2282; = &sub; = &subset;
⊂⃒ = &#x2282;&#x20D2; = &NotSubset; = &nsubset; = &vnsub;
⊃ = &#x2283; = &sup; = &Superset; = &supset;
⊃⃒ = &#x2283;&#x20D2; = &NotSuperset; = &nsupset; = &vnsup;
⊄ = &#x2284; = &nsub;
⊅ = &#x2285; = &nsup;
⊆ = &#x2286; = &sube; = &subseteq; = &SubsetEqual;
⊇ = &#x2287; = &supe; = &SupersetEqual; = &supseteq;
⊈ = &#x2288; = &NotSubsetEqual; = &nsube; = &nsubseteq;
⊉ = &#x2289; = &NotSupersetEqual; = &nsupe; = &nsupseteq;
⊊ = &#x228A; = &subne; = &subsetneq;
⊊︀ = &#x228A;&#xFE00; = &varsubsetneq; = &vsubne;
⊋ = &#x228B; = &supne; = &supsetneq;
⊋︀ = &#x228B;&#xFE00; = &varsupsetneq; = &vsupne;
⊍ = &#x228D; = &cupdot;
⊎ = &#x228E; = &UnionPlus; = &uplus;
⊏ = &#x228F; = &sqsub; = &sqsubset; = &SquareSubset;
⊏̸ = &#x228F;&#x338; = &NotSquareSubset;
⊐ = &#x2290; = &sqsup; = &sqsupset; = &SquareSuperset;
⊐̸ = &#x2290;&#x338; = &NotSquareSuperset;
⊑ = &#x2291; = &sqsube; = &sqsubseteq; = &SquareSubsetEqual;
⊒ = &#x2292; = &sqsupe; = &sqsupseteq; = &SquareSupersetEqual;
⊓ = &#x2293; = &sqcap; = &SquareIntersection;
⊓︀ = &#x2293;&#xFE00; = &sqcaps;
⊔ = &#x2294; = &sqcup; = &SquareUnion;
⊔︀ = &#x2294;&#xFE00; = &sqcups;
⊕ = &#x2295; = &CirclePlus; = &oplus;
⊖ = &#x2296; = &CircleMinus; = &ominus;
⊗ = &#x2297; = &CircleTimes; = &otimes;
⊘ = &#x2298; = &osol;
⊙ = &#x2299; = &CircleDot; = &odot;
⊚ = &#x229A; = &circledcirc; = &ocir;
⊛ = &#x229B; = &circledast; = &oast;
⊝ = &#x229D; = &circleddash; = &odash;
⊞ = &#x229E; = &boxplus; = &plusb;
⊟ = &#x229F; = &boxminus; = &minusb;
⊠ = &#x22A0; = &boxtimes; = &timesb;
⊡ = &#x22A1; = &dotsquare; = &sdotb;
⊢ = &#x22A2; = &RightTee; = &vdash;
⊣ = &#x22A3; = &dashv; = &LeftTee;
⊤ = &#x22A4; = &DownTee; = &top;
⊥ = &#x22A5; = &bot; = &bottom; = &perp; = &UpTee;
⊧ = &#x22A7; = &models;
⊨ = &#x22A8; = &DoubleRightTee; = &vDash;
⊩ = &#x22A9; = &Vdash;
⊪ = &#x22AA; = &Vvdash;
⊫ = &#x22AB; = &VDash;
⊬ = &#x22AC; = &nvdash;
⊭ = &#x22AD; = &nvDash;
⊮ = &#x22AE; = &nVdash;
⊯ = &#x22AF; = &nVDash;
⊰ = &#x22B0; = &prurel;
⊲ = &#x22B2; = &LeftTriangle; = &vartriangleleft; = &vltri;
⊳ = &#x22B3; = &RightTriangle; = &vartriangleright; = &vrtri;
⊴ = &#x22B4; = &LeftTriangleEqual; = &ltrie; = &trianglelefteq;
⊴⃒ = &#x22B4;&#x20D2; = &nvltrie;
⊵ = &#x22B5; = &RightTriangleEqual; = &rtrie; = &trianglerighteq;
⊵⃒ = &#x22B5;&#x20D2; = &nvrtrie;
⊶ = &#x22B6; = &origof;
⊷ = &#x22B7; = &imof;
⊸ = &#x22B8; = &multimap; = &mumap;
⊹ = &#x22B9; = &hercon;
⊺ = &#x22BA; = &intcal; = &intercal;
⊻ = &#x22BB; = &veebar;
⊽ = &#x22BD; = &barvee;
⊾ = &#x22BE; = &angrtvb;
⊿ = &#x22BF; = &lrtri;
⋀ = &#x22C0; = &bigwedge; = &Wedge; = &xwedge;
⋁ = &#x22C1; = &bigvee; = &Vee; = &xvee;
⋂ = &#x22C2; = &bigcap; = &Intersection; = &xcap;
⋃ = &#x22C3; = &bigcup; = &Union; = &xcup;
⋄ = &#x22C4; = &diam; = &Diamond; = &diamond;
⋅ = &#x22C5; = &sdot;
⋆ = &#x22C6; = &sstarf; = &Star;
⋇ = &#x22C7; = &divideontimes; = &divonx;
⋈ = &#x22C8; = &bowtie;
⋉ = &#x22C9; = &ltimes;
⋊ = &#x22CA; = &rtimes;
⋋ = &#x22CB; = &leftthreetimes; = &lthree;
⋌ = &#x22CC; = &rightthreetimes; = &rthree;
⋍ = &#x22CD; = &backsimeq; = &bsime;
⋎ = &#x22CE; = &curlyvee; = &cuvee;
⋏ = &#x22CF; = &curlywedge; = &cuwed;
⋐ = &#x22D0; = &Sub; = &Subset;
⋑ = &#x22D1; = &Sup; = &Supset;
⋒ = &#x22D2; = &Cap;
⋓ = &#x22D3; = &Cup;
⋔ = &#x22D4; = &fork; = &pitchfork;
⋕ = &#x22D5; = &epar;
⋖ = &#x22D6; = &lessdot; = &ltdot;
⋗ = &#x22D7; = &gtdot; = &gtrdot;
⋘ = &#x22D8; = &Ll;
⋘̸ = &#x22D8;&#x338; = &nLl;
⋙ = &#x22D9; = &Gg; = &ggg;
⋙̸ = &#x22D9;&#x338; = &nGg;
⋚ = &#x22DA; = &leg; = &lesseqgtr; = &LessEqualGreater;
⋚︀ = &#x22DA;&#xFE00; = &lesg;
⋛ = &#x22DB; = &gel; = &GreaterEqualLess; = &gtreqless;
⋛︀ = &#x22DB;&#xFE00; = &gesl;
⋞ = &#x22DE; = &cuepr; = &curlyeqprec;
⋟ = &#x22DF; = &cuesc; = &curlyeqsucc;
⋠ = &#x22E0; = &NotPrecedesSlantEqual; = &nprcue;
⋡ = &#x22E1; = &NotSucceedsSlantEqual; = &nsccue;
⋢ = &#x22E2; = &NotSquareSubsetEqual; = &nsqsube;
⋣ = &#x22E3; = &NotSquareSupersetEqual; = &nsqsupe;
⋦ = &#x22E6; = &lnsim;
⋧ = &#x22E7; = &gnsim;
⋨ = &#x22E8; = &precnsim; = &prnsim;
⋩ = &#x22E9; = &scnsim; = &succnsim;
⋪ = &#x22EA; = &nltri; = &NotLeftTriangle; = &ntriangleleft;
⋫ = &#x22EB; = &NotRightTriangle; = &nrtri; = &ntriangleright;
⋬ = &#x22EC; = &nltrie; = &NotLeftTriangleEqual; = &ntrianglelefteq;
⋭ = &#x22ED; = &NotRightTriangleEqual; = &nrtrie; = &ntrianglerighteq;
⋮ = &#x22EE; = &vellip;
⋯ = &#x22EF; = &ctdot;
⋰ = &#x22F0; = &utdot;
⋱ = &#x22F1; = &dtdot;
⋲ = &#x22F2; = &disin;
⋳ = &#x22F3; = &isinsv;
⋴ = &#x22F4; = &isins;
⋵ = &#x22F5; = &isindot;
⋵̸ = &#x22F5;&#x338; = &notindot;
⋶ = &#x22F6; = &notinvc;
⋷ = &#x22F7; = &notinvb;
⋹ = &#x22F9; = &isinE;
⋹̸ = &#x22F9;&#x338; = &notinE;
⋺ = &#x22FA; = &nisd;
⋻ = &#x22FB; = &xnis;
⋼ = &#x22FC; = &nis;
⋽ = &#x22FD; = &notnivc;
⋾ = &#x22FE; = &notnivb;
⌅ = &#x2305; = &barwed; = &barwedge;
⌆ = &#x2306; = &Barwed; = &doublebarwedge;
⌈ = &#x2308; = &lceil; = &LeftCeiling;
⌉ = &#x2309; = &rceil; = &RightCeiling;
⌊ = &#x230A; = &LeftFloor; = &lfloor;
⌋ = &#x230B; = &rfloor; = &RightFloor;
⌌ = &#x230C; = &drcrop;
⌍ = &#x230D; = &dlcrop;
⌎ = &#x230E; = &urcrop;
⌏ = &#x230F; = &ulcrop;
⌐ = &#x2310; = &bnot;
⌒ = &#x2312; = &profline;
⌓ = &#x2313; = &profsurf;
⌕ = &#x2315; = &telrec;
⌖ = &#x2316; = &target;
⌜ = &#x231C; = &ulcorn; = &ulcorner;
⌝ = &#x231D; = &urcorn; = &urcorner;
⌞ = &#x231E; = &dlcorn; = &llcorner;
⌟ = &#x231F; = &drcorn; = &lrcorner;
⌢ = &#x2322; = &frown; = &sfrown;
⌣ = &#x2323; = &smile; = &ssmile;
⌭ = &#x232D; = &cylcty;
⌮ = &#x232E; = &profalar;
⌶ = &#x2336; = &topbot;
⌽ = &#x233D; = &ovbar;
⌿ = &#x233F; = &solbar;
⍼ = &#x237C; = &angzarr;
⎰ = &#x23B0; = &lmoust; = &lmoustache;
⎱ = &#x23B1; = &rmoust; = &rmoustache;
⎴ = &#x23B4; = &OverBracket; = &tbrk;
⎵ = &#x23B5; = &bbrk; = &UnderBracket;
⎶ = &#x23B6; = &bbrktbrk;
⏜ = &#x23DC; = &OverParenthesis;
⏝ = &#x23DD; = &UnderParenthesis;
⏞ = &#x23DE; = &OverBrace;
⏟ = &#x23DF; = &UnderBrace;
⏢ = &#x23E2; = &trpezium;
⏧ = &#x23E7; = &elinters;
␣ = &#x2423; = &blank;
Ⓢ = &#x24C8; = &circledS; = &oS;
─ = &#x2500; = &boxh; = &HorizontalLine;
│ = &#x2502; = &boxv;
┌ = &#x250C; = &boxdr;
┐ = &#x2510; = &boxdl;
└ = &#x2514; = &boxur;
┘ = &#x2518; = &boxul;
├ = &#x251C; = &boxvr;
┤ = &#x2524; = &boxvl;
┬ = &#x252C; = &boxhd;
┴ = &#x2534; = &boxhu;
┼ = &#x253C; = &boxvh;
═ = &#x2550; = &boxH;
║ = &#x2551; = &boxV;
╒ = &#x2552; = &boxdR;
╓ = &#x2553; = &boxDr;
╔ = &#x2554; = &boxDR;
╕ = &#x2555; = &boxdL;
╖ = &#x2556; = &boxDl;
╗ = &#x2557; = &boxDL;
╘ = &#x2558; = &boxuR;
╙ = &#x2559; = &boxUr;
╚ = &#x255A; = &boxUR;
╛ = &#x255B; = &boxuL;
╜ = &#x255C; = &boxUl;
╝ = &#x255D; = &boxUL;
╞ = &#x255E; = &boxvR;
╟ = &#x255F; = &boxVr;
╠ = &#x2560; = &boxVR;
╡ = &#x2561; = &boxvL;
╢ = &#x2562; = &boxVl;
╣ = &#x2563; = &boxVL;
╤ = &#x2564; = &boxHd;
╥ = &#x2565; = &boxhD;
╦ = &#x2566; = &boxHD;
╧ = &#x2567; = &boxHu;
╨ = &#x2568; = &boxhU;
╩ = &#x2569; = &boxHU;
╪ = &#x256A; = &boxvH;
╫ = &#x256B; = &boxVh;
╬ = &#x256C; = &boxVH;
▀ = &#x2580; = &uhblk;
▄ = &#x2584; = &lhblk;
█ = &#x2588; = &block;
░ = &#x2591; = &blk14;
▒ = &#x2592; = &blk12;
▓ = &#x2593; = &blk34;
□ = &#x25A1; = &squ; = &Square; = &square;
▪ = &#x25AA; = &blacksquare; = &FilledVerySmallSquare; = &squarf; = &squf;
▫ = &#x25AB; = &EmptyVerySmallSquare;
▭ = &#x25AD; = &rect;
▮ = &#x25AE; = &marker;
▱ = &#x25B1; = &fltns;
△ = &#x25B3; = &bigtriangleup; = &xutri;
▴ = &#x25B4; = &blacktriangle; = &utrif;
▵ = &#x25B5; = &triangle; = &utri;
▸ = &#x25B8; = &blacktriangleright; = &rtrif;
▹ = &#x25B9; = &rtri; = &triangleright;
▽ = &#x25BD; = &bigtriangledown; = &xdtri;
▾ = &#x25BE; = &blacktriangledown; = &dtrif;
▿ = &#x25BF; = &dtri; = &triangledown;
◂ = &#x25C2; = &blacktriangleleft; = &ltrif;
◃ = &#x25C3; = &ltri; = &triangleleft;
◊ = &#x25CA; = &loz; = &lozenge;
○ = &#x25CB; = &cir;
◬ = &#x25EC; = &tridot;
◯ = &#x25EF; = &bigcirc; = &xcirc;
◸ = &#x25F8; = &ultri;
◹ = &#x25F9; = &urtri;
◺ = &#x25FA; = &lltri;
◻ = &#x25FB; = &EmptySmallSquare;
◼ = &#x25FC; = &FilledSmallSquare;
★ = &#x2605; = &bigstar; = &starf;
☆ = &#x2606; = &star;
☎ = &#x260E; = &phone;
♀ = &#x2640; = &female;
♂ = &#x2642; = &male;
♠ = &#x2660; = &spades; = &spadesuit;
♣ = &#x2663; = &clubs; = &clubsuit;
♥ = &#x2665; = &hearts; = &heartsuit;
♦ = &#x2666; = &diamondsuit; = &diams;
♪ = &#x266A; = &sung;
♭ = &#x266D; = &flat;
♮ = &#x266E; = &natur; = &natural;
♯ = &#x266F; = &sharp;
✓ = &#x2713; = &check; = &checkmark;
✗ = &#x2717; = &cross;
✠ = &#x2720; = &malt; = &maltese;
✶ = &#x2736; = &sext;
❘ = &#x2758; = &VerticalSeparator;
❲ = &#x2772; = &lbbrk;
❳ = &#x2773; = &rbbrk;
⟈ = &#x27C8; = &bsolhsub;
⟉ = &#x27C9; = &suphsol;
⟦ = &#x27E6; = &LeftDoubleBracket; = &lobrk;
⟧ = &#x27E7; = &RightDoubleBracket; = &robrk;
⟨ = &#x27E8; = &lang; = &langle; = &LeftAngleBracket;
⟩ = &#x27E9; = &rang; = &rangle; = &RightAngleBracket;
⟪ = &#x27EA; = &Lang;
⟫ = &#x27EB; = &Rang;
⟬ = &#x27EC; = &loang;
⟭ = &#x27ED; = &roang;
⟵ = &#x27F5; = &LongLeftArrow; = &longleftarrow; = &xlarr;
⟶ = &#x27F6; = &LongRightArrow; = &longrightarrow; = &xrarr;
⟷ = &#x27F7; = &LongLeftRightArrow; = &longleftrightarrow; = &xharr;
⟸ = &#x27F8; = &DoubleLongLeftArrow; = &Longleftarrow; = &xlArr;
⟹ = &#x27F9; = &DoubleLongRightArrow; = &Longrightarrow; = &xrArr;
⟺ = &#x27FA; = &DoubleLongLeftRightArrow; = &Longleftrightarrow; = &xhArr;
⟼ = &#x27FC; = &longmapsto; = &xmap;
⟿ = &#x27FF; = &dzigrarr;
⤂ = &#x2902; = &nvlArr;
⤃ = &#x2903; = &nvrArr;
⤄ = &#x2904; = &nvHarr;
⤅ = &#x2905; = &Map;
⤌ = &#x290C; = &lbarr;
⤍ = &#x290D; = &bkarow; = &rbarr;
⤎ = &#x290E; = &lBarr;
⤏ = &#x290F; = &dbkarow; = &rBarr;
⤐ = &#x2910; = &drbkarow; = &RBarr;
⤑ = &#x2911; = &DDotrahd;
⤒ = &#x2912; = &UpArrowBar;
⤓ = &#x2913; = &DownArrowBar;
⤖ = &#x2916; = &Rarrtl;
⤙ = &#x2919; = &latail;
⤚ = &#x291A; = &ratail;
⤛ = &#x291B; = &lAtail;
⤜ = &#x291C; = &rAtail;
⤝ = &#x291D; = &larrfs;
⤞ = &#x291E; = &rarrfs;
⤟ = &#x291F; = &larrbfs;
⤠ = &#x2920; = &rarrbfs;
⤣ = &#x2923; = &nwarhk;
⤤ = &#x2924; = &nearhk;
⤥ = &#x2925; = &hksearow; = &searhk;
⤦ = &#x2926; = &hkswarow; = &swarhk;
⤧ = &#x2927; = &nwnear;
⤨ = &#x2928; = &nesear; = &toea;
⤩ = &#x2929; = &seswar; = &tosa;
⤪ = &#x292A; = &swnwar;
⤳ = &#x2933; = &rarrc;
⤳̸ = &#x2933;&#x338; = &nrarrc;
⤵ = &#x2935; = &cudarrr;
⤶ = &#x2936; = &ldca;
⤷ = &#x2937; = &rdca;
⤸ = &#x2938; = &cudarrl;
⤹ = &#x2939; = &larrpl;
⤼ = &#x293C; = &curarrm;
⤽ = &#x293D; = &cularrp;
⥅ = &#x2945; = &rarrpl;
⥈ = &#x2948; = &harrcir;
⥉ = &#x2949; = &Uarrocir;
⥊ = &#x294A; = &lurdshar;
⥋ = &#x294B; = &ldrushar;
⥎ = &#x294E; = &LeftRightVector;
⥏ = &#x294F; = &RightUpDownVector;
⥐ = &#x2950; = &DownLeftRightVector;
⥑ = &#x2951; = &LeftUpDownVector;
⥒ = &#x2952; = &LeftVectorBar;
⥓ = &#x2953; = &RightVectorBar;
⥔ = &#x2954; = &RightUpVectorBar;
⥕ = &#x2955; = &RightDownVectorBar;
⥖ = &#x2956; = &DownLeftVectorBar;
⥗ = &#x2957; = &DownRightVectorBar;
⥘ = &#x2958; = &LeftUpVectorBar;
⥙ = &#x2959; = &LeftDownVectorBar;
⥚ = &#x295A; = &LeftTeeVector;
⥛ = &#x295B; = &RightTeeVector;
⥜ = &#x295C; = &RightUpTeeVector;
⥝ = &#x295D; = &RightDownTeeVector;
⥞ = &#x295E; = &DownLeftTeeVector;
⥟ = &#x295F; = &DownRightTeeVector;
⥠ = &#x2960; = &LeftUpTeeVector;
⥡ = &#x2961; = &LeftDownTeeVector;
⥢ = &#x2962; = &lHar;
⥣ = &#x2963; = &uHar;
⥤ = &#x2964; = &rHar;
⥥ = &#x2965; = &dHar;
⥦ = &#x2966; = &luruhar;
⥧ = &#x2967; = &ldrdhar;
⥨ = &#x2968; = &ruluhar;
⥩ = &#x2969; = &rdldhar;
⥪ = &#x296A; = &lharul;
⥫ = &#x296B; = &llhard;
⥬ = &#x296C; = &rharul;
⥭ = &#x296D; = &lrhard;
⥮ = &#x296E; = &udhar; = &UpEquilibrium;
⥯ = &#x296F; = &duhar; = &ReverseUpEquilibrium;
⥰ = &#x2970; = &RoundImplies;
⥱ = &#x2971; = &erarr;
⥲ = &#x2972; = &simrarr;
⥳ = &#x2973; = &larrsim;
⥴ = &#x2974; = &rarrsim;
⥵ = &#x2975; = &rarrap;
⥶ = &#x2976; = &ltlarr;
⥸ = &#x2978; = &gtrarr;
⥹ = &#x2979; = &subrarr;
⥻ = &#x297B; = &suplarr;
⥼ = &#x297C; = &lfisht;
⥽ = &#x297D; = &rfisht;
⥾ = &#x297E; = &ufisht;
⥿ = &#x297F; = &dfisht;
⦅ = &#x2985; = &lopar;
⦆ = &#x2986; = &ropar;
⦋ = &#x298B; = &lbrke;
⦌ = &#x298C; = &rbrke;
⦍ = &#x298D; = &lbrkslu;
⦎ = &#x298E; = &rbrksld;
⦏ = &#x298F; = &lbrksld;
⦐ = &#x2990; = &rbrkslu;
⦑ = &#x2991; = &langd;
⦒ = &#x2992; = &rangd;
⦓ = &#x2993; = &lparlt;
⦔ = &#x2994; = &rpargt;
⦕ = &#x2995; = &gtlPar;
⦖ = &#x2996; = &ltrPar;
⦚ = &#x299A; = &vzigzag;
⦜ = &#x299C; = &vangrt;
⦝ = &#x299D; = &angrtvbd;
⦤ = &#x29A4; = &ange;
⦥ = &#x29A5; = &range;
⦦ = &#x29A6; = &dwangle;
⦧ = &#x29A7; = &uwangle;
⦨ = &#x29A8; = &angmsdaa;
⦩ = &#x29A9; = &angmsdab;
⦪ = &#x29AA; = &angmsdac;
⦫ = &#x29AB; = &angmsdad;
⦬ = &#x29AC; = &angmsdae;
⦭ = &#x29AD; = &angmsdaf;
⦮ = &#x29AE; = &angmsdag;
⦯ = &#x29AF; = &angmsdah;
⦰ = &#x29B0; = &bemptyv;
⦱ = &#x29B1; = &demptyv;
⦲ = &#x29B2; = &cemptyv;
⦳ = &#x29B3; = &raemptyv;
⦴ = &#x29B4; = &laemptyv;
⦵ = &#x29B5; = &ohbar;
⦶ = &#x29B6; = &omid;
⦷ = &#x29B7; = &opar;
⦹ = &#x29B9; = &operp;
⦻ = &#x29BB; = &olcross;
⦼ = &#x29BC; = &odsold;
⦾ = &#x29BE; = &olcir;
⦿ = &#x29BF; = &ofcir;
⧀ = &#x29C0; = &olt;
⧁ = &#x29C1; = &ogt;
⧂ = &#x29C2; = &cirscir;
⧃ = &#x29C3; = &cirE;
⧄ = &#x29C4; = &solb;
⧅ = &#x29C5; = &bsolb;
⧉ = &#x29C9; = &boxbox;
⧍ = &#x29CD; = &trisb;
⧎ = &#x29CE; = &rtriltri;
⧏ = &#x29CF; = &LeftTriangleBar;
⧏̸ = &#x29CF;&#x338; = &NotLeftTriangleBar;
⧐ = &#x29D0; = &RightTriangleBar;
⧐̸ = &#x29D0;&#x338; = &NotRightTriangleBar;
⧜ = &#x29DC; = &iinfin;
⧝ = &#x29DD; = &infintie;
⧞ = &#x29DE; = &nvinfin;
⧣ = &#x29E3; = &eparsl;
⧤ = &#x29E4; = &smeparsl;
⧥ = &#x29E5; = &eqvparsl;
⧫ = &#x29EB; = &blacklozenge; = &lozf;
⧴ = &#x29F4; = &RuleDelayed;
⧶ = &#x29F6; = &dsol;
⨀ = &#x2A00; = &bigodot; = &xodot;
⨁ = &#x2A01; = &bigoplus; = &xoplus;
⨂ = &#x2A02; = &bigotimes; = &xotime;
⨄ = &#x2A04; = &biguplus; = &xuplus;
⨆ = &#x2A06; = &bigsqcup; = &xsqcup;
⨌ = &#x2A0C; = &iiiint; = &qint;
⨍ = &#x2A0D; = &fpartint;
⨐ = &#x2A10; = &cirfnint;
⨑ = &#x2A11; = &awint;
⨒ = &#x2A12; = &rppolint;
⨓ = &#x2A13; = &scpolint;
⨔ = &#x2A14; = &npolint;
⨕ = &#x2A15; = &pointint;
⨖ = &#x2A16; = &quatint;
⨗ = &#x2A17; = &intlarhk;
⨢ = &#x2A22; = &pluscir;
⨣ = &#x2A23; = &plusacir;
⨤ = &#x2A24; = &simplus;
⨥ = &#x2A25; = &plusdu;
⨦ = &#x2A26; = &plussim;
⨧ = &#x2A27; = &plustwo;
⨩ = &#x2A29; = &mcomma;
⨪ = &#x2A2A; = &minusdu;
⨭ = &#x2A2D; = &loplus;
⨮ = &#x2A2E; = &roplus;
⨯ = &#x2A2F; = &Cross;
⨰ = &#x2A30; = &timesd;
⨱ = &#x2A31; = &timesbar;
⨳ = &#x2A33; = &smashp;
⨴ = &#x2A34; = &lotimes;
⨵ = &#x2A35; = &rotimes;
⨶ = &#x2A36; = &otimesas;
⨷ = &#x2A37; = &Otimes;
⨸ = &#x2A38; = &odiv;
⨹ = &#x2A39; = &triplus;
⨺ = &#x2A3A; = &triminus;
⨻ = &#x2A3B; = &tritime;
⨼ = &#x2A3C; = &intprod; = &iprod;
⨿ = &#x2A3F; = &amalg;
⩀ = &#x2A40; = &capdot;
⩂ = &#x2A42; = &ncup;
⩃ = &#x2A43; = &ncap;
⩄ = &#x2A44; = &capand;
⩅ = &#x2A45; = &cupor;
⩆ = &#x2A46; = &cupcap;
⩇ = &#x2A47; = &capcup;
⩈ = &#x2A48; = &cupbrcap;
⩉ = &#x2A49; = &capbrcup;
⩊ = &#x2A4A; = &cupcup;
⩋ = &#x2A4B; = &capcap;
⩌ = &#x2A4C; = &ccups;
⩍ = &#x2A4D; = &ccaps;
⩐ = &#x2A50; = &ccupssm;
⩓ = &#x2A53; = &And;
⩔ = &#x2A54; = &Or;
⩕ = &#x2A55; = &andand;
⩖ = &#x2A56; = &oror;
⩗ = &#x2A57; = &orslope;
⩘ = &#x2A58; = &andslope;
⩚ = &#x2A5A; = &andv;
⩛ = &#x2A5B; = &orv;
⩜ = &#x2A5C; = &andd;
⩝ = &#x2A5D; = &ord;
⩟ = &#x2A5F; = &wedbar;
⩦ = &#x2A66; = &sdote;
⩪ = &#x2A6A; = &simdot;
⩭ = &#x2A6D; = &congdot;
⩭̸ = &#x2A6D;&#x338; = &ncongdot;
⩮ = &#x2A6E; = &easter;
⩯ = &#x2A6F; = &apacir;
⩰ = &#x2A70; = &apE;
⩰̸ = &#x2A70;&#x338; = &napE;
⩱ = &#x2A71; = &eplus;
⩲ = &#x2A72; = &pluse;
⩳ = &#x2A73; = &Esim;
⩴ = &#x2A74; = &Colone;
⩵ = &#x2A75; = &Equal;
⩷ = &#x2A77; = &ddotseq; = &eDDot;
⩸ = &#x2A78; = &equivDD;
⩹ = &#x2A79; = &ltcir;
⩺ = &#x2A7A; = &gtcir;
⩻ = &#x2A7B; = &ltquest;
⩼ = &#x2A7C; = &gtquest;
⩽ = &#x2A7D; = &leqslant; = &les; = &LessSlantEqual;
⩽̸ = &#x2A7D;&#x338; = &nleqslant; = &nles; = &NotLessSlantEqual;
⩾ = &#x2A7E; = &geqslant; = &ges; = &GreaterSlantEqual;
⩾̸ = &#x2A7E;&#x338; = &ngeqslant; = &nges; = &NotGreaterSlantEqual;
⩿ = &#x2A7F; = &lesdot;
⪀ = &#x2A80; = &gesdot;
⪁ = &#x2A81; = &lesdoto;
⪂ = &#x2A82; = &gesdoto;
⪃ = &#x2A83; = &lesdotor;
⪄ = &#x2A84; = &gesdotol;
⪅ = &#x2A85; = &lap; = &lessapprox;
⪆ = &#x2A86; = &gap; = &gtrapprox;
⪇ = &#x2A87; = &lne; = &lneq;
⪈ = &#x2A88; = &gne; = &gneq;
⪉ = &#x2A89; = &lnap; = &lnapprox;
⪊ = &#x2A8A; = &gnap; = &gnapprox;
⪋ = &#x2A8B; = &lEg; = &lesseqqgtr;
⪌ = &#x2A8C; = &gEl; = &gtreqqless;
⪍ = &#x2A8D; = &lsime;
⪎ = &#x2A8E; = &gsime;
⪏ = &#x2A8F; = &lsimg;
⪐ = &#x2A90; = &gsiml;
⪑ = &#x2A91; = &lgE;
⪒ = &#x2A92; = &glE;
⪓ = &#x2A93; = &lesges;
⪔ = &#x2A94; = &gesles;
⪕ = &#x2A95; = &els; = &eqslantless;
⪖ = &#x2A96; = &egs; = &eqslantgtr;
⪗ = &#x2A97; = &elsdot;
⪘ = &#x2A98; = &egsdot;
⪙ = &#x2A99; = &el;
⪚ = &#x2A9A; = &eg;
⪝ = &#x2A9D; = &siml;
⪞ = &#x2A9E; = &simg;
⪟ = &#x2A9F; = &simlE;
⪠ = &#x2AA0; = &simgE;
⪡ = &#x2AA1; = &LessLess;
⪡̸ = &#x2AA1;&#x338; = &NotNestedLessLess;
⪢ = &#x2AA2; = &GreaterGreater;
⪢̸ = &#x2AA2;&#x338; = &NotNestedGreaterGreater;
⪤ = &#x2AA4; = &glj;
⪥ = &#x2AA5; = &gla;
⪦ = &#x2AA6; = &ltcc;
⪧ = &#x2AA7; = &gtcc;
⪨ = &#x2AA8; = &lescc;
⪩ = &#x2AA9; = &gescc;
⪪ = &#x2AAA; = &smt;
⪫ = &#x2AAB; = &lat;
⪬ = &#x2AAC; = &smte;
⪬︀ = &#x2AAC;&#xFE00; = &smtes;
⪭ = &#x2AAD; = &late;
⪭︀ = &#x2AAD;&#xFE00; = &lates;
⪮ = &#x2AAE; = &bumpE;
⪯ = &#x2AAF; = &pre; = &PrecedesEqual; = &preceq;
⪯̸ = &#x2AAF;&#x338; = &NotPrecedesEqual; = &npre; = &npreceq;
⪰ = &#x2AB0; = &sce; = &SucceedsEqual; = &succeq;
⪰̸ = &#x2AB0;&#x338; = &NotSucceedsEqual; = &nsce; = &nsucceq;
⪳ = &#x2AB3; = &prE;
⪴ = &#x2AB4; = &scE;
⪵ = &#x2AB5; = &precneqq; = &prnE;
⪶ = &#x2AB6; = &scnE; = &succneqq;
⪷ = &#x2AB7; = &prap; = &precapprox;
⪸ = &#x2AB8; = &scap; = &succapprox;
⪹ = &#x2AB9; = &precnapprox; = &prnap;
⪺ = &#x2ABA; = &scnap; = &succnapprox;
⪻ = &#x2ABB; = &Pr;
⪼ = &#x2ABC; = &Sc;
⪽ = &#x2ABD; = &subdot;
⪾ = &#x2ABE; = &supdot;
⪿ = &#x2ABF; = &subplus;
⫀ = &#x2AC0; = &supplus;
⫁ = &#x2AC1; = &submult;
⫂ = &#x2AC2; = &supmult;
⫃ = &#x2AC3; = &subedot;
⫄ = &#x2AC4; = &supedot;
⫅ = &#x2AC5; = &subE; = &subseteqq;
⫅̸ = &#x2AC5;&#x338; = &nsubE; = &nsubseteqq;
⫆ = &#x2AC6; = &supE; = &supseteqq;
⫆̸ = &#x2AC6;&#x338; = &nsupE; = &nsupseteqq;
⫇ = &#x2AC7; = &subsim;
⫈ = &#x2AC8; = &supsim;
⫋ = &#x2ACB; = &subnE; = &subsetneqq;
⫋︀ = &#x2ACB;&#xFE00; = &varsubsetneqq; = &vsubnE;
⫌ = &#x2ACC; = &supnE; = &supsetneqq;
⫌︀ = &#x2ACC;&#xFE00; = &varsupsetneqq; = &vsupnE;
⫏ = &#x2ACF; = &csub;
⫐ = &#x2AD0; = &csup;
⫑ = &#x2AD1; = &csube;
⫒ = &#x2AD2; = &csupe;
⫓ = &#x2AD3; = &subsup;
⫔ = &#x2AD4; = &supsub;
⫕ = &#x2AD5; = &subsub;
⫖ = &#x2AD6; = &supsup;
⫗ = &#x2AD7; = &suphsub;
⫘ = &#x2AD8; = &supdsub;
⫙ = &#x2AD9; = &forkv;
⫚ = &#x2ADA; = &topfork;
⫛ = &#x2ADB; = &mlcp;
⫤ = &#x2AE4; = &Dashv; = &DoubleLeftTee;
⫦ = &#x2AE6; = &Vdashl;
⫧ = &#x2AE7; = &Barv;
⫨ = &#x2AE8; = &vBar;
⫩ = &#x2AE9; = &vBarv;
⫫ = &#x2AEB; = &Vbar;
⫬ = &#x2AEC; = &Not;
⫭ = &#x2AED; = &bNot;
⫮ = &#x2AEE; = &rnmid;
⫯ = &#x2AEF; = &cirmid;
⫰ = &#x2AF0; = &midcir;
⫱ = &#x2AF1; = &topcir;
⫲ = &#x2AF2; = &nhpar;
⫳ = &#x2AF3; = &parsim;
⫽ = &#x2AFD; = &parsl;
⫽⃥ = &#x2AFD;&#x20E5; = &nparsl;
ff = &#xFB00; = &fflig;
fi = &#xFB01; = &filig;
fl = &#xFB02; = &fllig;
ffi = &#xFB03; = &ffilig;
ffl = &#xFB04; = &ffllig;
𝒜 = &#x1D49C; = &Ascr;
𝒞 = &#x1D49E; = &Cscr;
𝒟 = &#x1D49F; = &Dscr;
𝒢 = &#x1D4A2; = &Gscr;
𝒥 = &#x1D4A5; = &Jscr;
𝒦 = &#x1D4A6; = &Kscr;
𝒩 = &#x1D4A9; = &Nscr;
𝒪 = &#x1D4AA; = &Oscr;
𝒫 = &#x1D4AB; = &Pscr;
𝒬 = &#x1D4AC; = &Qscr;
𝒮 = &#x1D4AE; = &Sscr;
𝒯 = &#x1D4AF; = &Tscr;
𝒰 = &#x1D4B0; = &Uscr;
𝒱 = &#x1D4B1; = &Vscr;
𝒲 = &#x1D4B2; = &Wscr;
𝒳 = &#x1D4B3; = &Xscr;
𝒴 = &#x1D4B4; = &Yscr;
𝒵 = &#x1D4B5; = &Zscr;
𝒶 = &#x1D4B6; = &ascr;
𝒷 = &#x1D4B7; = &bscr;
𝒸 = &#x1D4B8; = &cscr;
𝒹 = &#x1D4B9; = &dscr;
𝒻 = &#x1D4BB; = &fscr;
𝒽 = &#x1D4BD; = &hscr;
𝒾 = &#x1D4BE; = &iscr;
𝒿 = &#x1D4BF; = &jscr;
𝓀 = &#x1D4C0; = &kscr;
𝓁 = &#x1D4C1; = &lscr;
𝓂 = &#x1D4C2; = &mscr;
𝓃 = &#x1D4C3; = &nscr;
𝓅 = &#x1D4C5; = &pscr;
𝓆 = &#x1D4C6; = &qscr;
𝓇 = &#x1D4C7; = &rscr;
𝓈 = &#x1D4C8; = &sscr;
𝓉 = &#x1D4C9; = &tscr;
𝓊 = &#x1D4CA; = &uscr;
𝓋 = &#x1D4CB; = &vscr;
𝓌 = &#x1D4CC; = &wscr;
𝓍 = &#x1D4CD; = &xscr;
𝓎 = &#x1D4CE; = &yscr;
𝓏 = &#x1D4CF; = &zscr;
𝔄 = &#x1D504; = &Afr;
𝔅 = &#x1D505; = &Bfr;
𝔇 = &#x1D507; = &Dfr;
𝔈 = &#x1D508; = &Efr;
𝔉 = &#x1D509; = &Ffr;
𝔊 = &#x1D50A; = &Gfr;
𝔍 = &#x1D50D; = &Jfr;
𝔎 = &#x1D50E; = &Kfr;
𝔏 = &#x1D50F; = &Lfr;
𝔐 = &#x1D510; = &Mfr;
𝔑 = &#x1D511; = &Nfr;
𝔒 = &#x1D512; = &Ofr;
𝔓 = &#x1D513; = &Pfr;
𝔔 = &#x1D514; = &Qfr;
𝔖 = &#x1D516; = &Sfr;
𝔗 = &#x1D517; = &Tfr;
𝔘 = &#x1D518; = &Ufr;
𝔙 = &#x1D519; = &Vfr;
𝔚 = &#x1D51A; = &Wfr;
𝔛 = &#x1D51B; = &Xfr;
𝔜 = &#x1D51C; = &Yfr;
𝔞 = &#x1D51E; = &afr;
𝔟 = &#x1D51F; = &bfr;
𝔠 = &#x1D520; = &cfr;
𝔡 = &#x1D521; = &dfr;
𝔢 = &#x1D522; = &efr;
𝔣 = &#x1D523; = &ffr;
𝔤 = &#x1D524; = &gfr;
𝔥 = &#x1D525; = &hfr;
𝔦 = &#x1D526; = &ifr;
𝔧 = &#x1D527; = &jfr;
𝔨 = &#x1D528; = &kfr;
𝔩 = &#x1D529; = &lfr;
𝔪 = &#x1D52A; = &mfr;
𝔫 = &#x1D52B; = &nfr;
𝔬 = &#x1D52C; = &ofr;
𝔭 = &#x1D52D; = &pfr;
𝔮 = &#x1D52E; = &qfr;
𝔯 = &#x1D52F; = &rfr;
𝔰 = &#x1D530; = &sfr;
𝔱 = &#x1D531; = &tfr;
𝔲 = &#x1D532; = &ufr;
𝔳 = &#x1D533; = &vfr;
𝔴 = &#x1D534; = &wfr;
𝔵 = &#x1D535; = &xfr;
𝔶 = &#x1D536; = &yfr;
𝔷 = &#x1D537; = &zfr;
𝔸 = &#x1D538; = &Aopf;
𝔹 = &#x1D539; = &Bopf;
𝔻 = &#x1D53B; = &Dopf;
𝔼 = &#x1D53C; = &Eopf;
𝔽 = &#x1D53D; = &Fopf;
𝔾 = &#x1D53E; = &Gopf;
𝕀 = &#x1D540; = &Iopf;
𝕁 = &#x1D541; = &Jopf;
𝕂 = &#x1D542; = &Kopf;
𝕃 = &#x1D543; = &Lopf;
𝕄 = &#x1D544; = &Mopf;
𝕆 = &#x1D546; = &Oopf;
𝕊 = &#x1D54A; = &Sopf;
𝕋 = &#x1D54B; = &Topf;
𝕌 = &#x1D54C; = &Uopf;
𝕍 = &#x1D54D; = &Vopf;
𝕎 = &#x1D54E; = &Wopf;
𝕏 = &#x1D54F; = &Xopf;
𝕐 = &#x1D550; = &Yopf;
𝕒 = &#x1D552; = &aopf;
𝕓 = &#x1D553; = &bopf;
𝕔 = &#x1D554; = &copf;
𝕕 = &#x1D555; = &dopf;
𝕖 = &#x1D556; = &eopf;
𝕗 = &#x1D557; = &fopf;
𝕘 = &#x1D558; = &gopf;
𝕙 = &#x1D559; = &hopf;
𝕚 = &#x1D55A; = &iopf;
𝕛 = &#x1D55B; = &jopf;
𝕜 = &#x1D55C; = &kopf;
𝕝 = &#x1D55D; = &lopf;
𝕞 = &#x1D55E; = &mopf;
𝕟 = &#x1D55F; = &nopf;
𝕠 = &#x1D560; = &oopf;
𝕡 = &#x1D561; = &popf;
𝕢 = &#x1D562; = &qopf;
𝕣 = &#x1D563; = &ropf;
𝕤 = &#x1D564; = &sopf;
𝕥 = &#x1D565; = &topf;
𝕦 = &#x1D566; = &uopf;
𝕧 = &#x1D567; = &vopf;
𝕨 = &#x1D568; = &wopf;
𝕩 = &#x1D569; = &xopf;
𝕪 = &#x1D56A; = &yopf;
𝕫 = &#x1D56B; = &zopf;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment