List of XML and HTML character entity references


In SGML, HTML and XML documents, the logical constructs known as character data and attribute values consist of sequences of characters, in which each character can manifest directly, or can be represented by a series of characters called a character reference, of which there are two types: a numeric character reference and a character entity reference. This article lists the character entity references that are valid in HTML and XML documents.
A character entity reference refers to the content of a named entity. An entity declaration is created by using the syntax in a Document Type Definition.

Character reference overview

A numeric character reference refers to a character by its Universal Character Set/Unicode code point, and uses the format:
or
where nnnn is the code point in decimal form, and hhhh is the code point in hexadecimal form. The x must be lowercase in XML documents. The nnnn or hhhh may be any number of digits and may include leading zeros. The hhhh may mix uppercase and lowercase, though uppercase is the usual style.
In contrast, a character entity reference refers to a character by the name of an entity which has the desired character as its replacement text. The entity must either be predefined or explicitly declared in a Document Type Definition. The format is the same as for any entity reference:
where name is the case-sensitive name of the entity. The semicolon is required, unless marked otherwise in the table [|below].

Standard public entity sets for characters

ISO Entity Sets: SGML supplied a comprehensive set of entity declarations for characters widely used in Western technical and reference publishing, for Latin, Greek and Cyrillic scripts. The American Mathematical Society also contributed entities for mathematical characters.
HTML Entity Sets: Early versions of HTML built in small subsets of these, relating to characters found in three Western 8-bit fonts.
MathML Entity Sets: The W3C developed a set of entity declarations for MathML characters.
XML Entity Sets: The W3C MathML Working Group took over maintenance of the ISO public entity sets, combined with the MathML and documents them in . This set can support the requirements of XHTML, MathML and as an input to future versions of HTML.
HTML 5: HTML5 adopts the XML entities as , however it restates them without reference to their sources and does not group them into sets. The HTML 5 specification additionally provides mappings from the names to Unicode character sequences using JSON.
Numerous other entity sets have been developed for special requirements, and for major and minority scripts. However, the advent of Unicode has largely superseded them.

Predefined entities in XML

The XML specification does not use the term "character entity" or "character entity reference". The XML specification defines five "predefined entities" representing special characters, and requires that all XML processors honor them. The entities can be explicitly declared in a DTD, as well, but if this is done, the replacement text must be the same as the built-in definitions. XML also allows other named entities of any size to be defined on a per-document basis.
The table below lists the five XML predefined entities. The initial "Name" column mentions the entity's name. The "Character" column shows the character. To render the character, the format &name; is used; for example, & renders as &. The "Unicode code point" column cites the character via standard UCS/Unicode "U+" notation, which shows the character's code point in hexadecimal. The decimal equivalent of the code point is then shown in parentheses. The "Standard" column indicates the first version of XML that includes the entity. The final "Name" column cites the character via its canonical UCS/Unicode name.
NameCharacterUnicode code point StandardName
quot"U+0022 XML 1.0quotation mark
amp&U+0026 XML 1.0ampersand
apos'U+0027 XML 1.0apostrophe
lt<U+003C XML 1.0less-than sign
gt>U+003E XML 1.0greater-than sign

Character entity references in HTML

The HTML 5 DTDs define many named entities, references to which act as mnemonic aliases for certain Unicode characters. The HTML 5 specification requires the use of the standard DTDs and does not allow users to define additional entities.
In the table below, the "Standard" column indicates the first version of the HTML DTD that defines the character entity reference. To use one of these character entity references in an HTML or XML document, enter an ampersand followed by the entity name and a semicolon, e.g., enter &copy; for the copyright symbol.
Alternatively, enter an ampersand, followed by a number sign, a number and a semicolon. For example, to display the copyright symbol ©, enter &#169; Equivalently, you can enter an ampersand, followed by a number sign, the letter x, a hexadecimal number and a semicolon. For example, to display the copyright symbol © enter &#x00A9; or &#xA9;.
NamesCharacterUnicode code point StandardDTDOld ISO subsetDescription
TabU+0009 HTML 5.0character tabulation
NewLineU+000A HTML 5.0line feed
excl!U+0021 HTML 5.0ISOnumexclamation mark
quot, QUOT"U+0022 HTML 2.0 HTMLspecialISOnumquotation mark
num#U+0023 HTML 5.0number sign
dollar$U+0024 HTML 5.0dollar sign
percnt%U+0025 HTML 5.0ISOnumpercent sign
amp, AMP&U+0026 Original html specification and HTML 2.0 HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd ISOnumampersand
apos'U+0027 HTML 5.0 and XHTML 1.0HTMLspecialISOnumapostrophe '; see below
lparU+0029 HTML 5.0right parenthesis
ast, midast*U+002A HTML 5.0asterisk '
plus+U+002B HTML 5.0plus sign
comma,U+002C HTML 5.0comma
period.U+002E HTML 5.0full stop '
sol/U+002F HTML 5.0solidus
colon:U+003A HTML 5.0colon
semi;U+003B HTML 5.0semicolon
lt, LT<U+003C Original html specification and HTML 2.0 HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd ISOnumless-than sign
equals=U+003D HTML 5.0ISOnumequals sign
gt, GT>U+003E Original html specification and HTML 2.0 HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd ISOnumgreater-than sign
quest?U+003F HTML 5.0question mark
commat@U+0040 HTML 5.0commercial at
lsqb, lbrackU+005D HTML 5.0right square bracket '
Hat^U+005E HTML 5.0circumflex accent
lowbar, UnderBar_U+005F HTML 5.0low line '
grave, DiacriticalGrave`U+0060 HTML 5.0grave accent '
lcub, lbraceU+007D HTML 5.0right curly bracket '
nbsp, NonBreakingSpaceU+00A0 HTML 3.2 HTMLlat1ISOnumno-break space '
iexcl¡U+00A1 HTML 3.2HTMLlat1ISOnuminverted exclamation mark
cent¢U+00A2 HTML 3.2HTMLlat1ISOnumcent sign
pound£U+00A3 HTML 3.2HTMLlat1ISOnumpound sign
curren¤U+00A4 HTML 3.2HTMLlat1ISOnumcurrency sign
yen¥U+00A5 HTML 3.2HTMLlat1ISOnumyen sign '
brvbar¦U+00A6 HTML 3.2HTMLlat1ISOnumbroken bar '
sect§U+00A7 HTML 3.2HTMLlat1ISOnumsection sign
Dot, die, DoubleDot, uml¨U+00A8 HTML 3.2 HTMLlat1ISOdiadiaeresis '; see Germanic umlaut
copy, COPY©U+00A9 HTML 3.2 HTMLlat1ISOnumcopyright sign
ordfªU+00AA HTML 3.2HTMLlat1ISOnumfeminine ordinal indicator
laquo«U+00AB HTML 3.2HTMLlat1ISOnumleft-pointing double angle quotation mark '
not¬U+00AC HTML 3.2HTMLlat1ISOnumnot sign
shy­U+00AD HTML 3.2HTMLlat1ISOnumsoft hyphen '
reg, circledR, REG®U+00AE HTML 3.2 HTMLlat1ISOnumregistered sign '
macr, strns¯U+00AF HTML 3.2 HTMLlat1ISOdiamacron '
deg°U+00B0 HTML 3.2HTMLlat1ISOnumdegree sign
plusmn, pm, PlusMinus±U+00B1 HTML 3.2 HTMLlat1ISOnumplus-minus sign '
sup2²U+00B2 HTML 3.2HTMLlat1ISOnumsuperscript two '
sup3³U+00B3 HTML 3.2HTMLlat1ISOnumsuperscript three '
acute, DiacriticalAcute´U+00B4 HTML 3.2 HTMLlat1ISOdiaacute accent '
microµU+00B5 HTML 3.2HTMLlat1ISOnummicro sign
paraU+00B6 HTML 3.2HTMLlat1ISOnumpilcrow sign '
middot, centerdot, CenterDot·U+00B7 HTML 3.2 HTMLlat1ISOnummiddle dot '
cedil, Cedilla¸U+00B8 HTML 3.2 HTMLlat1ISOdiacedilla '
sup1¹U+00B9 HTML 3.2HTMLlat1ISOnumsuperscript one '
ordmºU+00BA HTML 3.2HTMLlat1ISOnummasculine ordinal indicator
raquo»U+00BB HTML 3.2HTMLlat1ISOnumright-pointing double angle quotation mark '
frac14¼U+00BC HTML 3.2HTMLlat1ISOnumvulgar fraction one quarter '
frac12, half½U+00BD HTML 3.2 HTMLlat1ISOnumvulgar fraction one half '
frac34¾U+00BE HTML 3.2HTMLlat1ISOnumvulgar fraction three quarters '
iquest¿U+00BF HTML 3.2HTMLlat1ISOnuminverted question mark '
AgraveÀU+00C0 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with grave '
AacuteÁU+00C1 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with acute
AcircÂU+00C2 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with circumflex
AtildeÃU+00C3 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with tilde
AumlÄU+00C4 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with diaeresis
Aring, angstÅU+00C5 HTML 2.0HTMLlat1ISOlat1Latin capital letter A with ring above '
AEligÆU+00C6 HTML 2.0HTMLlat1ISOlat1Latin capital letter AE '
CcedilÇU+00C7 HTML 2.0HTMLlat1ISOlat1Latin capital letter C with cedilla
EgraveÈU+00C8 HTML 2.0HTMLlat1ISOlat1Latin capital letter E with grave
EacuteÉU+00C9 HTML 2.0HTMLlat1ISOlat1Latin capital letter E with acute
EcircÊU+00CA HTML 2.0HTMLlat1ISOlat1Latin capital letter E with circumflex
EumlËU+00CB HTML 2.0HTMLlat1ISOlat1Latin capital letter E with diaeresis
IgraveÌU+00CC HTML 2.0HTMLlat1ISOlat1Latin capital letter I with grave
IacuteÍU+00CD HTML 2.0HTMLlat1ISOlat1Latin capital letter I with acute
IcircÎU+00CE HTML 2.0HTMLlat1ISOlat1Latin capital letter I with circumflex
IumlÏU+00CF HTML 2.0HTMLlat1ISOlat1Latin capital letter I with diaeresis
ETHÐU+00D0 HTML 2.0HTMLlat1ISOlat1Latin capital letter Eth
NtildeÑU+00D1 HTML 2.0HTMLlat1ISOlat1Latin capital letter N with tilde
OgraveÒU+00D2 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with grave
OacuteÓU+00D3 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with acute
OcircÔU+00D4 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with circumflex
OtildeÕU+00D5 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with tilde
OumlÖU+00D6 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with diaeresis
times×U+00D7 HTML 3.2HTMLlat1ISOnummultiplication sign '
OslashØU+00D8 HTML 2.0HTMLlat1ISOlat1Latin capital letter O with stroke '
UgraveÙU+00D9 HTML 2.0HTMLlat1ISOlat1Latin capital letter U with grave
UacuteÚU+00DA HTML 2.0HTMLlat1ISOlat1Latin capital letter U with acute
UcircÛU+00DB HTML 2.0HTMLlat1ISOlat1Latin capital letter U with circumflex
UumlÜU+00DC HTML 2.0HTMLlat1ISOlat1Latin capital letter U with diaeresis
YacuteÝU+00DD HTML 2.0HTMLlat1ISOlat1Latin capital letter Y with acute
THORNÞU+00DE HTML 2.0HTMLlat1ISOlat1Latin capital letter THORN
szligßU+00DF HTML 2.0HTMLlat1ISOlat1Latin small letter sharp s '; see German Eszett
agraveàU+00E0 HTML 2.0HTMLlat1ISOlat1Latin small letter a with grave
aacuteáU+00E1 HTML 2.0HTMLlat1ISOlat1Latin small letter a with acute
acircâU+00E2 HTML 2.0HTMLlat1ISOlat1Latin small letter a with circumflex
atildeãU+00E3 HTML 2.0HTMLlat1ISOlat1Latin small letter a with tilde
aumläU+00E4 HTML 2.0HTMLlat1ISOlat1Latin small letter a with diaeresis
aringåU+00E5 HTML 2.0HTMLlat1ISOlat1Latin small letter a with ring above
aeligæU+00E6 HTML 2.0HTMLlat1ISOlat1Latin small letter ae '
ccedilçU+00E7 HTML 2.0HTMLlat1ISOlat1Latin small letter c with cedilla
egraveèU+00E8 HTML 2.0HTMLlat1ISOlat1Latin small letter e with grave
eacuteéU+00E9 HTML 2.0HTMLlat1ISOlat1Latin small letter e with acute
ecircêU+00EA HTML 2.0HTMLlat1ISOlat1Latin small letter e with circumflex
eumlëU+00EB HTML 2.0HTMLlat1ISOlat1Latin small letter e with diaeresis
igraveìU+00EC HTML 2.0HTMLlat1ISOlat1Latin small letter i with grave
iacuteíU+00ED HTML 2.0HTMLlat1ISOlat1Latin small letter i with acute
icircîU+00EE HTML 2.0HTMLlat1ISOlat1Latin small letter i with circumflex
iumlïU+00EF HTML 2.0HTMLlat1ISOlat1Latin small letter i with diaeresis
ethðU+00F0 HTML 2.0HTMLlat1ISOlat1Latin small letter eth
ntildeñU+00F1 HTML 2.0HTMLlat1ISOlat1Latin small letter n with tilde
ograveòU+00F2 HTML 2.0HTMLlat1ISOlat1Latin small letter o with grave
oacuteóU+00F3 HTML 2.0HTMLlat1ISOlat1Latin small letter o with acute
ocircôU+00F4 HTML 2.0HTMLlat1ISOlat1Latin small letter o with circumflex
otildeõU+00F5 HTML 2.0HTMLlat1ISOlat1Latin small letter o with tilde
oumlöU+00F6 HTML 2.0HTMLlat1ISOlat1Latin small letter o with diaeresis
divide, div÷U+00F7 HTML 3.2HTMLlat1ISOnumDivision sign
oslashøU+00F8 HTML 2.0HTMLlat1ISOlat1Latin small letter o with stroke '
ugraveùU+00F9 HTML 2.0HTMLlat1ISOlat1Latin small letter u with grave
uacuteúU+00FA HTML 2.0HTMLlat1ISOlat1Latin small letter u with acute
ucircûU+00FB HTML 2.0HTMLlat1ISOlat1Latin small letter u with circumflex
uumlüU+00FC HTML 2.0HTMLlat1ISOlat1Latin small letter u with diaeresis
yacuteýU+00FD HTML 2.0HTMLlat1ISOlat1Latin small letter y with acute
thornþU+00FE HTML 2.0HTMLlat1ISOlat1Latin small letter thorn
yumlÿU+00FF HTML 2.0HTMLlat1ISOlat1Latin small letter y with diaeresis
AmacrĀU+0100 HTML 5.0Latin capital letter A with macron
amacrāU+0101 HTML 5.0Latin small letter a with macron
AbreveĂU+0102 HTML 5.0Latin capital letter A with breve
abreveăU+0103 HTML 5.0Latin small letter a with breve
AogonĄU+0104 HTML 5.0Latin capital letter A with ogonek
aogonąU+0105 HTML 5.0Latin small letter a with ogonek
CacuteĆU+0106 HTML 5.0Latin capital letter C with acute
cacutećU+0107 HTML 5.0Latin small letter c with acute
CcircĈU+0108 HTML 5.0Latin capital letter C with circumflex
ccircĉU+0109 HTML 5.0Latin small letter c with circumflex
CdotĊU+010A HTML 5.0Latin capital letter C with dot above
cdotċU+010B HTML 5.0Latin small letter c with dot above
CcaronČU+010C HTML 5.0Latin capital letter C with caron
ccarončU+010D HTML 5.0Latin small letter c with caron
DcaronĎU+010E HTML 5.0Latin capital letter D with caron
dcaronďU+010F HTML 5.0Latin small letter d with caron
DstrokĐU+0110 HTML 5.0Latin capital letter D with stroke
dstrokđU+0111 HTML 5.0Latin small letter d with stroke
EmacrĒU+0112 HTML 5.0Latin capital letter E with macron
emacrēU+0113 HTML 5.0Latin small letter e with macron
EdotĖU+0116 HTML 5.0Latin capital letter E with dot above
edotėU+0117 HTML 5.0Latin small letter e with dot above
EogonĘU+0118 HTML 5.0Latin capital letter E with ogonek
eogonęU+0119 HTML 5.0Latin small letter e with ogonek
EcaronĚU+011A HTML 5.0Latin capital letter E with caron
ecaroněU+011B HTML 5.0Latin small letter e with caron
GcircĜU+011C HTML 5.0Latin capital letter G with circumflex
gcircĝU+011D HTML 5.0Latin small letter g with circumflex
GbreveĞU+011E HTML 5.0Latin capital letter G with breve
gbreveğU+011F HTML 5.0Latin small letter g with breve
GdotĠU+0120 HTML 5.0Latin capital letter G with dot above
gdotġU+0121 HTML 5.0Latin small letter g with dot above
GcedilĢU+0122 HTML 5.0Latin capital letter G with cedilla
HcircĤU+0124 HTML 5.0Latin capital letter H with circumflex
hcircĥU+0125 HTML 5.0Latin small letter h with circumflex
HstrokĦU+0126 HTML 5.0Latin capital letter H with stroke
hstrokħU+0127 HTML 5.0Latin small letter h with stroke
ItildeĨU+0128 HTML 5.0Latin capital letter I with tilde
itildeĩU+0129 HTML 5.0Latin small letter i with tilde
ImacrĪU+012A HTML 5.0Latin capital letter I with macron
imacrīU+012B HTML 5.0Latin small letter i with macron
IogonĮU+012E HTML 5.0Latin capital letter I with ogonek
iogonįU+012F HTML 5.0Latin small letter i with ogonek
IdotİU+0130 HTML 5.0Latin capital letter I with dot above
imath, inodotıU+0131 HTML 5.0Latin small letter dotless i '
IJligIJU+0132 HTML 5.0Latin capital ligature IJ
ijligijU+0133 HTML 5.0Latin small ligature ij
JcircĴU+0134 HTML 5.0Latin capital letter J with circumflex
jcircĵU+0135 HTML 5.0Latin small letter j with circumflex
KcedilĶU+0136 HTML 5.0Latin capital letter K with cedilla
kcedilķU+0137 HTML 5.0Latin small letter k with cedilla
kgreenĸU+0138 HTML 5.0Latin small letter kra '
LacuteĹU+0139 HTML 5.0Latin capital letter L with acute
lacuteĺU+013A HTML 5.0Latin small letter l with acute
LcedilĻU+013B HTML 5.0Latin capital letter L with cedilla
lcedilļU+013C HTML 5.0Latin small letter l with cedilla
LcaronĽU+013D HTML 5.0Latin capital letter L with caron
lcaronľU+013E HTML 5.0Latin small letter l with caron
LmidotĿU+013F HTML 5.0Latin capital letter L with middle dot
lmidotŀU+0140 HTML 5.0Latin small letter l with middle dot
LstrokŁU+0141 HTML 5.0Latin capital letter L with stroke
lstrokłU+0142 HTML 5.0Latin small letter l with stroke
NacuteŃU+0143 HTML 5.0Latin capital letter N with acute
nacuteńU+0144 HTML 5.0Latin small letter n with acute
NcedilŅU+0145 HTML 5.0Latin capital letter N with cedilla
ncedilņU+0146 HTML 5.0Latin small letter n with cedilla
NcaronŇU+0147 HTML 5.0Latin capital letter N with caron
ncaronňU+0148 HTML 5.0Latin small letter n with caron
naposʼnU+0149 HTML 5.0Latin small letter n preceded by apostrophe
ENGŊU+014A HTML 5.0Latin capital letter Eng
engŋU+014B HTML 5.0Latin small letter eng
OmacrŌU+014C HTML 5.0Latin capital letter O with macron
omacrōU+014D HTML 5.0Latin small letter o with macron
OdblacŐU+0150 HTML 5.0Latin capital letter O with double acute
odblacőU+0151 HTML 5.0Latin small letter o with double acute
OEligŒU+0152 HTML 4.0HTMLspecialISOlat2Latin capital ligature OE
oeligœU+0153 HTML 4.0HTMLspecialISOlat2Latin small ligature oe
RacuteŔU+0154 HTML 5.0Latin capital letter R with acute
racuteŕU+0155 HTML 5.0Latin small letter r with acute
RcedilŖU+0156 HTML 5.0Latin capital letter R with cedilla
rcedilŗU+0157 HTML 5.0Latin small letter r with cedilla
RcaronŘU+0158 HTML 5.0Latin capital letter R with caron
rcaronřU+0159 HTML 5.0Latin small letter r with caron
SacuteŚU+015A HTML 5.0Latin capital letter S with acute
sacuteśU+015B HTML 5.0Latin small letter s with acute
ScircŜU+015C HTML 5.0Latin capital letter S with circumflex
scircŝU+015D HTML 5.0Latin small letter s with circumflex
ScedilŞU+015E HTML 5.0Latin capital letter S with cedilla
scedilşU+015F HTML 5.0Latin small letter s with cedilla
ScaronŠU+0160 HTML 4.0HTMLspecialISOlat2Latin capital letter S with caron
scaronšU+0161 HTML 4.0HTMLspecialISOlat2Latin small letter s with caron
TcedilŢU+0162 HTML 5.0Latin capital letter T with cedilla
tcedilţU+0163 HTML 5.0Latin small letter t with cedilla
TcaronŤU+0164 HTML 5.0Latin capital letter T with caron
tcaronťU+0165 HTML 5.0Latin small letter t with caron
TstrokŦU+0166 HTML 5.0Latin capital letter T with stroke
tstrokŧU+0167 HTML 5.0Latin small letter t with stroke
UtildeŨU+0168 HTML 5.0Latin capital letter U with tilde
utildeũU+0169 HTML 5.0Latin small letter u with tilde
UmacrŪU+016A HTML 5.0Latin capital letter U with macron
umacrūU+016B HTML 5.0Latin small letter u with macron
UbreveŬU+016C HTML 5.0Latin capital letter U with breve
ubreveŭU+016D HTML 5.0Latin small letter u with breve
UringŮU+016E HTML 5.0Latin capital letter U with ring above
uringůU+016F HTML 5.0Latin small letter u with ring above
UdblacŰU+0170 HTML 5.0Latin capital letter U with double acute
udblacűU+0171 HTML 5.0Latin small letter u with double acute
UogonŲU+0172 HTML 5.0Latin capital letter U with ogonek
uogonųU+0173 HTML 5.0Latin small letter u with ogonek
WcircŴU+0174 HTML 5.0Latin capital letter W with circumflex
wcircŵU+0175 HTML 5.0Latin small letter w with circumflex
YcircŶU+0176 HTML 5.0Latin capital letter Y with circumflex
ycircŷU+0177 HTML 5.0Latin small letter y with circumflex
YumlŸU+0178 HTML 4.0HTMLspecialISOlat2Latin capital letter Y with diaeresis
ZacuteŹU+0179 HTML 5.0Latin capital letter Z with acute
zacuteźU+017A HTML 5.0Latin small letter z with acute
ZdotŻU+017B HTML 5.0Latin capital letter Z with dot above
zdotżU+017C HTML 5.0Latin small letter z with dot above
ZcaronŽU+017D HTML 5.0Latin capital letter Z with caron
zcaronžU+017E HTML 5.0Latin small letter z with caron
fnofƒU+0192 HTML 4.0HTMLsymbolISOtechLatin small letter f with hook '
impedƵU+01B5 HTML 5.0Latin capital letter Z with stroke
gacuteǵU+01F5 HTML 5.0Latin small letter g with acute
jmathȷU+0237 HTML 5.0Latin small letter dotless j '
circˆU+02C6 HTML 4.0HTMLspecialISOpubmodifier letter circumflex accent
caron, HacekˇU+02C7 HTML 5.0caron '
breve, Breve˘U+02D8 HTML 5.0breve
dot, DiacriticalDot˙U+02D9 HTML 5.0dot above '
ring˚U+02DA HTML 5.0ring above
ogon˛U+02DB HTML 5.0ogonek
tilde, DiacriticalTilde˜U+02DC HTML 4.0 HTMLspecialISOdiasmall tilde '
dblac, DiacriticalDoubleAcute˝U+02DD HTML 5.0double acute accent '
DownBrevȇU+0311 HTML 5.0combining inverted breve '
AlphaΑU+0391 HTML 4.0HTMLsymbolGreek capital letter Alpha
BetaΒU+0392 HTML 4.0HTMLsymbolGreek capital letter Beta
GammaΓU+0393 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Gamma
DeltaΔU+0394 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Delta
EpsilonΕU+0395 HTML 4.0HTMLsymbolGreek capital letter Epsilon
ZetaΖU+0396 HTML 4.0HTMLsymbolGreek capital letter Zeta
EtaΗU+0397 HTML 4.0HTMLsymbolGreek capital letter Eta
ThetaΘU+0398 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Theta
IotaΙU+0399 HTML 4.0HTMLsymbolGreek capital letter Iota
KappaΚU+039A HTML 4.0HTMLsymbolGreek capital letter Kappa
LambdaΛU+039B HTML 4.0HTMLsymbolISOgrk3Greek capital letter Lamda '
MuΜU+039C HTML 4.0HTMLsymbolGreek capital letter Mu
NuΝU+039D HTML 4.0HTMLsymbolGreek capital letter Nu
XiΞU+039E HTML 4.0HTMLsymbolISOgrk3Greek capital letter Xi
OmicronΟU+039F HTML 4.0HTMLsymbolGreek capital letter Omicron
PiΠU+03A0 HTML 4.0HTMLsymbolGreek capital letter Pi
RhoΡU+03A1 HTML 4.0HTMLsymbolGreek capital letter Rho
SigmaΣU+03A3 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Sigma
TauΤU+03A4 HTML 4.0HTMLsymbolGreek capital letter Tau
UpsilonΥU+03A5 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Upsilon
PhiΦU+03A6 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Phi
ChiΧU+03A7 HTML 4.0HTMLsymbolGreek capital letter Chi
PsiΨU+03A8 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Psi
Omega, ohmΩU+03A9 HTML 4.0HTMLsymbolISOgrk3Greek capital letter Omega '
alphaαU+03B1 HTML 4.0HTMLsymbolISOgrk3Greek small letter alpha
betaβU+03B2 HTML 4.0HTMLsymbolISOgrk3Greek small letter beta
gammaγU+03B3 HTML 4.0HTMLsymbolISOgrk3Greek small letter gamma
deltaδU+03B4 HTML 4.0HTMLsymbolISOgrk3Greek small letter delta
epsi, epsilonεU+03B5 HTML 4.0 HTMLsymbolISOgrk3Greek small letter epsilon
zetaζU+03B6 HTML 4.0HTMLsymbolISOgrk3Greek small letter zeta
etaηU+03B7 HTML 4.0HTMLsymbolISOgrk3Greek small letter eta
thetaθU+03B8 HTML 4.0HTMLsymbolISOgrk3Greek small letter theta
iotaιU+03B9 HTML 4.0HTMLsymbolISOgrk3Greek small letter iota
kappaκU+03BA HTML 4.0HTMLsymbolISOgrk3Greek small letter kappa
lambdaλU+03BB HTML 4.0HTMLsymbolISOgrk3Greek small letter lamda '
muμU+03BC HTML 4.0HTMLsymbolISOgrk3Greek small letter mu
nuνU+03BD HTML 4.0HTMLsymbolISOgrk3Greek small letter nu
xiξU+03BE HTML 4.0HTMLsymbolISOgrk3Greek small letter xi
omicronοU+03BF HTML 4.0HTMLsymbolNEWGreek small letter omicron
piπU+03C0 HTML 4.0HTMLsymbolISOgrk3Greek small letter pi
rhoρU+03C1 HTML 4.0HTMLsymbolISOgrk3Greek small letter rho
sigmav, varsigma, sigmafςU+03C2 HTML 4.0 HTMLsymbolISOgrk3Greek small letter final sigma '
sigmaσU+03C3 HTML 4.0HTMLsymbolISOgrk3Greek small letter sigma
tauτU+03C4 HTML 4.0HTMLsymbolISOgrk3Greek small letter tau
upsi, upsilonυU+03C5 HTML 4.0 HTMLsymbolISOgrk3Greek small letter upsilon
phiφU+03C6 HTML 4.0HTMLsymbolISOgrk3Greek small letter phi
chiχU+03C7 HTML 4.0HTMLsymbolISOgrk3Greek small letter chi
psiψU+03C8 HTML 4.0HTMLsymbolISOgrk3Greek small letter psi
omegaωU+03C9 HTML 4.0HTMLsymbolISOgrk3Greek small letter omega
thetav, vartheta, thetasymϑU+03D1 HTML 4.0 HTMLsymbolNEWGreek theta symbol '
Upsi, upsihϒU+03D2 HTML 4.0 HTMLsymbolNEWGreek Upsilon with hook symbol
straightphi, phiv, varphiϕU+03D5 HTML 5.0Greek phi symbol '
piv, varpiϖU+03D6 HTML 4.0 HTMLsymbolISOgrk3Greek pi symbol '
GammadϜU+03DC HTML 5.0Greek letter digamma
gammad, digammaϝU+03DD HTML 5.0Greek small letter digamma
kappav, varkappaϰU+03F0 HTML 5.0Greek kappa symbol '
rhov, varrhoϱU+03F1 HTML 5.0Greek rho symbol '
epsiv, varepsilon, straightepsilonϵU+03F5 HTML 5.0Greek lunate epsilon symbol '
bepsi, backepsilon϶U+03F6 HTML 5.0Greek reversed lunate epsilon symbol '
IOcyЁU+0401 HTML 5.0Cyrillic capital letter Io
DJcyЂU+0402 HTML 5.0Cyrillic capital letter Dje
GJcyЃU+0403 HTML 5.0Cyrillic capital letter Gje
JukcyЄU+0404 HTML 5.0Cyrillic capital letter Ukrainian Ie
DScyЅU+0405 HTML 5.0Cyrillic capital letter Dze
IukcyІU+0406 HTML 5.0Cyrillic capital letter Byelorussian-Ukrainian I '
YIcyЇU+0407 HTML 5.0Cyrillic capital letter yi
JsercyЈU+0408 HTML 5.0Cyrillic capital letter Je '
LJcyЉU+0409 HTML 5.0Cyrillic capital letter Lje
NJcyЊU+040A HTML 5.0Cyrillic capital letter Nje
TSHcyЋU+040B HTML 5.0Cyrillic capital letter Tshe
KJcyЌU+040C HTML 5.0Cyrillic capital letter Kje
UbrcyЎU+040E HTML 5.0Cyrillic capital letter short U '
DZcyЏU+040F HTML 5.0Cyrillic capital letter Dzhe
AcyАU+0410 HTML 5.0Cyrillic capital letter A
BcyБU+0411 HTML 5.0Cyrillic capital letter Be
VcyВU+0412 HTML 5.0Cyrillic capital letter Ve
GcyГU+0413 HTML 5.0Cyrillic capital letter Ghe
DcyДU+0414 HTML 5.0Cyrillic capital letter De
IEcyЕU+0415 HTML 5.0Cyrillic capital letter Ie
ZHcyЖU+0416 HTML 5.0Cyrillic capital letter Zhe
ZcyЗU+0417 HTML 5.0Cyrillic capital letter Ze
IcyИU+0418 HTML 5.0Cyrillic capital letter I
JcyЙU+0419 HTML 5.0Cyrillic capital letter short I '
KcyКU+041A HTML 5.0Cyrillic capital letter Ka
LcyЛU+041B HTML 5.0Cyrillic capital letter El
McyМU+041C HTML 5.0Cyrillic capital letter Em
NcyНU+041D HTML 5.0Cyrillic capital letter En
OcyОU+041E HTML 5.0Cyrillic capital letter O
PcyПU+041F HTML 5.0Cyrillic capital letter Pe
RcyРU+0420 HTML 5.0Cyrillic capital letter Er
ScyСU+0421 HTML 5.0Cyrillic capital letter Es
TcyТU+0422 HTML 5.0Cyrillic capital letter Te
UcyУU+0423 HTML 5.0Cyrillic capital letter U
FcyФU+0424 HTML 5.0Cyrillic capital letter Ef
KHcyХU+0425 HTML 5.0Cyrillic capital letter Ha '
TScyЦU+0426 HTML 5.0Cyrillic capital letter Tse
CHcyЧU+0427 HTML 5.0Cyrillic capital letter Che
SHcyШU+0428 HTML 5.0Cyrillic capital letter Sha
SHCHcyЩU+0429 HTML 5.0Cyrillic capital letter Shcha
HARDcyЪU+042A HTML 5.0Cyrillic capital letter Hard Sign
YcyЫU+042B HTML 5.0Cyrillic capital letter Yeru '
SOFTcyЬU+042C HTML 5.0Cyrillic capital letter Soft Sign
EcyЭU+042D HTML 5.0Cyrillic capital letter E
YUcyЮU+042E HTML 5.0Cyrillic capital letter Yu
YAcyЯU+042F HTML 5.0Cyrillic capital letter Ya
acyаU+0430 HTML 5.0Cyrillic small letter a
bcyбU+0431 HTML 5.0Cyrillic small letter be
vcyвU+0432 HTML 5.0Cyrillic small letter ve
gcyгU+0433 HTML 5.0Cyrillic small letter ghe
dcyдU+0434 HTML 5.0Cyrillic small letter de
iecyеU+0435 HTML 5.0Cyrillic small letter ie
zhcyжU+0436 HTML 5.0Cyrillic small letter zhe
zcyзU+0437 HTML 5.0Cyrillic small letter ze
icyиU+0438 HTML 5.0Cyrillic small letter i
jcyйU+0439 HTML 5.0Cyrillic small letter short i
kcyкU+043A HTML 5.0Cyrillic small letter ka
lcyлU+043B HTML 5.0Cyrillic small letter el
mcyмU+043C HTML 5.0Cyrillic small letter em
ncyнU+043D HTML 5.0Cyrillic small letter en
ocyоU+043E HTML 5.0Cyrillic small letter o
pcyпU+043F HTML 5.0Cyrillic small letter pe
rcyрU+0440 HTML 5.0Cyrillic small letter er
scyсU+0441 HTML 5.0Cyrillic small letter es
tcyтU+0442 HTML 5.0Cyrillic small letter te
ucyуU+0443 HTML 5.0Cyrillic small letter u
fcyфU+0444 HTML 5.0Cyrillic small letter ef
khcyхU+0445 HTML 5.0Cyrillic small letter ha '
tscyцU+0446 HTML 5.0Cyrillic small letter tse
chcyчU+0447 HTML 5.0Cyrillic small letter che
shcyшU+0448 HTML 5.0Cyrillic small letter sha
shchcyщU+0449 HTML 5.0Cyrillic small letter shcha
hardcyъU+044A HTML 5.0Cyrillic small letter hard sign
ycyыU+044B HTML 5.0Cyrillic small letter yeru '
softcyьU+044C HTML 5.0Cyrillic small letter soft sign
ecyэU+044D HTML 5.0Cyrillic small letter e
yucyюU+044E HTML 5.0Cyrillic small letter yu
yacyяU+044F HTML 5.0Cyrillic small letter ya
iocyёU+0451 HTML 5.0Cyrillic small letter io
djcyђU+0452 HTML 5.0Cyrillic small letter dje
gjcyѓU+0453 HTML 5.0Cyrillic small letter gje
jukcyєU+0454 HTML 5.0Cyrillic small letter ukrainian ie
dscyѕU+0455 HTML 5.0Cyrillic small letter dze
iukcyіU+0456 HTML 5.0Cyrillic small letter Byelorussian-Ukrainian i '
yicyїU+0457 HTML 5.0Cyrillic small letter yi
jsercyјU+0458 HTML 5.0Cyrillic small letter je '
ljcyљU+0459 HTML 5.0Cyrillic small letter lje
njcyњU+045A HTML 5.0Cyrillic small letter nje
tshcyћU+045B HTML 5.0Cyrillic small letter tshe
kjcyќU+045C HTML 5.0Cyrillic small letter kje
ubrcyўU+045E HTML 5.0Cyrillic small letter short u '
dzcyџU+045F HTML 5.0Cyrillic small letter dzhe
enspU+2002 HTML 4.0HTMLspecialISOpuben space
emspU+2003 HTML 4.0HTMLspecialISOpubem space
emsp13U+2004 HTML 5.0three-per-em space '
emsp14U+2005 HTML 5.0four-per-em space '
numspU+2007 HTML 5.0figure space '
puncspU+2008 HTML 5.0punctuation space
thinsp, ThinSpaceU+2009 HTML 4.0 HTMLspecialISOpubthin space
hairsp, VeryThinSpaceU+200A HTML 5.0hair space '
ZeroWidthSpace, NegativeVeryThinSpace, NegativeThinSpace, NegativeMediumSpace, NegativeThickSpaceU+200B HTML 5.0zero width space '
zwnjU+200C HTML 4.0HTMLspecialNEW RFC 2070zero width non-joiner
zwjU+200D HTML 4.0HTMLspecialNEW RFC 2070zero width joiner
lrmU+200E HTML 4.0HTMLspecialNEW RFC 2070left-to-right mark
rlmU+200F HTML 4.0HTMLspecialNEW RFC 2070right-to-left mark
hyphen, dashU+2010 HTML 5.0hyphen '
ndashU+2013 HTML 4.0HTMLspecialISOpuben dash
mdashU+2014 HTML 4.0HTMLspecialISOpubem dash
horbarU+2015 HTML 5.0Horizontal bar
Verbar, VertU+2016 HTML 5.0double vertical line
lsquo, OpenCurlyQuoteU+2018 HTML 4.0 HTMLspecialISOnumleft single quotation mark '
rsquo, rsquor, CloseCurlyQuoteU+2019 HTML 4.0 HTMLspecialISOnumright single quotation mark '
sbquo, lsquorU+201A HTML 4.0 HTMLspecialNEWsingle low-9 quotation mark
ldquo, OpenCurlyDoubleQuoteU+201C HTML 4.0 HTMLspecialISOnumleft double quotation mark '
rdquo, rdquor, CloseCurlyDoubleQuoteU+201D HTML 4.0HTMLspecial ISOnumright double quotation mark '
bdquo, ldquorU+201E HTML 4.0 HTMLspecialNEWdouble low-9 quotation mark
daggerU+2020 HTML 4.0HTMLspecialISOpubdagger '
Dagger, ddaggerU+2021 HTML 4.0 HTMLspecialISOpubdouble dagger '
bull, bulletU+2022 HTML 4.0 HTMLspecialISOpubbullet '
nldrU+2025 HTML 5.0two dot leader '
hellip, mldrU+2026 HTML 4.0 HTMLsymbolISOpubhorizontal ellipsis '
permilU+2030 HTML 4.0HTMLspecialISOtechper mille sign
pertenkU+2031 HTML 5.0per ten thousand sign
primeU+2032 HTML 4.0HTMLsymbolISOtechprime '
PrimeU+2033 HTML 4.0HTMLsymbolISOtechdouble prime '
tprimeU+2034 HTML 5.0triple prime '
bprime, backprimeU+2035 HTML 5.0reversed prime '
lsaquoU+2039 HTML 4.0HTMLspecialISO proposedsingle left-pointing angle quotation mark
rsaquoU+203A HTML 4.0HTMLspecialISO proposedsingle right-pointing angle quotation mark
oline, OverBarU+203E HTML 4.0 HTMLsymbolNEWoverline '
caretU+2041 HTML 5.0caret insertion point
hybullU+2043 HTML 5.0hyphen bullet
fraslU+2044 HTML 4.0HTMLsymbolNEWfraction slash '
bsemiU+204F HTML 5.0reversed semicolon '
qprimeU+2057 HTML 5.0quadruple prime '
MediumSpaceU+205F HTML 5.0medium mathematical space '
NoBreakU+2060 HTML 5.0word joiner '
ApplyFunction, afU+2061 HTML 5.0function application '
InvisibleTimes, itU+2062 HTML 5.0invisible times
InvisibleComma, icU+2063 HTML 5.0invisible separator '
euroU+20AC HTML 4.0HTMLspecialNEWeuro sign
tdot, TripleDotU+20DB HTML 5.0combining three dots above
DotDotU+20DC HTML 5.0combining four dots above
Copf, complexesU+2102 HTML 5.0double-struck capital C '
incareU+2105 HTML 5.0Care of
gscrU+210A HTML 5.0script small g
hamilt, HilbertSpace, HscrU+210B HTML 5.0script capital H '
Hfr, PoincareplaneU+210C HTML 5.0black-letter capital H '
quaternions, HopfU+210D HTML 5.0double-struck capital H '
planckhU+210E HTML 5.0Planck constant
planck, hbar, plankv, hslashU+210F HTML 5.0Planck constant over two pi '
Iscr, imaglineU+2110 HTML 5.0script capital I '
image, Im, imagpart, IfrU+2111 HTML 4.0 HTMLsymbolISOamsoblack-letter capital I '
Lscr, lagran, LaplacetrfU+2112 HTML 5.0script capital L '
ellU+2113 HTML 5.0script small l '
Nopf, naturalsU+2115 HTML 5.0double-struck capital N '
numeroU+2116 HTML 5.0Numero sign
copysrU+2117 HTML 5.0Sound recording copyright
weierp, wpU+2118 HTML 4.0 HTMLsymbolISOamsoscript capital P '
Popf, primesU+2119 HTML 5.0double-struck capital P '
rationals, QopfU+211A HTML 5.0double-struck capital Q '
Rscr, realineU+211B HTML 5.0script capital R '
real, Re, realpart, RfrU+211C HTML 4.0 HTMLsymbolISOamsoblack-letter capital R '
reals, RopfU+211D HTML 5.0double-struck capital R '
rxU+211E HTML 5.0Prescription Take '
trade, TRADEU+2122 HTML 4.0HTMLsymbolISOnumtrade mark sign
integers, ZopfU+2124 HTML 5.0double-struck capital Z '
mhoU+2127 HTML 5.0Inverted Ohm sign '
Zfr, zeetrfU+2128 HTML 5.0black-letter capital Z '
iiotaU+2129 HTML 5.0turned Greek small letter iota '
bernou, Bernoullis, BscrU+212C HTML 5.0script capital B '
Cfr, CayleysU+212D HTML 5.0black-letter capital C '
escrU+212F HTML 5.0script small e
Escr, expectationU+2130 HTML 5.0script capital E '
Fscr, FouriertrfU+2131 HTML 5.0script capital F '
phmmat, Mellintrf, MscrU+2133 HTML 5.0script capital M '
order, orderof, oscrU+2134 HTML 5.0script small o '
alefsym, alephU+2135 HTML 4.0 HTMLsymbolNEWalef symbol '
bethU+2136 HTML 5.0Bet symbol '
gimelU+2137 HTML 5.0Gimel symbol
dalethU+2138 HTML 5.0Dalet symbol '
CapitalDifferentialD, DDU+2145 HTML 5.0double-struck italic capital D
DifferentialD, ddU+2146 HTML 5.0double-struck italic small d
ExponentialE, exponentiale, eeU+2147 HTML 5.0double-struck italic small e
ImaginaryI, iiU+2148 HTML 5.0double-struck italic small i
frac13U+2153 HTML 5.0vulgar fraction one third '
frac23U+2154 HTML 5.0vulgar fraction two thirds '
frac15U+2155 HTML 5.0vulgar fraction one fifth '
frac25U+2156 HTML 5.0vulgar fraction two fifths '
frac35U+2157 HTML 5.0vulgar fraction three fifths '
frac45U+2158 HTML 5.0vulgar fraction four fifths '
frac16U+2159 HTML 5.0vulgar fraction one sixth '
frac56U+215A HTML 5.0vulgar fraction five sixths '
frac18U+215B HTML 5.0vulgar fraction one eighth '
frac38U+215C HTML 5.0vulgar fraction three eighths '
frac58U+215D HTML 5.0vulgar fraction five eighths '
frac78U+215E HTML 5.0vulgar fraction seven eighths '
larr, leftarrow, LeftArrow, slarr, ShortLeftArrowU+2190 HTML 4.0 HTMLsymbolISOnumleftwards arrow
uarr, uparrow, UpArrow, ShortUpArrowU+2191 HTML 4.0HTMLsymbol ISOnumupwards arrow
rarr, rightarrow, RightArrow, srarr, ShortRightArrowU+2192 HTML 4.0 HTML 4.0HTMLsymbol ISOnumdownwards arrow
harr, leftrightarrow, LeftRightArrowU+2194 HTML 4.0 HTMLsymbolISOamsaleft right arrow '
varr, updownarrow, UpDownArrowU+2195 HTML 5.0up down arrow '
nwarr, UpperLeftArrow, nwarrowU+2196 HTML 5.0north west arrow '
nearr, UpperRightArrow, nearrowU+2197 HTML 5.0north east arrow '
searr, searrow, LowerRightArrowU+2198 HTML 5.0south east arrow '
swarr, swarrow, LowerLeftArrowU+2199 HTML 5.0south west arrow '
nlarr, nleftarrowU+219A HTML 5.0leftwards arrow with stroke '
nrarr, nrightarrowU+219B HTML 5.0rightwards arrow with stroke '
rarrw, rightsquigarrowU+219D HTML 5.0rightwards wave arrow '
Larr, twoheadleftarrowU+219E HTML 5.0leftwards two headed arrow
UarrU+219F HTML 5.0upwards two headed arrow
Rarr, twoheadrightarrowU+21A0 HTML 5.0rightwards two headed arrow
DarrU+21A1 HTML 5.0downwards two headed arrow
larrtl, leftarrowtailU+21A2 HTML 5.0leftwards arrow with tail
rarrtl, rightarrowtailU+21A3 HTML 5.0rightwards arrow with tail
LeftTeeArrow, mapstoleftU+21A4 HTML 5.0leftwards arrow from bar '
UpTeeArrow, mapstoupU+21A5 HTML 5.0upwards arrow from bar '
map, RightTeeArrow, mapstoU+21A6 HTML 5.0rightwards arrow from bar '
DownTeeArrow, mapstodownU+21A7 HTML 5.0downwards arrow from bar '
larrhk, hookleftarrowU+21A9 HTML 5.0leftwards arrow with hook
rarrhk, hookrightarrowU+21AA HTML 5.0rightwards arrow with hook
larrlp, looparrowleftU+21AB HTML 5.0leftwards arrow with loop
rarrlp, looparrowrightU+21AC HTML 5.0rightwards arrow with loop
harrw, leftrightsquigarrowU+21AD HTML 5.0left right wave arrow '
nharr, nleftrightarrowU+21AE HTML 5.0left right arrow with stroke '
lsh, LshU+21B0 HTML 5.0upwards arrow with tip leftwards '
rsh, RshU+21B1 HTML 5.0upwards arrow with tip rightwards '
ldshU+21B2 HTML 5.0downwards arrow with tip leftwards '
rdshU+21B3 HTML 5.0downwards arrow with tip rightwards '
crarrU+21B5 HTML 4.0HTMLsymbolNEWdownwards arrow with corner leftwards '
cularr, curvearrowleftU+21B6 HTML 5.0anticlockwise top semicircle arrow '
curarr, curvearrowrightU+21B7 HTML 5.0clockwise top semicircle arrow '
olarr, circlearrowleftU+21BA HTML 5.0anticlockwise open circle arrow '
orarr, circlearrowrightU+21BB HTML 5.0clockwise open circle arrow '
lharu, LeftVector, leftharpoonupU+21BC HTML 5.0leftwards harpoon with barb upwards '
lhard, leftharpoondown, DownLeftVectorU+21BD HTML 5.0leftwards harpoon with barb downwards '
uharr, upharpoonright, RightUpVectorU+21BE HTML 5.0upwards harpoon with barb rightwards '
uharl, upharpoonleft, LeftUpVectorU+21BF HTML 5.0upwards harpoon with barb leftwards '
rharu, RightVector, rightharpoonupU+21C0 HTML 5.0rightwards harpoon with barb upwards '
rhard, rightharpoondown, DownRightVectorU+21C1 HTML 5.0rightwards harpoon with barb downwards '
dharr, RightDownVector, downharpoonrightU+21C2 HTML 5.0downwards harpoon with barb rightwards '
dharl, LeftDownVector, downharpoonleftU+21C3 HTML 5.0downwards harpoon with barb leftwards '
rlarr, rightleftarrows, RightArrowLeftArrowU+21C4 HTML 5.0rightwards arrow over leftwards arrow
udarr, UpArrowDownArrowU+21C5 HTML 5.0upwards arrow leftwards of downwards arrow
lrarr, leftrightarrows, LeftArrowRightArrowU+21C6 HTML 5.0leftwards arrow over rightwards arrow
llarr, leftleftarrowsU+21C7 HTML 5.0leftwards paired arrows
uuarr, upuparrowsU+21C8 HTML 5.0upwards paired arrows
rrarr, rightrightarrowsU+21C9 HTML 5.0rightwards paired arrows
ddarr, downdownarrowsU+21CA HTML 5.0downwards paired arrows
lrhar, ReverseEquilibrium, leftrightharpoonsU+21CB HTML 5.0leftwards harpoon over rightwards harpoon '
rlhar, rightleftharpoons, EquilibriumU+21CC HTML 5.0rightwards harpoon over leftwards harpoon '
nlArr, nLeftarrowU+21CD HTML 5.0leftwards double arrow with stroke '
nhArr, nLeftrightarrowU+21CE HTML 5.0left right double arrow with stroke '
nrArr, nRightarrowU+21CF HTML 5.0rightwards double arrow with stroke '
lArr, Leftarrow, DoubleLeftArrowU+21D0 HTML 4.0 HTMLsymbolISOtechleftwards double arrow
uArr, Uparrow, DoubleUpArrowU+21D1 HTML 4.0 HTMLsymbolISOamsaupwards double arrow
rArr, Rightarrow, Implies, DoubleRightArrowU+21D2 HTML 4.0 HTMLsymbolISOnumrightwards double arrow '
dArr, Downarrow, DoubleDownArrowU+21D3 HTML 4.0 HTMLsymbolISOamsadownwards double arrow
hArr, Leftrightarrow, DoubleLeftRightArrow, iffU+21D4 HTML 4.0 HTMLsymbolISOamsaleft right double arrow '
vArr, Updownarrow, DoubleUpDownArrowU+21D5 HTML 5.0up down double arrow
nwArrU+21D6 HTML 5.0north west double arrow
neArrU+21D7 HTML 5.0north east double arrow
seArrU+21D8 HTML 5.0south east double arrow
swArrU+21D9 HTML 5.0south west double arrow
lAarr, LleftarrowU+21DA HTML 5.0leftwards triple arrow
rAarr, RrightarrowU+21DB HTML 5.0rightwards triple arrow
zigrarrU+21DD HTML 5.0rightwards squiggle arrow
larrb, LeftArrowBarU+21E4 HTML 5.0leftwards arrow to bar
rarrb, RightArrowBarU+21E5 HTML 5.0rightwards arrow to bar
duarr, DownArrowUpArrowU+21F5 HTML 5.0downwards arrow leftwards of upwards arrow
loarrU+21FD HTML 5.0leftwards open-headed arrow
roarrU+21FE HTML 5.0rightwards open-headed arrow
hoarrU+21FF HTML 5.0left right open-headed arrow '
forall, ForAllU+2200 HTML 4.0 HTMLsymbolISOtechfor all
comp, complementU+2201 HTML 5.0complement
part, PartialDU+2202 HTML 4.0 HTMLsymbolISOtechpartial differential
exist, ExistsU+2203 HTML 4.0 HTMLsymbolISOtechthere exists
nexist, NotExists, nexistsU+2204 HTML 5.0there does not exist
empty, emptyset, emptyv, varnothingU+2205 HTML 4.0 HTMLsymbolISOamsoempty set '; see also U+8960, ⌀
nabla, DelU+2207 HTML 4.0 HTMLsymbolISOtechnabla '
isin, isinv, Element, inU+2208 HTML 4.0 HTMLsymbolISOtechelement of '
notin, NotElement, notinvaU+2209 HTML 4.0 HTMLsymbolISOtechnot an element of '
niv, ReverseElement, ni, SuchThatU+220B HTML 4.0 HTMLsymbolISOtechcontains as member '
notni, notniva, NotReverseElementU+220C HTML 5.0does not contain as member '
prod, ProductU+220F HTML 4.0 HTMLsymbolISOamsbn-ary product '
coprod, CoproductU+2210 HTML 5.0n-ary coproduct '
sum, SumU+2211 HTML 4.0 HTMLsymbolISOamsbn-ary summation
minusU+2212 HTML 4.0HTMLsymbolISOtechminus sign
mnplus, mp, MinusPlusU+2213 HTML 5.0minus-or-plus sign '
plusdo, dotplusU+2214 HTML 5.0dot plus '
setmn, setminus, Backslash, ssetmn, smallsetminusU+2216 HTML 5.0set minus
lowastU+2217 HTML 4.0HTMLsymbolISOtechasterisk operator
compfn, SmallCircleU+2218 HTML 5.0ring operator '
radic, SqrtU+221A HTML 4.0 HTMLsymbolISOtechsquare root '
prop, propto, Proportional, vprop, varproptoU+221D HTML 4.0 HTMLsymbolISOtechproportional to
infinU+221E HTML 4.0HTMLsymbolISOtechinfinity
angrtU+221F HTML 5.0Right angle
ang, angleU+2220 HTML 4.0 HTMLsymbolISOamsoangle
angmsd, measuredangleU+2221 HTML 5.0measured angle
angsphU+2222 HTML 5.0Spherical angle
mid, VerticalBar, smid, shortmidU+2223 HTML 5.0divides '
nmid, NotVerticalBar, nsmid, nshortmidU+2224 HTML 5.0does not divide '
par, parallel, DoubleVerticalBar, spar, shortparallelU+2225 HTML 5.0parallel to '
npar, nparallel, NotDoubleVerticalBar, nspar, nshortparallelU+2226 HTML 5.0not parallel to '
and, wedgeU+2227 HTML 4.0 HTMLsymbolISOtechlogical and '
or, veeU+2228 HTML 4.0 HTMLsymbolISOtechlogical or '
capU+2229 HTML 4.0HTMLsymbolISOtechintersection '
cupU+222A HTML 4.0HTMLsymbolISOtechunion '
int, IntegralU+222B HTML 4.0 HTMLsymbolISOtechintegral
IntU+222C HTML 5.0double integral
tint, iiintU+222D HTML 5.0triple integral
conint, oint, ContourIntegralU+222E HTML 5.0contour integral '
Conint, DoubleContourIntegralU+222F HTML 5.0Surface integral '
CconintU+2230 HTML 5.0Volume integral
cwintU+2231 HTML 5.0clockwise integral
cwconint, ClockwiseContourIntegralU+2232 HTML 5.0clockwise contour integral
awconint, CounterClockwiseContourIntegralU+2233 HTML 5.0anticlockwise contour integral
there4, therefore, ThereforeU+2234 HTML 4.0 HTMLsymbolISOtechtherefore
becaus, because, BecauseU+2235 HTML 5.0because
ratioU+2236 HTML 5.0Ratio
Colon, ProportionU+2237 HTML 5.0Proportion
minusd, dotminusU+2238 HTML 5.0dot minus
mDDotU+223A HTML 5.0Geometric proportion
homthtU+223B HTML 5.0Homothetic
sim, Tilde, thksim, thicksimU+223C HTML 4.0 HTMLsymbolISOtechtilde operator '
bsim, backsimU+223D HTML 5.0reversed tilde '
ac, mstposU+223E HTML 5.0inverted lazy s
acdU+223F HTML 5.0Sine wave
wreath, VerticalTilde, wrU+2240 HTML 5.0Wreath product '
nsim, NotTildeU+2241 HTML 5.0Not Tilde '
esim, EqualTilde, eqsimU+2242 HTML 5.0minus tilde '
sime, TildeEqual, simeqU+2243 HTML 5.0asymptotically equal to '
nsime, nsimeq, NotTildeEqualU+2244 HTML 5.0not asymptotically equal to '
cong, TildeFullEqualU+2245 HTML 4.0 HTMLsymbolISOtechapproximately equal to '
simneU+2246 HTML 5.0approximately but not actually equal to '
ncong, NotTildeFullEqualU+2247 HTML 5.0neither approximately nor actually equal to '
asymp, ap, TildeTilde, approx, thkap, thickapproxU+2248 HTML 4.0 HTMLsymbolISOamsralmost equal to '
nap, NotTildeTilde, napproxU+2249 HTML 5.0not almost equal to '
ape, approxeqU+224A HTML 5.0almost equal or equal to '
apidU+224B HTML 5.0triple tilde
bcong, backcongU+224C HTML 5.0all equal to '
asympeq, CupCapU+224D HTML 5.0equivalent to '
bump, HumpDownHump, BumpeqU+224E HTML 5.0geometrically equivalent to '
bumpe, HumpEqual, bumpeqU+224F HTML 5.0difference between '
esdot, DotEqual, doteqU+2250 HTML 5.0Approaches the limit '
eDot, doteqdotU+2251 HTML 5.0geometrically equal to '
efDot, fallingdotseqU+2252 HTML 5.0approximately equal to or the image of '
erDot, risingdotseqU+2253 HTML 5.0image of or approximately equal to '
colone, coloneq, AssignU+2254 HTML 5.0colon equals
ecolon, eqcolonU+2255 HTML 5.0equals colon
ecir, eqcircU+2256 HTML 5.0ring in equal to '
cire, circeqU+2257 HTML 5.0ring equal to '
wedgeqU+2259 HTML 5.0estimates '
veeeqU+225A HTML 5.0equiangular to '
trie, triangleqU+225C HTML 5.0delta equal to '
equest, questeqU+225F HTML 5.0questioned equal to
ne, NotEqualU+2260 HTML 4.0 HTMLsymbolISOtechnot equal to
equiv, CongruentU+2261 HTML 4.0 HTMLsymbolISOtechidentical to; sometimes used for 'equivalent to' or 'congruent'
nequiv, NotCongruentU+2262 HTML 5.0not identical to; sometimes used for 'not congruent'
le, leqU+2264 HTML 4.0 HTMLsymbolISOtechless-than or equal to
ge, GreaterEqual, geqU+2265 HTML 4.0 HTMLsymbolISOtechgreater-than or equal to
lE, LessFullEqual, leqqU+2266 HTML 5.0less-than over equal to
gE, GreaterFullEqual, geqqU+2267 HTML 5.0greater-than over equal to
lnE, lneqqU+2268 HTML 5.0less-than but not equal to
gnE, gneqqU+2269 HTML 5.0greater-than but not equal to
Lt, NestedLessLess, llU+226A HTML 5.0much less-than
Gt, NestedGreaterGreater, ggU+226B HTML 5.0much greater-than
twixt, betweenU+226C HTML 5.0between
NotCupCapU+226D HTML 5.0not equivalent to '
nlt, NotLess, nlessU+226E HTML 5.0not less-than
ngt, NotGreater, ngtrU+226F HTML 5.0not greater-than
nle, NotLessEqual, nleqU+2270 HTML 5.0neither less-than nor equal to
nge, NotGreaterEqual, ngeqU+2271 HTML 5.0neither greater-than nor equal to
lsim, LessTilde, lesssimU+2272 HTML 5.0less-than or equivalent to '
gsim, gtrsim, GreaterTildeU+2273 HTML 5.0greater-than or equivalent to '
nlsim, NotLessTildeU+2274 HTML 5.0neither less-than nor equivalent to '
ngsim, NotGreaterTildeU+2275 HTML 5.0neither greater-than nor equivalent to '
lg, lessgtr, LessGreaterU+2276 HTML 5.0less-than or greater-than
gl, gtrless, GreaterLessU+2277 HTML 5.0greater-than or less-than
ntlg, NotLessGreaterU+2278 HTML 5.0neither less-than nor greater-than
ntgl, NotGreaterLessU+2279 HTML 5.0neither greater-than nor less-than
pr, Precedes, precU+227A HTML 5.0precedes
sc, Succeeds, succU+227B HTML 5.0succeeds
prcue, PrecedesSlantEqual, preccurlyeqU+227C HTML 5.0precedes or equal to '
sccue, SucceedsSlantEqual, succcurlyeqU+227D HTML 5.0succeeds or equal to '
prsim, precsim, PrecedesTildeU+227E HTML 5.0precedes or equivalent to '
scsim, succsim, SucceedsTildeU+227F HTML 5.0succeeds or equivalent to '
npr, nprec, NotPrecedesU+2280 HTML 5.0does not precede
nsc, nsucc, NotSucceedsU+2281 HTML 5.0does not succeed
sub, subsetU+2282 HTML 4.0HTMLsymbol ISOtechsubset of
sup, supset, SupersetU+2283 HTML 4.0 HTMLsymbolISOtechsuperset of
nsubU+2284 HTML 4.0HTMLsymbolISOamsnnot a subset of
nsupU+2285 HTML 4.0HTMLsymbolISOamsnnot a superset of
sube, SubsetEqual, subseteqU+2286 HTML 4.0 HTMLsymbolISOtechsubset of or equal to
supe, supseteq, SupersetEqualU+2287 HTML 4.0 HTMLsymbolISOtechsuperset of or equal to
nsube, nsubseteq, NotSubsetEqualU+2288 HTML 5.0neither a subset of nor equal to
nsupe, nsupseteq, NotSupersetEqualU+2289 HTML 5.0neither a superset of nor equal to
subne, subsetneqU+228A HTML 5.0subset of with not equal to
supne, supsetneqU+228B HTML 5.0superset of with not equal to
cupdotU+228D HTML 5.0multiset multiplication '
uplus, UnionPlusU+228E HTML 5.0multiset union '
sqsub, SquareSubset, sqsubsetU+228F HTML 5.0square image of '
sqsup, SquareSuperset, sqsupsetU+2290 HTML 5.0square original of '
sqsube, SquareSubsetEqual, sqsubseteqU+2291 HTML 5.0square image of or equal to '
sqsupe, SquareSupersetEqual, sqsupseteqU+2292 HTML 5.0square original of or equal to '
sqcap, SquareIntersectionU+2293 HTML 5.0square cap '
sqcup, SquareUnionU+2294 HTML 5.0square cup '
oplus, CirclePlusU+2295 HTML 4.0 HTMLsymbolISOamsbcircled plus '
ominus, CircleMinusU+2296 HTML 5.0circled minus
otimes, CircleTimesU+2297 HTML 4.0 HTMLsymbolISOamsbcircled times '
osolU+2298 HTML 5.0circled division slash '
odot, CircleDotU+2299 HTML 5.0circled dot operator '
ocir, circledcircU+229A HTML 5.0circled ring operator '
oast, circledastU+229B HTML 5.0circled asterisk operator
odash, circleddashU+229D HTML 5.0circled dash
plusb, boxplusU+229E HTML 5.0squared plus '
minusb, boxminusU+229F HTML 5.0squared minus '
timesb, boxtimesU+22A0 HTML 5.0squared times '
sdotb, dotsquareU+22A1 HTML 5.0squared dot operator '
vdash, RightTeeU+22A2 HTML 5.0right tack '
dashv, LeftTeeU+22A3 HTML 5.0left tack '
top, DownTeeU+22A4 HTML 5.0down tack '
bottom, bot, perp, UpTeeU+22A5 HTML 4.0 HTMLsymbolISOtechup tack '
modelsU+22A7 HTML 5.0models
vDash, DoubleRightTeeU+22A8 HTML 5.0true '
VdashU+22A9 HTML 5.0forces
VvdashU+22AA HTML 5.0triple vertical bar right turnstile
VDashU+22AB HTML 5.0double vertical bar double right turnstile
nvdashU+22AC HTML 5.0does not prove
nvDashU+22AD HTML 5.0not true
nVdashU+22AE HTML 5.0does not force
nVDashU+22AF HTML 5.0negated double vertical bar double right turnstile
prurelU+22B0 HTML 5.0precedes under relation
vltri, vartriangleleft, LeftTriangleU+22B2 HTML 5.0Normal subgroup of '
vrtri, vartriangleright, RightTriangleU+22B3 HTML 5.0contains as Normal subgroup '
ltrie, trianglelefteq, LeftTriangleEqualU+22B4 HTML 5.0Normal subgroup of or equal to '
rtrie, trianglerighteq, RightTriangleEqualU+22B5 HTML 5.0contains as Normal subgroup or equal to '
origofU+22B6 HTML 5.0original of
imofU+22B7 HTML 5.0image of
mumap, multimapU+22B8 HTML 5.0multimap
herconU+22B9 HTML 5.0Hermitian conjugate matrix
intcal, intercalU+22BA HTML 5.0intercalate
veebarU+22BB HTML 5.0xor
barveeU+22BD HTML 5.0nor
angrtvbU+22BE HTML 5.0right angle with arc
lrtriU+22BF HTML 5.0Right triangle '
xwedge, Wedge, bigwedgeU+22C0 HTML 5.0n-ary logical and '
xvee, Vee, bigveeU+22C1 HTML 5.0n-ary logical or '
xcap, Intersection, bigcapU+22C2 HTML 5.0n-ary intersection '
xcup, Union, bigcupU+22C3 HTML 5.0n-ary Union '
diam, diamond, DiamondU+22C4 HTML 5.0Diamond operator
sdotU+22C5 HTML 4.0HTMLsymbolISOamsbdot operator '
sstarf, StarU+22C6 HTML 5.0star operator
divonx, divideontimesU+22C7 HTML 5.0division times
bowtieU+22C8 HTML 5.0bowtie
ltimesU+22C9 HTML 5.0left normal factor semidirect product '
rtimesU+22CA HTML 5.0right normal factor semidirect product '
lthree, leftthreetimesU+22CB HTML 5.0left semidirect product '
rthree, rightthreetimesU+22CC HTML 5.0right semidirect product '
bsime, backsimeqU+22CD HTML 5.0reversed tilde equals '
cuvee, curlyveeU+22CE HTML 5.0curly logical or '
cuwed, curlywedgeU+22CF HTML 5.0curly logical and '
Sub, SubsetU+22D0 HTML 5.0double subset
Sup, SupsetU+22D1 HTML 5.0double superset
CapU+22D2 HTML 5.0double intersection '
CupU+22D3 HTML 5.0double union '
fork, pitchforkU+22D4 HTML 5.0pitchfork
eparU+22D5 HTML 5.0equal and parallel to
ltdot, lessdotU+22D6 HTML 5.0less-than with dot
gtdot, gtrdotU+22D7 HTML 5.0greater-than with dot
LlU+22D8 HTML 5.0very much less-than
Gg, gggU+22D9 HTML 5.0very much greater-than
leg, LessEqualGreater, lesseqgtrU+22DA HTML 5.0less-than equal to or greater-than
gel, gtreqless, GreaterEqualLessU+22DB HTML 5.0greater-than equal to or less-than
cuepr, curlyeqprecU+22DE HTML 5.0equal to or precedes '
cuesc, curlyeqsuccU+22DF HTML 5.0equal to or succeeds '
nprcue, NotPrecedesSlantEqualU+22E0 HTML 5.0does not precede or equal '
nsccue, NotSucceedsSlantEqualU+22E1 HTML 5.0does not succeed or equal '
nsqsube, NotSquareSubsetEqualU+22E2 HTML 5.0not square image of or equal to '
nsqsupe, NotSquareSupersetEqualU+22E3 HTML 5.0not square original of or equal to '
lnsimU+22E6 HTML 5.0less-than but not equivalent to '
gnsimU+22E7 HTML 5.0greater-than but not equivalent to '
prnsim, precnsimU+22E8 HTML 5.0precedes but not equivalent to '
scnsim, succnsimU+22E9 HTML 5.0succeeds but not equivalent to '
nltri, ntriangleleft, NotLeftTriangleU+22EA HTML 5.0not normal subgroup of '
nrtri, ntriangleright, NotRightTriangleU+22EB HTML 5.0does not contain as normal subgroup '
nltrie, ntrianglelefteq, NotLeftTriangleEqualU+22EC HTML 5.0not normal subgroup of or equal to '
nrtrie, ntrianglerighteq, NotRightTriangleEqualU+22ED HTML 5.0does not contain as normal subgroup or equal '
vellipU+22EE HTML 5.0vertical ellipsis
ctdotU+22EF HTML 5.0midline horizontal ellipsis '
utdotU+22F0 HTML 5.0up right diagonal ellipsis '
dtdotU+22F1 HTML 5.0down right diagonal ellipsis '
disinU+22F2 HTML 5.0element of with long horizontal stroke
isinsvU+22F3 HTML 5.0element of with vertical bar at end of horizontal stroke
isinsU+22F4 HTML 5.0small element of with vertical bar at end of horizontal stroke
isindotU+22F5 HTML 5.0element of with dot above
notinvcU+22F6 HTML 5.0element of with overbar
notinvbU+22F7 HTML 5.0small element of with overbar
isinEU+22F9 HTML 5.0element of with two horizontal strokes
nisdU+22FA HTML 5.0contains with long horizontal stroke
xnisU+22FB HTML 5.0contains with vertical bar at end of horizontal stroke
nisU+22FC HTML 5.0small contains with vertical bar at end of horizontal stroke
notnivcU+22FD HTML 5.0contains with overbar
notnivbU+22FE HTML 5.0small contains with overbar
barwed, barwedgeU+2305 HTML 5.0projective
Barwed, doublebarwedgeU+2306 HTML 5.0perspective
lceil, LeftCeilingU+2308 HTML 4.0 HTMLsymbolISOamscleft ceiling '
rceil, RightCeilingU+2309 HTML 4.0 HTMLsymbolISOamscright ceiling
lfloor, LeftFloorU+230A HTML 4.0 HTMLsymbolISOamscleft floor '
rfloor, RightFloorU+230B HTML 4.0 HTMLsymbolISOamscright floor
drcropU+230C HTML 5.0bottom right crop '
dlcropU+230D HTML 5.0bottom left crop '
urcropU+230E HTML 5.0top right crop '
ulcropU+230F HTML 5.0top left crop '
bnotU+2310 HTML 5.0reversed not sign '
proflineU+2312 HTML 5.0arc
profsurfU+2313 HTML 5.0segment
telrecU+2315 HTML 5.0telephone recorder
targetU+2316 HTML 5.0position indicator '
ulcorn, ulcornerU+231C HTML 5.0top left corner '
urcorn, urcornerU+231D HTML 5.0top right corner '
dlcorn, llcornerU+231E HTML 5.0bottom left corner '
drcorn, lrcornerU+231F HTML 5.0bottom right corner '
frown, sfrownU+2322 HTML 5.0frown
smile, ssmileU+2323 HTML 5.0smile
cylctyU+232D HTML 5.0cylindricity
profalarU+232E HTML 5.0all around-profile
topbotU+2336 HTML 5.0APL functional symbol I-beam '
ovbarU+233D HTML 5.0APL functional symbol circle stile '
solbarU+233F HTML 5.0APL functional symbol slash bar '
angzarrU+237C HTML 5.0right angle with downwards zigzag arrow
lmoust, lmoustacheU+23B0 HTML 5.0upper left or lower right curly bracket section '
rmoust, rmoustacheU+23B1 HTML 5.0upper right or lower left curly bracket section '
tbrk, OverBracketU+23B4 HTML 5.0top square bracket '
bbrk, UnderBracketU+23B5 HTML 5.0bottom square bracket '
bbrktbrkU+23B6 HTML 5.0bottom square bracket over top square bracket
OverParenthesisU+23DC HTML 5.0top parenthesis '
UnderParenthesisU+23DD HTML 5.0bottom parenthesis '
OverBraceU+23DE HTML 5.0top curly bracket '
UnderBraceU+23DF HTML 5.0bottom curly bracket '
trpeziumU+23E2 HTML 5.0white trapezium
elintersU+23E7 HTML 5.0electrical intersection
blankU+2423 HTML 5.0open box '
oS, circledSU+24C8 HTML 5.0circled Latin capital letter S
boxh, HorizontalLineU+2500 HTML 5.0box drawings light horizontal '
boxvU+2502 HTML 5.0box drawings light vertical
boxdrU+250C HTML 5.0box drawings light down and right
boxdlU+2510 HTML 5.0box drawings light down and left
boxurU+2514 HTML 5.0box drawings light up and right
boxulU+2518 HTML 5.0box drawings light up and left
boxvrU+251C HTML 5.0box drawings light vertical and right
boxvlU+2524 HTML 5.0box drawings light vertical and left
boxhdU+252C HTML 5.0box drawings light down and horizontal '
boxhuU+2534 HTML 5.0box drawings light up and horizontal '
boxvhU+253C HTML 5.0box drawings light vertical and horizontal
boxHU+2550 HTML 5.0box drawings double horizontal
boxVU+2551 HTML 5.0box drawings double vertical
boxdRU+2552 HTML 5.0box drawings down single and right double
boxDrU+2553 HTML 5.0box drawings down double and right single
boxDRU+2554 HTML 5.0box drawings double down and right
boxdLU+2555 HTML 5.0box drawings down single and left double
boxDlU+2556 HTML 5.0box drawings down double and left single
boxDLU+2557 HTML 5.0box drawings double down and left
boxuRU+2558 HTML 5.0box drawings up single and right double
boxUrU+2559 HTML 5.0box drawings up double and right single
boxURU+255A HTML 5.0box drawings double up and right
boxuLU+255B HTML 5.0box drawings up single and left double
boxUlU+255C HTML 5.0box drawings up double and left single
boxULU+255D HTML 5.0box drawings double up and left
boxvRU+255E HTML 5.0box drawings vertical single and right double
boxVrU+255F HTML 5.0box drawings vertical double and right single
boxVRU+2560 HTML 5.0box drawings double vertical and right
boxvLU+2561 HTML 5.0box drawings vertical single and left double
boxVlU+2562 HTML 5.0box drawings vertical double and left single
boxVLU+2563 HTML 5.0box drawings double vertical and left
boxHdU+2564 HTML 5.0box drawings down single and horizontal double '
boxhDU+2565 HTML 5.0box drawings down double and horizontal single '
boxHDU+2566 HTML 5.0box drawings double down and horizontal '
boxHuU+2567 HTML 5.0box drawings up single and horizontal double '
boxhUU+2568 HTML 5.0box drawings up double and horizontal single '
boxHUU+2569 HTML 5.0box drawings double up and horizontal '
boxvHU+256A HTML 5.0box drawings vertical single and horizontal double
boxVhU+256B HTML 5.0box drawings vertical double and horizontal single
boxVHU+256C HTML 5.0box drawings double vertical and horizontal
uhblkU+2580 HTML 5.0upper half block
lhblkU+2584 HTML 5.0lower half block
blockU+2588 HTML 5.0full block
blk14U+2591 HTML 5.0light shade '
blk12U+2592 HTML 5.0medium shade '
blk34U+2593 HTML 5.0dark shade '
squ, square, SquareU+25A1 HTML 5.0white square
squf, squarf, blacksquare, FilledVerySmallSquareU+25AA HTML 5.0black small square '
EmptyVerySmallSquareU+25AB HTML 5.0white small square '
rectU+25AD HTML 5.0white rectangle
markerU+25AE HTML 5.0black vertical rectangle '
fltnsU+25B1 HTML 5.0white parallelogram
xutri, bigtriangleupU+25B3 HTML 5.0white up-pointing triangle '
utrif, blacktriangleU+25B4 HTML 5.0black up-pointing small triangle '
utri, triangleU+25B5 HTML 5.0white up-pointing small triangle '
rtrif, blacktrianglerightU+25B8 HTML 5.0black right-pointing small triangle '
rtri, trianglerightU+25B9 HTML 5.0white right-pointing small triangle '
xdtri, bigtriangledownU+25BD HTML 5.0white down-pointing triangle '
dtrif, blacktriangledownU+25BE HTML 5.0black down-pointing small triangle '
dtri, triangledownU+25BF HTML 5.0white down-pointing small triangle '
ltrif, blacktriangleleftU+25C2 HTML 5.0black left-pointing small triangle '
ltri, triangleleftU+25C3 HTML 5.0white left-pointing small triangle '
loz, lozengeU+25CA HTML 4.0 HTMLsymbolISOpublozenge
cirU+25CB HTML 5.0white circle '
tridotU+25EC HTML 5.0white up-pointing triangle with dot '
xcirc, bigcircU+25EF HTML 5.0large circle '
ultriU+25F8 HTML 5.0upper left triangle
urtriU+25F9 HTML 5.0upper right triangle
lltriU+25FA HTML 5.0lower left triangle
EmptySmallSquareU+25FB HTML 5.0white medium square '
FilledSmallSquareU+25FC HTML 5.0black medium square '
starf, bigstarU+2605 HTML 5.0black star '
starU+2606 HTML 5.0white star '
phoneU+260E HTML 5.0black telephone '
femaleU+2640 HTML 5.0female sign
maleU+2642 HTML 5.0male sign
spades, spadesuitU+2660 HTML 4.0 HTMLsymbolISOpubblack spade suit
clubs, clubsuitU+2663 HTML 4.0 HTMLsymbolISOpubblack club suit '
hearts, heartsuitU+2665 HTML 4.0 HTMLsymbolISOpubblack heart suit '
diams, diamondsuitU+2666 HTML 4.0 HTMLsymbolISOpubblack diamond suit
sungU+266A HTML 5.0eighth note '
flatU+266D HTML 5.0music flat sign
natur, naturalU+266E HTML 5.0music natural sign
sharpU+266F HTML 5.0music sharp sign
check, checkmarkU+2713 HTML 5.0check mark
crossU+2717 HTML 5.0ballot x '
malt, malteseU+2720 HTML 5.0Maltese cross
sextU+2736 HTML 5.0six pointed black star '
VerticalSeparatorU+2758 HTML 5.0light vertical bar '
lbbrkU+2772 HTML 5.0light left tortoise shell bracket ornament
rbbrkU+2773 HTML 5.0light right tortoise shell bracket ornament
bsolhsubU+27C8 HTML 5.0reverse solidus preceding subset
suphsolU+27C9 HTML 5.0superset preceding solidus
lobrk, LeftDoubleBracketU+27E6 HTML 5.0mathematical left white square bracket
robrk, RightDoubleBracketU+27E7 HTML 5.0mathematical right white square bracket
lang, LeftAngleBracket, langleU+27E8 HTML 4.0 HTMLsymbolISOtechmathematical left angle bracket '
rang, RightAngleBracket, rangleU+27E9 HTML 4.0 HTMLsymbolISOtechmathematical right angle bracket '
LangU+27EA HTML 5.0mathematical left double angle bracket
RangU+27EB HTML 5.0mathematical right double angle bracket
loangU+27EC HTML 5.0mathematical left white tortoise shell bracket
roangU+27ED HTML 5.0mathematical right white tortoise shell bracket
xlarr, longleftarrow, LongLeftArrowU+27F5 HTML 5.0long leftwards arrow
xrarr, longrightarrow, LongRightArrowU+27F6 HTML 5.0long rightwards arrow
xharr, longleftrightarrow, LongLeftRightArrowU+27F7 HTML 5.0long left right arrow '
xlArr, Longleftarrow, DoubleLongLeftArrowU+27F8 HTML 5.0long leftwards double arrow
xrArr, Longrightarrow, DoubleLongRightArrowU+27F9 HTML 5.0long rightwards double arrow
xhArr, Longleftrightarrow, DoubleLongLeftRightArrowU+27FA HTML 5.0long left right double arrow '
xmap, longmapstoU+27FC HTML 5.0long rightwards arrow from bar '
dzigrarrU+27FF HTML 5.0long rightwards squiggle arrow '
nvlArrU+2902 HTML 5.0leftwards double arrow with vertical stroke
nvrArrU+2903 HTML 5.0rightwards double arrow with vertical stroke
nvHarrU+2904 HTML 5.0left right double arrow with vertical stroke
MapU+2905 HTML 5.0rightwards two-headed arrow from bar '
lbarrU+290C HTML 5.0leftwards double dash arrow
rbarr, bkarowU+290D HTML 5.0rightwards double dash arrow
lBarrU+290E HTML 5.0leftwards triple dash arrow
rBarr, dbkarowU+290F HTML 5.0rightwards triple dash arrow
RBarr, drbkarowU+2910 HTML 5.0rightwards two-headed triple dash arrow
DDotrahdU+2911 HTML 5.0rightwards arrow with dotted stem
UpArrowBarU+2912 HTML 5.0upwards arrow to bar
DownArrowBarU+2913 HTML 5.0downwards arrow to bar
RarrtlU+2916 HTML 5.0rightwards two-headed arrow with tail
latailU+2919 HTML 5.0leftwards arrow-tail
ratailU+291A HTML 5.0rightwards arrow-tail
lAtailU+291B HTML 5.0leftwards double arrow-tail
rAtailU+291C HTML 5.0rightwards double arrow-tail
larrfsU+291D HTML 5.0leftwards arrow to black diamond
rarrfsU+291E HTML 5.0rightwards arrow to black diamond
larrbfsU+291F HTML 5.0leftwards arrow from bar to black diamond
rarrbfsU+2920 HTML 5.0rightwards arrow from bar to black diamond
nwarhkU+2923 HTML 5.0north west arrow with hook
nearhkU+2924 HTML 5.0north east arrow with hook
searhk, hksearowU+2925 HTML 5.0south east arrow with hook
swarhk, hkswarowU+2926 HTML 5.0south west arrow with hook
nwnearU+2927 HTML 5.0north west arrow and north east arrow
nesear, toeaU+2928 HTML 5.0north east arrow and south east arrow '
seswar, tosaU+2929 HTML 5.0south east arrow and south west arrow '
swnwarU+292A HTML 5.0south west arrow and north west arrow
rarrcU+2933 HTML 5.0wave arrow pointing directly right '
cudarrrU+2935 HTML 5.0arrow pointing rightwards then curving downwards '
ldcaU+2936 HTML 5.0arrow pointing downwards then curving leftwards '
rdcaU+2937 HTML 5.0arrow pointing downwards then curving rightwards '
cudarrlU+2938 HTML 5.0right-side arc clockwise arrow '
larrplU+2939 HTML 5.0left-side arc anticlockwise arrow
curarrmU+293C HTML 5.0top arc clockwise arrow with minus '
cularrpU+293D HTML 5.0top arc anticlockwise arrow with plus '
rarrplU+2945 HTML 5.0rightwards arrow with plus below
harrcirU+2948 HTML 5.0left right arrow through small circle
UarrocirU+2949 HTML 5.0upwards two-headed arrow from small circle
lurdsharU+294A HTML 5.0left barb up right barb down harpoon '
ldrusharU+294B HTML 5.0left barb down right barb up harpoon '
LeftRightVectorU+294E HTML 5.0left barb up right barb up harpoon '
RightUpDownVectorU+294F HTML 5.0up barb right down barb right harpoon '
DownLeftRightVectorU+2950 HTML 5.0left barb down right barb down harpoon '
LeftUpDownVectorU+2951 HTML 5.0up barb left down barb left harpoon '
LeftVectorBarU+2952 HTML 5.0leftwards harpoon with barb up to bar '
RightVectorBarU+2953 HTML 5.0rightwards harpoon with barb up to bar '
RightUpVectorBarU+2954 HTML 5.0upwards harpoon with barb right to bar '
RightDownVectorBarU+2955 HTML 5.0downwards harpoon with barb right to bar '
DownLeftVectorBarU+2956 HTML 5.0leftwards harpoon with barb down to bar '
DownRightVectorBarU+2957 HTML 5.0rightwards harpoon with barb down to bar '
LeftUpVectorBarU+2958 HTML 5.0upwards harpoon with barb left to bar '
LeftDownVectorBarU+2959 HTML 5.0downwards harpoon with barb left to bar '
LeftTeeVectorU+295A HTML 5.0leftwards harpoon with barb up from bar '
RightTeeVectorU+295B HTML 5.0rightwards harpoon with barb up from bar '
RightUpTeeVectorU+295C HTML 5.0upwards harpoon with barb right from bar '
RightDownTeeVectorU+295D HTML 5.0downwards harpoon with barb right from bar '
DownLeftTeeVectorU+295E HTML 5.0leftwards harpoon with barb down from bar '
DownRightTeeVectorU+295F HTML 5.0rightwards harpoon with barb down from bar '
LeftUpTeeVectorU+2960 HTML 5.0upwards harpoon with barb left from bar '
LeftDownTeeVectorU+2961 HTML 5.0downwards harpoon with barb left from bar '
lHarU+2962 HTML 5.0leftwards harpoon with barb up above leftwards harpoon with barb down
uHarU+2963 HTML 5.0upwards harpoon with barb left beside upwards harpoon with barb right
rHarU+2964 HTML 5.0rightwards harpoon with barb up above rightwards harpoon with barb down
dHarU+2965 HTML 5.0downwards harpoon with barb left beside downwards harpoon with barb right
luruharU+2966 HTML 5.0leftwards harpoon with barb up above rightwards harpoon with barb up
ldrdharU+2967 HTML 5.0leftwards harpoon with barb down above rightwards harpoon with barb down
ruluharU+2968 HTML 5.0rightwards harpoon with barb up above leftwards harpoon with barb up
rdldharU+2969 HTML 5.0rightwards harpoon with barb down above leftwards harpoon with barb down
lharulU+296A HTML 5.0leftwards harpoon with barb up above long dash
llhardU+296B HTML 5.0leftwards harpoon with barb down below long dash
rharulU+296C HTML 5.0rightwards harpoon with barb up above long dash
lrhardU+296D HTML 5.0rightwards harpoon with barb down below long dash
udhar, UpEquilibriumU+296E HTML 5.0upwards harpoon with barb left beside downwards harpoon with barb right '
duhar, ReverseUpEquilibriumU+296F HTML 5.0downwards harpoon with barb left beside upwards harpoon with barb right '
RoundImpliesU+2970 HTML 5.0right double arrow with rounded head '
erarrU+2971 HTML 5.0equals sign above rightwards arrow
simrarrU+2972 HTML 5.0tilde operator above rightwards arrow '
larrsimU+2973 HTML 5.0leftwards arrow above tilde operator '
rarrsimU+2974 HTML 5.0rightwards arrow above tilde operator '
rarrapU+2975 HTML 5.0rightwards arrow above almost equal to '
ltlarrU+2976 HTML 5.0less-than above leftwards arrow
gtrarrU+2978 HTML 5.0greater-than above rightwards arrow
subrarrU+2979 HTML 5.0subset above rightwards arrow
suplarrU+297B HTML 5.0superset above leftwards arrow
lfishtU+297C HTML 5.0left fish tail
rfishtU+297D HTML 5.0right fish tail
ufishtU+297E HTML 5.0up fish tail
dfisht⥿U+297F HTML 5.0down fish tail
loparU+2985 HTML 5.0left white parenthesis
roparU+2986 HTML 5.0right white parenthesis
lbrkeU+298B HTML 5.0left square bracket with underbar
rbrkeU+298C HTML 5.0right square bracket with underbar
lbrksluU+298D HTML 5.0left square bracket with tick in top corner
rbrksldU+298E HTML 5.0right square bracket with tick in bottom corner
lbrksldU+298F HTML 5.0left square bracket with tick in bottom corner
rbrksluU+2990 HTML 5.0right square bracket with tick in top corner
langdU+2991 HTML 5.0left angle bracket with dot
rangdU+2992 HTML 5.0right angle bracket with dot
lparltU+2993 HTML 5.0left arc less-than bracket '
rpargtU+2994 HTML 5.0right arc greater-than bracket '
gtlParU+2995 HTML 5.0double left arc greater-than bracket '
ltrParU+2996 HTML 5.0double right arc less-than bracket '
vzigzagU+299A HTML 5.0vertical zigzag line
vangrtU+299C HTML 5.0right angle variant with square
angrtvbdU+299D HTML 5.0measured right angle with dot
angeU+29A4 HTML 5.0angle with underbar
rangeU+29A5 HTML 5.0reversed angle with underbar
dwangleU+29A6 HTML 5.0oblique angle opening up
uwangleU+29A7 HTML 5.0oblique angle opening down
angmsdaaU+29A8 HTML 5.0measured angle with open arm ending in arrow pointing up and right
angmsdabU+29A9 HTML 5.0measured angle with open arm ending in arrow pointing up and left
angmsdacU+29AA HTML 5.0measured angle with open arm ending in arrow pointing down and right
angmsdadU+29AB HTML 5.0measured angle with open arm ending in arrow pointing down and left
angmsdaeU+29AC HTML 5.0measured angle with open arm ending in arrow pointing right and up
angmsdafU+29AD HTML 5.0measured angle with open arm ending in arrow pointing left and up
angmsdagU+29AE HTML 5.0measured angle with open arm ending in arrow pointing right and down
angmsdahU+29AF HTML 5.0measured angle with open arm ending in arrow pointing left and down
bemptyvU+29B0 HTML 5.0reversed empty set '
demptyvU+29B1 HTML 5.0empty set with overbar '
cemptyvU+29B2 HTML 5.0empty set with small circle above
raemptyvU+29B3 HTML 5.0empty set with right arrow above
laemptyvU+29B4 HTML 5.0empty set with left arrow above
ohbarU+29B5 HTML 5.0circle with horizontal bar
omidU+29B6 HTML 5.0circled vertical bar '
oparU+29B7 HTML 5.0circled parallel
operpU+29B9 HTML 5.0circled perpendicular
olcrossU+29BB HTML 5.0circle with superimposed x '
odsoldU+29BC HTML 5.0circled anticlockwise-rotated division sign
olcirU+29BE HTML 5.0circled white bullet '
ofcir⦿U+29BF HTML 5.0circled bullet '
oltU+29C0 HTML 5.0circled less-than
ogtU+29C1 HTML 5.0circled greater-than
cirscirU+29C2 HTML 5.0circle with small circle to the right
cirEU+29C3 HTML 5.0circle with two horizontal strokes to the right
solbU+29C4 HTML 5.0squared rising diagonal slash '
bsolbU+29C5 HTML 5.0squared falling diagonal slash '
boxboxU+29C9 HTML 5.0two joined squares '
trisbU+29CD HTML 5.0triangle with serifs at bottom
rtriltriU+29CE HTML 5.0right triangle above left triangle
LeftTriangleBarU+29CF HTML 5.0left triangle beside vertical bar
RightTriangleBarU+29D0 HTML 5.0vertical bar beside right triangle
iinfinU+29DC HTML 5.0incomplete infinity
infintieU+29DD HTML 5.0tie over infinity
nvinfinU+29DE HTML 5.0infinity negated with vertical bar
eparslU+29E3 HTML 5.0equals sign and slanted parallel
smeparslU+29E4 HTML 5.0equals sign and slanted parallel with tilde above '
eqvparslU+29E5 HTML 5.0identical to and slanted parallel
lozf, blacklozengeU+29EB HTML 5.0black lozenge '
RuleDelayedU+29F4 HTML 5.0rule-delayed
dsolU+29F6 HTML 5.0solidus with overbar '
xodot, bigodotU+2A00 HTML 5.0n-ary circled dot operator
xoplus, bigoplusU+2A01 HTML 5.0n-ary circled plus operator
xotime, bigotimesU+2A02 HTML 5.0n-ary circled times operator
xuplus, biguplusU+2A04 HTML 5.0n-ary union operator with plus '
xsqcup, bigsqcupU+2A06 HTML 5.0n-ary square union operator '
qint, iiiintU+2A0C HTML 5.0quadruple integral operator
fpartintU+2A0D HTML 5.0finite part integral
cirfnintU+2A10 HTML 5.0circulation function
awintU+2A11 HTML 5.0anticlockwise integration
rppolintU+2A12 HTML 5.0line integration with rectangular path around pole
scpolintU+2A13 HTML 5.0line integration with semicircular path around pole
npolintU+2A14 HTML 5.0line integration not including the pole
pointintU+2A15 HTML 5.0integral around a point operator
quatintU+2A16 HTML 5.0quaternion integral operator
intlarhkU+2A17 HTML 5.0integral with leftwards arrow with hook
pluscirU+2A22 HTML 5.0plus sign with small circle above
plusacirU+2A23 HTML 5.0plus sign with circumflex accent above
simplusU+2A24 HTML 5.0plus sign with tilde above '
plusduU+2A25 HTML 5.0plus sign with dot below '
plussimU+2A26 HTML 5.0plus sign with tilde below '
plustwoU+2A27 HTML 5.0plus sign with subscript two
mcommaU+2A29 HTML 5.0minus sign with comma above
minusduU+2A2A HTML 5.0minus sign with dot below '
loplusU+2A2D HTML 5.0plus sign in left half circle
roplusU+2A2E HTML 5.0plus sign in right half circle
CrossU+2A2F HTML 5.0vector or cross product
timesdU+2A30 HTML 5.0multiplication sign with dot above '
timesbarU+2A31 HTML 5.0multiplication sign with underbar
smashpU+2A33 HTML 5.0smash product
lotimesU+2A34 HTML 5.0multiplication sign in left half circle
rotimesU+2A35 HTML 5.0multiplication sign in right half circle
otimesasU+2A36 HTML 5.0circled multiplication sign with circumflex accent
OtimesU+2A37 HTML 5.0multiplication sign in double circle
odivU+2A38 HTML 5.0circled division sign
triplusU+2A39 HTML 5.0plus sign in triangle
triminusU+2A3A HTML 5.0minus sign in triangle
tritimeU+2A3B HTML 5.0multiplication sign in triangle
iprod, intprodU+2A3C HTML 5.0interior product
amalg⨿U+2A3F HTML 5.0amalgamation or coproduct
capdotU+2A40 HTML 5.0intersection with dot '
ncupU+2A42 HTML 5.0union with overbar
ncapU+2A43 HTML 5.0intersection with overbar
capandU+2A44 HTML 5.0intersection with logical and '
cuporU+2A45 HTML 5.0union with logical or '
cupcapU+2A46 HTML 5.0union above intersection '
capcupU+2A47 HTML 5.0intersection above union '
cupbrcapU+2A48 HTML 5.0union above bar above intersection '
capbrcupU+2A49 HTML 5.0intersection above bar above union '
cupcupU+2A4A HTML 5.0union beside and joined with union '
capcapU+2A4B HTML 5.0intersection beside and joined with intersection '
ccupsU+2A4C HTML 5.0closed union with serifs
ccapsU+2A4D HTML 5.0closed intersection with serifs
ccupssmU+2A50 HTML 5.0closed union with serifs and smash product
AndU+2A53 HTML 5.0double logical and
OrU+2A54 HTML 5.0double logical or
andandU+2A55 HTML 5.0two intersecting logical and
ororU+2A56 HTML 5.0two intersecting logical or
orslopeU+2A57 HTML 5.0sloping large or
andslopeU+2A58 HTML 5.0sloping large and
andvU+2A5A HTML 5.0logical and with middle stem
orvU+2A5B HTML 5.0logical or with middle stem
anddU+2A5C HTML 5.0logical and with horizontal dash
ordU+2A5D HTML 5.0logical or with horizontal dash
wedbarU+2A5F HTML 5.0logical and with underbar
sdoteU+2A66 HTML 5.0equals sign with dot below
simdotU+2A6A HTML 5.0tilde operator with dot above '
congdotU+2A6D HTML 5.0congruent with dot above
easterU+2A6E HTML 5.0equals with asterisk
apacirU+2A6F HTML 5.0almost equal to with circumflex accent
apEU+2A70 HTML 5.0approximately equal or equal to
eplusU+2A71 HTML 5.0equals sign above plus sign
pluseU+2A72 HTML 5.0plus sign above equals sign
EsimU+2A73 HTML 5.0equals sign above tilde operator
ColoneU+2A74 HTML 5.0double colon equal
EqualU+2A75 HTML 5.0two consecutive equals signs
eDDot, ddotseqU+2A77 HTML 5.0equals sign with two dots above and two dots below
equivDDU+2A78 HTML 5.0equivalent with four dots above
ltcirU+2A79 HTML 5.0less-than with circle inside
gtcirU+2A7A HTML 5.0greater-than with circle inside
ltquestU+2A7B HTML 5.0less-than with question mark above
gtquestU+2A7C HTML 5.0greater-than with question mark above
les, LessSlantEqual, leqslantU+2A7D HTML 5.0less-than or slanted equal to
ges, GreaterSlantEqual, geqslantU+2A7E HTML 5.0greater-than or slanted equal to
lesdot⩿U+2A7F HTML 5.0less-than or slanted equal to with dot inside
gesdotU+2A80 HTML 5.0greater-than or slanted equal to with dot inside
lesdotoU+2A81 HTML 5.0less-than or slanted equal to with dot above
gesdotoU+2A82 HTML 5.0greater-than or slanted equal to with dot above
lesdotorU+2A83 HTML 5.0less-than or slanted equal to with dot above right
gesdotolU+2A84 HTML 5.0greater-than or slanted equal to with dot above left
lap, lessapproxU+2A85 HTML 5.0less-than or approximate
gap, gtrapproxU+2A86 HTML 5.0greater-than or approximate
lne, lneqU+2A87 HTML 5.0less-than and single-line not equal to
gne, gneqU+2A88 HTML 5.0greater-than and single-line not equal to
lnap, lnapproxU+2A89 HTML 5.0less-than and not approximate
gnap, gnapproxU+2A8A HTML 5.0greater-than and not approximate
lEg, lesseqqgtrU+2A8B HTML 5.0less-than above double-line equal above greater-than
gEl, gtreqqlessU+2A8C HTML 5.0greater-than above double-line equal above less-than
lsimeU+2A8D HTML 5.0less-than above similar or equal
gsimeU+2A8E HTML 5.0greater-than above similar or equal
lsimgU+2A8F HTML 5.0less-than above similar above greater-than
gsimlU+2A90 HTML 5.0greater-than above similar above less-than
lgEU+2A91 HTML 5.0less-than above greater-than above double-line equal
glEU+2A92 HTML 5.0greater-than above less-than above double-line equal
lesgesU+2A93 HTML 5.0less-than above slanted equal above greater-than above slanted equal
geslesU+2A94 HTML 5.0greater-than above slanted equal above less-than above slanted equal
els, eqslantlessU+2A95 HTML 5.0slanted equal to or less-than
egs, eqslantgtrU+2A96 HTML 5.0slanted equal to or greater-than
elsdotU+2A97 HTML 5.0slanted equal to or less-than with dot inside
egsdotU+2A98 HTML 5.0slanted equal to or greater-than with dot inside
elU+2A99 HTML 5.0double-line equal to or less-than
egU+2A9A HTML 5.0double-line equal to or greater-than
simlU+2A9D HTML 5.0similar or less-than
simgU+2A9E HTML 5.0similar or greater-than
simlEU+2A9F HTML 5.0similar above less-than above equals sign
simgEU+2AA0 HTML 5.0similar above greater-than above equals sign
LessLessU+2AA1 HTML 5.0double nested less-than
GreaterGreaterU+2AA2 HTML 5.0double nested greater-than
gljU+2AA4 HTML 5.0greater-than overlapping less-than
glaU+2AA5 HTML 5.0greater-than beside less-than
ltccU+2AA6 HTML 5.0less-than closed by curve
gtccU+2AA7 HTML 5.0greater-than closed by curve
lesccU+2AA8 HTML 5.0less-than closed by curve above slanted equal
gesccU+2AA9 HTML 5.0greater-than closed by curve above slanted equal
smtU+2AAA HTML 5.0smaller than
latU+2AAB HTML 5.0larger than
smteU+2AAC HTML 5.0smaller than or equal to
lateU+2AAD HTML 5.0larger than or equal to
bumpEU+2AAE HTML 5.0equals sign with bumpy above
pre, preceq, PrecedesEqualU+2AAF HTML 5.0precedes above single-line equals sign
sce, succeq, SucceedsEqualU+2AB0 HTML 5.0succeeds above single-line equals sign
prEU+2AB3 HTML 5.0precedes above equals sign
scEU+2AB4 HTML 5.0succeeds above equals sign
prnE, precneqqU+2AB5 HTML 5.0precedes above not equal to
scnE, succneqqU+2AB6 HTML 5.0succeeds above not equal to
prap, precapproxU+2AB7 HTML 5.0precedes above almost equal to
scap, succapproxU+2AB8 HTML 5.0succeeds above almost equal to
prnap, precnapproxU+2AB9 HTML 5.0precedes above not almost equal to
scnap, succnapproxU+2ABA HTML 5.0succeeds above not almost equal to
PrU+2ABB HTML 5.0double precedes
ScU+2ABC HTML 5.0double succeeds
subdotU+2ABD HTML 5.0subset with dot
supdotU+2ABE HTML 5.0superset with dot
subplus⪿U+2ABF HTML 5.0subset with plus sign below
supplusU+2AC0 HTML 5.0superset with plus sign below
submultU+2AC1 HTML 5.0subset with multiplication sign below
supmultU+2AC2 HTML 5.0superset with multiplication sign below
subedotU+2AC3 HTML 5.0subset of or equal to with dot above
supedotU+2AC4 HTML 5.0superset of or equal to with dot above
subE, subseteqqU+2AC5 HTML 5.0subset of above equals sign
supE, supseteqqU+2AC6 HTML 5.0superset of above equals sign
subsimU+2AC7 HTML 5.0subset of above tilde operator
supsimU+2AC8 HTML 5.0superset of above tilde operator
subnE, subsetneqqU+2ACB HTML 5.0subset of above not equal to
supnE, supsetneqqU+2ACC HTML 5.0superset of above not equal to
csubU+2ACF HTML 5.0closed subset
csupU+2AD0 HTML 5.0closed superset
csubeU+2AD1 HTML 5.0closed subset or equal to
csupeU+2AD2 HTML 5.0closed superset or equal to
subsupU+2AD3 HTML 5.0subset above superset
supsubU+2AD4 HTML 5.0superset above subset
subsubU+2AD5 HTML 5.0subset above subset
supsupU+2AD6 HTML 5.0superset above superset
suphsubU+2AD7 HTML 5.0superset beside subset
supdsubU+2AD8 HTML 5.0superset beside and joined by dash with subset
forkvU+2AD9 HTML 5.0element of opening downwards
topforkU+2ADA HTML 5.0pitchfork with tee top
mlcpU+2ADB HTML 5.0transversal intersection
Dashv, DoubleLeftTeeU+2AE4 HTML 5.0vertical bar double left turnstile
VdashlU+2AE6 HTML 5.0long dash from left member of double vertical
BarvU+2AE7 HTML 5.0short down tack with overbar
vBarU+2AE8 HTML 5.0short up tack with underbar
vBarvU+2AE9 HTML 5.0short up tack above short down tack
VbarU+2AEB HTML 5.0double up tack
NotU+2AEC HTML 5.0double stroke not sign
bNotU+2AED HTML 5.0reversed double stroke not sign
rnmidU+2AEE HTML 5.0does not divide with reversed negation slash
cirmidU+2AEF HTML 5.0vertical line with circle above
midcirU+2AF0 HTML 5.0vertical line with circle below
topcirU+2AF1 HTML 5.0down tack with circle below
nhparU+2AF2 HTML 5.0parallel with horizontal stroke
parsimU+2AF3 HTML 5.0parallel with tilde operator
parslU+2AFD HTML 5.0double solidus operator
ffligU+FB00 HTML 5.0Latin small ligature ff
filigU+FB01 HTML 5.0Latin small ligature fi
flligU+FB02 HTML 5.0Latin small ligature fl
ffiligU+FB03 HTML 5.0Latin small ligature ffi
fflligU+FB04 HTML 5.0Latin small ligature ffl
Ascr?U+1D49C HTML 5.0mathematical script capital A
Cscr?U+1D49E HTML 5.0mathematical script capital C
Dscr?U+1D49F HTML 5.0mathematical script capital D
Gscr?U+1D4A2 HTML 5.0mathematical script capital G
Jscr?U+1D4A5 HTML 5.0mathematical script capital J
Kscr?U+1D4A6 HTML 5.0mathematical script capital K
Nscr?U+1D4A9 HTML 5.0mathematical script capital N
Oscr?U+1D4AA HTML 5.0mathematical script capital O
Pscr?U+1D4AB HTML 5.0mathematical script capital P
Qscr?U+1D4AC HTML 5.0mathematical script capital Q
Sscr?U+1D4AE HTML 5.0mathematical script capital S
Tscr?U+1D4AF HTML 5.0mathematical script capital T
Uscr?U+1D4B0 HTML 5.0mathematical script capital U
Vscr?U+1D4B1 HTML 5.0mathematical script capital V
Wscr?U+1D4B2 HTML 5.0mathematical script capital W
Xscr?U+1D4B3 HTML 5.0mathematical script capital X
Yscr?U+1D4B4 HTML 5.0mathematical script capital Y
Zscr?U+1D4B5 HTML 5.0mathematical script capital Z
ascr?U+1D4B6 HTML 5.0mathematical script small a
bscr?U+1D4B7 HTML 5.0mathematical script small b
cscr?U+1D4B8 HTML 5.0mathematical script small c
dscr?U+1D4B9 HTML 5.0mathematical script small d
fscr?U+1D4BB HTML 5.0mathematical script small f
hscr?U+1D4BD HTML 5.0mathematical script small h
iscr?U+1D4BE HTML 5.0mathematical script small i
jscr?U+1D4BF HTML 5.0mathematical script small j
kscr?U+1D4C0 HTML 5.0mathematical script small k
lscr?U+1D4C1 HTML 5.0mathematical script small l
mscr?U+1D4C2 HTML 5.0mathematical script small m
nscr?U+1D4C3 HTML 5.0mathematical script small n
pscr?U+1D4C5 HTML 5.0mathematical script small p
qscr?U+1D4C6 HTML 5.0mathematical script small q
rscr?U+1D4C7 HTML 5.0mathematical script small r
sscr?U+1D4C8 HTML 5.0mathematical script small s
tscr?U+1D4C9 HTML 5.0mathematical script small t
uscr?U+1D4CA HTML 5.0mathematical script small u
vscr?U+1D4CB HTML 5.0mathematical script small v
wscr?U+1D4CC HTML 5.0mathematical script small w
xscr?U+1D4CD HTML 5.0mathematical script small x
yscr?U+1D4CE HTML 5.0mathematical script small y
zscr?U+1D4CF HTML 5.0mathematical script small z
Afr?U+1D504 HTML 5.0mathematical Fraktur capital A
Bfr?U+1D505 HTML 5.0mathematical Fraktur capital B
Dfr?U+1D507 HTML 5.0mathematical Fraktur capital D
Efr?U+1D508 HTML 5.0mathematical Fraktur capital E
Ffr?U+1D509 HTML 5.0mathematical Fraktur capital F
Gfr?U+1D50A HTML 5.0mathematical Fraktur capital G
Jfr?U+1D50D HTML 5.0mathematical Fraktur capital J
Kfr?U+1D50E HTML 5.0mathematical Fraktur capital K
Lfr?U+1D50F HTML 5.0mathematical Fraktur capital L
Mfr?U+1D510 HTML 5.0mathematical Fraktur capital M
Nfr?U+1D511 HTML 5.0mathematical Fraktur capital N
Ofr?U+1D512 HTML 5.0mathematical Fraktur capital O
Pfr?U+1D513 HTML 5.0mathematical Fraktur capital P
Qfr?U+1D514 HTML 5.0mathematical Fraktur capital Q
Sfr?U+1D516 HTML 5.0mathematical Fraktur capital S
Tfr?U+1D517 HTML 5.0mathematical Fraktur capital T
Ufr?U+1D518 HTML 5.0mathematical Fraktur capital U
Vfr?U+1D519 HTML 5.0mathematical Fraktur capital V
Wfr?U+1D51A HTML 5.0mathematical Fraktur capital W
Xfr?U+1D51B HTML 5.0mathematical Fraktur capital X
Yfr?U+1D51C HTML 5.0mathematical Fraktur capital Y
afr?U+1D51E HTML 5.0mathematical Fraktur small a
bfr?U+1D51F HTML 5.0mathematical Fraktur small b
cfr?U+1D520 HTML 5.0mathematical Fraktur small c
dfr?U+1D521 HTML 5.0mathematical Fraktur small d
efr?U+1D522 HTML 5.0mathematical Fraktur small e
ffr?U+1D523 HTML 5.0mathematical Fraktur small f
gfr?U+1D524 HTML 5.0mathematical Fraktur small g
hfr?U+1D525 HTML 5.0mathematical Fraktur small h
ifr?U+1D526 HTML 5.0mathematical Fraktur small i
jfr?U+1D527 HTML 5.0mathematical Fraktur small j
kfr?U+1D528 HTML 5.0mathematical Fraktur small k
lfr?U+1D529 HTML 5.0mathematical Fraktur small l
mfr?U+1D52A HTML 5.0mathematical Fraktur small m
nfr?U+1D52B HTML 5.0mathematical Fraktur small n
ofr?U+1D52C HTML 5.0mathematical Fraktur small o
pfr?U+1D52D HTML 5.0mathematical Fraktur small p
qfr?U+1D52E HTML 5.0mathematical Fraktur small q
rfr?U+1D52F HTML 5.0mathematical Fraktur small r
sfr?U+1D530 HTML 5.0mathematical Fraktur small s
tfr?U+1D531 HTML 5.0mathematical Fraktur small t
ufr?U+1D532 HTML 5.0mathematical Fraktur small u
vfr?U+1D533 HTML 5.0mathematical Fraktur small v
wfr?U+1D534 HTML 5.0mathematical Fraktur small w
xfr?U+1D535 HTML 5.0mathematical Fraktur small x
yfr?U+1D536 HTML 5.0mathematical Fraktur small y
zfr?U+1D537 HTML 5.0mathematical Fraktur small z
Aopf?U+1D538 HTML 5.0mathematical double-struck capital A
Bopf?U+1D539 HTML 5.0mathematical double-struck capital B
Dopf?U+1D53B HTML 5.0mathematical double-struck capital D
Eopf?U+1D53C HTML 5.0mathematical double-struck capital E
Fopf?U+1D53D HTML 5.0mathematical double-struck capital F
Gopf?U+1D53E HTML 5.0mathematical double-struck capital G
Iopf?U+1D540 HTML 5.0mathematical double-struck capital I
Jopf?U+1D541 HTML 5.0mathematical double-struck capital J
Kopf?U+1D542 HTML 5.0mathematical double-struck capital K
Lopf?U+1D543 HTML 5.0mathematical double-struck capital L
Mopf?U+1D544 HTML 5.0mathematical double-struck capital M
Oopf?U+1D546 HTML 5.0mathematical double-struck capital O
Sopf?U+1D54A HTML 5.0mathematical double-struck capital S
Topf?U+1D54B HTML 5.0mathematical double-struck capital T
Uopf?U+1D54C HTML 5.0mathematical double-struck capital U
Vopf?U+1D54D HTML 5.0mathematical double-struck capital V
Wopf?U+1D54E HTML 5.0mathematical double-struck capital W
Xopf?U+1D54F HTML 5.0mathematical double-struck capital X
Yopf?U+1D550 HTML 5.0mathematical double-struck capital Y
aopf?U+1D552 HTML 5.0mathematical double-struck small a
bopf?U+1D553 HTML 5.0mathematical double-struck small b
copf?U+1D554 HTML 5.0mathematical double-struck small c
dopf?U+1D555 HTML 5.0mathematical double-struck small d
eopf?U+1D556 HTML 5.0mathematical double-struck small e
fopf?U+1D557 HTML 5.0mathematical double-struck small f
gopf?U+1D558 HTML 5.0mathematical double-struck small g
hopf?U+1D559 HTML 5.0mathematical double-struck small h
iopf?U+1D55A HTML 5.0mathematical double-struck small i
jopf?U+1D55B HTML 5.0mathematical double-struck small j
kopf?U+1D55C HTML 5.0mathematical double-struck small k
lopf?U+1D55D HTML 5.0mathematical double-struck small l
mopf?U+1D55E HTML 5.0mathematical double-struck small m
nopf?U+1D55F HTML 5.0mathematical double-struck small n
oopf?U+1D560 HTML 5.0mathematical double-struck small o
popf?U+1D561 HTML 5.0mathematical double-struck small p
qopf?U+1D562 HTML 5.0mathematical double-struck small q
ropf?U+1D563 HTML 5.0mathematical double-struck small r
sopf?U+1D564 HTML 5.0mathematical double-struck small s
topf?U+1D565 HTML 5.0mathematical double-struck small t
uopf?U+1D566 HTML 5.0mathematical double-struck small u
vopf?U+1D567 HTML 5.0mathematical double-struck small v
wopf?U+1D568 HTML 5.0mathematical double-struck small w
xopf?U+1D569 HTML 5.0mathematical double-struck small x
yopf?U+1D56A HTML 5.0mathematical double-struck small y
zopf?U+1D56B HTML 5.0mathematical double-struck small z
nvlt<⃒U+003C, U+20D2 HTML 5.0less-than sign, combining long vertical line overlay
bne=⃥U+003D, U+20E5 HTML 5.0equals sign, combining reverse solidus overlay
nvgt>⃒U+003E, U+20D2 HTML 5.0greater-than sign, combining long vertical line overlay
fjligfjU+0066, U+006A HTML 5.0latin small letter f, latin small letter j
ThickSpace  U+205F, U+200A HTML 5.0medium mathematical space, hair space
nrarrw↝̸U+219D, U+0338 HTML 5.0rightwards wave arrow, combining long solidus overlay
npart∂̸U+2202, U+0338 HTML 5.0partial differential, combining long solidus overlay
nang∠⃒U+2220, U+20D2 HTML 5.0angle, combining long vertical line overlay
caps∩︀U+2229, U+FE00 HTML 5.0intersection, variation selector-1
cups∪︀U+222A, U+FE00 HTML 5.0union, variation selector-1
nvsim∼⃒U+223C, U+20D2 HTML 5.0tilde operator, combining long vertical line overlay
race∽̱U+223D, U+0331 HTML 5.0reversed tilde, combining macron below
acE∾̳U+223E, U+0333 HTML 5.0inverted lazy s, combining double low line
nesim, NotEqualTilde≂̸U+2242, U+0338 HTML 5.0minus tilde, combining long solidus overlay
napid≋̸U+224B, U+0338 HTML 5.0triple tilde, combining long solidus overlay
nvap≍⃒U+224D, U+20D2 HTML 5.0equivalent to, combining long vertical line overlay
nbump, NotHumpDownHump≎̸U+224E, U+0338 HTML 5.0geometrically equivalent to, combining long solidus overlay
nbumpe, NotHumpEqual≏̸U+224F, U+0338 HTML 5.0difference between, combining long solidus overlay
nedot≐̸U+2250, U+0338 HTML 5.0approaches the limit, combining long solidus overlay
bnequiv≡⃥U+2261, U+20E5 HTML 5.0identical to, combining reverse solidus overlay
nvle≤⃒U+2264, U+20D2 HTML 5.0less-than or equal to, combining long vertical line overlay
nvge≥⃒U+2265, U+20D2 HTML 5.0greater-than or equal to, combining long vertical line overlay
nlE, nleqq≦̸U+2266, U+0338 HTML 5.0less-than over equal to, combining long solidus overlay
ngE, ngeqq, NotGreaterFullEqual≧̸U+2267, U+0338 HTML 5.0greater-than over equal to, combining long solidus overlay
lvertneqq, lvnE≨︀U+2268, U+FE00 HTML 5.0less-than but not equal to, variation selector-1
gvertneqq, gvnE≩︀U+2269, U+FE00 HTML 5.0greater-than but not equal to, variation selector-1
nLtv, NotLessLess≪̸U+226A, U+0338 HTML 5.0much less-than, combining long solidus overlay
nLt≪⃒U+226A, U+20D2 HTML 5.0much less-than, combining long vertical line overlay
nGtv, NotGreaterGreater≫̸U+226B, U+0338 HTML 5.0much greater-than, combining long solidus overlay
nGt≫⃒U+226B, U+20D2 HTML 5.0much greater-than, combining long vertical line overlay
NotSucceedsTilde≿̸U+227F, U+0338 HTML 5.0succeeds or equivalent to, combining long solidus overlay
NotSubset, nsubset, vnsub⊂⃒U+2282, U+20D2 HTML 5.0subset of, combining long vertical line overlay
NotSuperset, nsupset, vnsup⊃⃒U+2283, U+20D2 HTML 5.0superset of, combining long vertical line overlay
varsubsetneq, vsubne⊊︀U+228A, U+FE00 HTML 5.0subset of with not equal to, variation selector-1
varsupsetneq, vsupne⊋︀U+228B, U+FE00 HTML 5.0superset of with not equal to, variation selector-1
NotSquareSubset⊏̸U+228F, U+0338 HTML 5.0square image of, combining long solidus overlay
NotSquareSuperset⊐̸U+2290, U+0338 HTML 5.0square original of, combining long solidus overlay
sqcaps⊓︀U+2293, U+FE00 HTML 5.0square cap, variation selector-1
sqcups⊔︀U+2294, U+FE00 HTML 5.0square cup, variation selector-1
nvltrie⊴⃒U+22B4, U+20D2 HTML 5.0normal subgroup of or equal to, combining long vertical line overlay
nvrtrie⊵⃒U+22B5, U+20D2 HTML 5.0contains as normal subgroup or equal to, combining long vertical line overlay
nLl⋘̸U+22D8, U+0338 HTML 5.0very much less-than, combining long solidus overlay
nGg⋙̸U+22D9, U+0338 HTML 5.0very much greater-than, combining long solidus overlay
lesg⋚︀U+22DA, U+FE00 HTML 5.0less-than equal to or greater-than, variation selector-1
gesl⋛︀U+22DB, U+FE00 HTML 5.0greater-than equal to or less-than, variation selector-1
notindot⋵̸U+22F5, U+0338 HTML 5.0element of with dot above, combining long solidus overlay
notinE⋹̸U+22F9, U+0338 HTML 5.0element of with two horizontal strokes, combining long solidus overlay
nrarrc⤳̸U+2933, U+0338 HTML 5.0wave arrow pointing directly right, combining long solidus overlay
NotLeftTriangleBar⧏̸U+29CF, U+0338 HTML 5.0left triangle beside vertical bar, combining long solidus overlay
NotRightTriangleBar⧐̸U+29D0, U+0338 HTML 5.0vertical bar beside right triangle, combining long solidus overlay
ncongdot⩭̸U+2A6D, U+0338 HTML 5.0congruent with dot above, combining long solidus overlay
napE⩰̸U+2A70, U+0338 HTML 5.0approximately equal or equal to, combining long solidus overlay
nleqslant, nles, NotLessSlantEqual⩽̸U+2A7D, U+0338 HTML 5.0less-than or slanted equal to, combining long solidus overlay
ngeqslant, nges, NotGreaterSlantEqual⩾̸U+2A7E, U+0338 HTML 5.0greater-than or slanted equal to, combining long solidus overlay
NotNestedLessLess⪡̸U+2AA1, U+0338 HTML 5.0double nested less-than, combining long solidus overlay
NotNestedGreaterGreater⪢̸U+2AA2, U+0338 HTML 5.0double nested greater-than, combining long solidus overlay
smtes⪬︀U+2AAC, U+FE00 HTML 5.0smaller than or equal to, variation selector-1
lates⪭︀U+2AAD, U+FE00 HTML 5.0larger than or equal to, variation selector-1
NotPrecedesEqual, npre, npreceq⪯̸U+2AAF, U+0338 HTML 5.0precedes above single-line equals sign, combining long solidus overlay
NotSucceedsEqual, nsce, nsucceq⪰̸U+2AB0, U+0338 HTML 5.0succeeds above single-line equals sign, combining long solidus overlay
nsubE, nsubseteqq⫅̸U+2AC5, U+0338 HTML 5.0subset of above equals sign, combining long solidus overlay
nsupE, nsupseteqq⫆̸U+2AC6, U+0338 HTML 5.0superset of above equals sign, combining long solidus overlay
varsubsetneqq, vsubnE⫋︀U+2ACB, U+FE00 HTML 5.0subset of above not equal to, variation selector-1
varsupsetneqq, vsupnE⫌︀U+2ACC, U+FE00 HTML 5.0superset of above not equal to, variation selector-1
nparsl⫽⃥U+2AFD, U+20E5 HTML 5.0double solidus operator, combining reverse solidus overlay

Notes: