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.Name | Character | Unicode code point | Standard | Name |
quot | " | U+0022 | XML 1.0 | quotation mark |
amp | & | U+0026 | XML 1.0 | ampersand |
apos | ' | U+0027 | XML 1.0 | apostrophe |
lt | < | U+003C | XML 1.0 | less-than sign |
gt | > | U+003E | XML 1.0 | greater-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
©
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
©
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 ©
or ©
. Names | Character | Unicode code point | Standard | DTD | Old ISO subset | Description | |
Tab | U+0009 | HTML 5.0 | character tabulation | ||||
NewLine | U+000A | HTML 5.0 | line feed | ||||
excl | ! | U+0021 | HTML 5.0 | ISOnum | exclamation mark | ||
quot, QUOT | " | U+0022 | HTML 2.0 | HTMLspecial | ISOnum | quotation mark | |
num | # | U+0023 | HTML 5.0 | number sign | |||
dollar | $ | U+0024 | HTML 5.0 | dollar sign | |||
percnt | % | U+0025 | HTML 5.0 | ISOnum | percent sign | ||
amp, AMP | & | U+0026 | Original html specification and HTML 2.0 | HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd | ISOnum | ampersand | |
apos | ' | U+0027 | HTML 5.0 and XHTML 1.0 | HTMLspecial | ISOnum | apostrophe '; see below | |
lpar | U+0029 | HTML 5.0 | right parenthesis | ||||
ast, midast | * | U+002A | HTML 5.0 | asterisk ' | |||
plus | + | U+002B | HTML 5.0 | plus sign | |||
comma | , | U+002C | HTML 5.0 | comma | |||
period | . | U+002E | HTML 5.0 | full stop ' | |||
sol | / | U+002F | HTML 5.0 | solidus | |||
colon | : | U+003A | HTML 5.0 | colon | |||
semi | ; | U+003B | HTML 5.0 | semicolon | |||
lt, LT | < | U+003C | Original html specification and HTML 2.0 | HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd | ISOnum | less-than sign | |
equals | = | U+003D | HTML 5.0 | ISOnum | equals sign | ||
gt, GT | > | U+003E | Original html specification and HTML 2.0 | HTMLspecial and http://info.cern.ch/MarkUp/html-spec/html.dtd | ISOnum | greater-than sign | |
quest | ? | U+003F | HTML 5.0 | question mark | |||
commat | @ | U+0040 | HTML 5.0 | commercial at | |||
lsqb, lbrack | U+005D | HTML 5.0 | right square bracket ' | ||||
Hat | ^ | U+005E | HTML 5.0 | circumflex accent | |||
lowbar, UnderBar | _ | U+005F | HTML 5.0 | low line ' | |||
grave, DiacriticalGrave | ` | U+0060 | HTML 5.0 | grave accent ' | |||
lcub, lbrace | U+007D | HTML 5.0 | right curly bracket ' | ||||
nbsp, NonBreakingSpace | U+00A0 | HTML 3.2 | HTMLlat1 | ISOnum | no-break space ' | ||
iexcl | ¡ | U+00A1 | HTML 3.2 | HTMLlat1 | ISOnum | inverted exclamation mark | |
cent | ¢ | U+00A2 | HTML 3.2 | HTMLlat1 | ISOnum | cent sign | |
pound | £ | U+00A3 | HTML 3.2 | HTMLlat1 | ISOnum | pound sign | |
curren | ¤ | U+00A4 | HTML 3.2 | HTMLlat1 | ISOnum | currency sign | |
yen | ¥ | U+00A5 | HTML 3.2 | HTMLlat1 | ISOnum | yen sign ' | |
brvbar | ¦ | U+00A6 | HTML 3.2 | HTMLlat1 | ISOnum | broken bar ' | |
sect | § | U+00A7 | HTML 3.2 | HTMLlat1 | ISOnum | section sign | |
Dot, die, DoubleDot, uml | ¨ | U+00A8 | HTML 3.2 | HTMLlat1 | ISOdia | diaeresis '; see Germanic umlaut | |
copy, COPY | © | U+00A9 | HTML 3.2 | HTMLlat1 | ISOnum | copyright sign | |
ordf | ª | U+00AA | HTML 3.2 | HTMLlat1 | ISOnum | feminine ordinal indicator | |
laquo | « | U+00AB | HTML 3.2 | HTMLlat1 | ISOnum | left-pointing double angle quotation mark ' | |
not | ¬ | U+00AC | HTML 3.2 | HTMLlat1 | ISOnum | not sign | |
shy | | U+00AD | HTML 3.2 | HTMLlat1 | ISOnum | soft hyphen ' | |
reg, circledR, REG | ® | U+00AE | HTML 3.2 | HTMLlat1 | ISOnum | registered sign ' | |
macr, strns | ¯ | U+00AF | HTML 3.2 | HTMLlat1 | ISOdia | macron ' | |
deg | ° | U+00B0 | HTML 3.2 | HTMLlat1 | ISOnum | degree sign | |
plusmn, pm, PlusMinus | ± | U+00B1 | HTML 3.2 | HTMLlat1 | ISOnum | plus-minus sign ' | |
sup2 | ² | U+00B2 | HTML 3.2 | HTMLlat1 | ISOnum | superscript two ' | |
sup3 | ³ | U+00B3 | HTML 3.2 | HTMLlat1 | ISOnum | superscript three ' | |
acute, DiacriticalAcute | ´ | U+00B4 | HTML 3.2 | HTMLlat1 | ISOdia | acute accent ' | |
micro | µ | U+00B5 | HTML 3.2 | HTMLlat1 | ISOnum | micro sign | |
para | ¶ | U+00B6 | HTML 3.2 | HTMLlat1 | ISOnum | pilcrow sign ' | |
middot, centerdot, CenterDot | · | U+00B7 | HTML 3.2 | HTMLlat1 | ISOnum | middle dot ' | |
cedil, Cedilla | ¸ | U+00B8 | HTML 3.2 | HTMLlat1 | ISOdia | cedilla ' | |
sup1 | ¹ | U+00B9 | HTML 3.2 | HTMLlat1 | ISOnum | superscript one ' | |
ordm | º | U+00BA | HTML 3.2 | HTMLlat1 | ISOnum | masculine ordinal indicator | |
raquo | » | U+00BB | HTML 3.2 | HTMLlat1 | ISOnum | right-pointing double angle quotation mark ' | |
frac14 | ¼ | U+00BC | HTML 3.2 | HTMLlat1 | ISOnum | vulgar fraction one quarter ' | |
frac12, half | ½ | U+00BD | HTML 3.2 | HTMLlat1 | ISOnum | vulgar fraction one half ' | |
frac34 | ¾ | U+00BE | HTML 3.2 | HTMLlat1 | ISOnum | vulgar fraction three quarters ' | |
iquest | ¿ | U+00BF | HTML 3.2 | HTMLlat1 | ISOnum | inverted question mark ' | |
Agrave | À | U+00C0 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with grave ' | |
Aacute | Á | U+00C1 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with acute | |
Acirc | Â | U+00C2 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with circumflex | |
Atilde | Ã | U+00C3 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with tilde | |
Auml | Ä | U+00C4 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with diaeresis | |
Aring, angst | Å | U+00C5 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter A with ring above ' | |
AElig | Æ | U+00C6 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter AE ' | |
Ccedil | Ç | U+00C7 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter C with cedilla | |
Egrave | È | U+00C8 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter E with grave | |
Eacute | É | U+00C9 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter E with acute | |
Ecirc | Ê | U+00CA | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter E with circumflex | |
Euml | Ë | U+00CB | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter E with diaeresis | |
Igrave | Ì | U+00CC | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter I with grave | |
Iacute | Í | U+00CD | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter I with acute | |
Icirc | Î | U+00CE | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter I with circumflex | |
Iuml | Ï | U+00CF | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter I with diaeresis | |
ETH | Ð | U+00D0 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter Eth | |
Ntilde | Ñ | U+00D1 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter N with tilde | |
Ograve | Ò | U+00D2 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with grave | |
Oacute | Ó | U+00D3 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with acute | |
Ocirc | Ô | U+00D4 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with circumflex | |
Otilde | Õ | U+00D5 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with tilde | |
Ouml | Ö | U+00D6 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with diaeresis | |
times | × | U+00D7 | HTML 3.2 | HTMLlat1 | ISOnum | multiplication sign ' | |
Oslash | Ø | U+00D8 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter O with stroke ' | |
Ugrave | Ù | U+00D9 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter U with grave | |
Uacute | Ú | U+00DA | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter U with acute | |
Ucirc | Û | U+00DB | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter U with circumflex | |
Uuml | Ü | U+00DC | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter U with diaeresis | |
Yacute | Ý | U+00DD | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter Y with acute | |
THORN | Þ | U+00DE | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin capital letter THORN | |
szlig | ß | U+00DF | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter sharp s '; see German Eszett | |
agrave | à | U+00E0 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with grave | |
aacute | á | U+00E1 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with acute | |
acirc | â | U+00E2 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with circumflex | |
atilde | ã | U+00E3 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with tilde | |
auml | ä | U+00E4 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with diaeresis | |
aring | å | U+00E5 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter a with ring above | |
aelig | æ | U+00E6 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter ae ' | |
ccedil | ç | U+00E7 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter c with cedilla | |
egrave | è | U+00E8 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter e with grave | |
eacute | é | U+00E9 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter e with acute | |
ecirc | ê | U+00EA | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter e with circumflex | |
euml | ë | U+00EB | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter e with diaeresis | |
igrave | ì | U+00EC | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter i with grave | |
iacute | í | U+00ED | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter i with acute | |
icirc | î | U+00EE | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter i with circumflex | |
iuml | ï | U+00EF | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter i with diaeresis | |
eth | ð | U+00F0 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter eth | |
ntilde | ñ | U+00F1 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter n with tilde | |
ograve | ò | U+00F2 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with grave | |
oacute | ó | U+00F3 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with acute | |
ocirc | ô | U+00F4 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with circumflex | |
otilde | õ | U+00F5 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with tilde | |
ouml | ö | U+00F6 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with diaeresis | |
divide, div | ÷ | U+00F7 | HTML 3.2 | HTMLlat1 | ISOnum | Division sign | |
oslash | ø | U+00F8 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter o with stroke ' | |
ugrave | ù | U+00F9 | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter u with grave | |
uacute | ú | U+00FA | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter u with acute | |
ucirc | û | U+00FB | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter u with circumflex | |
uuml | ü | U+00FC | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter u with diaeresis | |
yacute | ý | U+00FD | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter y with acute | |
thorn | þ | U+00FE | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter thorn | |
yuml | ÿ | U+00FF | HTML 2.0 | HTMLlat1 | ISOlat1 | Latin small letter y with diaeresis | |
Amacr | Ā | U+0100 | HTML 5.0 | Latin capital letter A with macron | |||
amacr | ā | U+0101 | HTML 5.0 | Latin small letter a with macron | |||
Abreve | Ă | U+0102 | HTML 5.0 | Latin capital letter A with breve | |||
abreve | ă | U+0103 | HTML 5.0 | Latin small letter a with breve | |||
Aogon | Ą | U+0104 | HTML 5.0 | Latin capital letter A with ogonek | |||
aogon | ą | U+0105 | HTML 5.0 | Latin small letter a with ogonek | |||
Cacute | Ć | U+0106 | HTML 5.0 | Latin capital letter C with acute | |||
cacute | ć | U+0107 | HTML 5.0 | Latin small letter c with acute | |||
Ccirc | Ĉ | U+0108 | HTML 5.0 | Latin capital letter C with circumflex | |||
ccirc | ĉ | U+0109 | HTML 5.0 | Latin small letter c with circumflex | |||
Cdot | Ċ | U+010A | HTML 5.0 | Latin capital letter C with dot above | |||
cdot | ċ | U+010B | HTML 5.0 | Latin small letter c with dot above | |||
Ccaron | Č | U+010C | HTML 5.0 | Latin capital letter C with caron | |||
ccaron | č | U+010D | HTML 5.0 | Latin small letter c with caron | |||
Dcaron | Ď | U+010E | HTML 5.0 | Latin capital letter D with caron | |||
dcaron | ď | U+010F | HTML 5.0 | Latin small letter d with caron | |||
Dstrok | Đ | U+0110 | HTML 5.0 | Latin capital letter D with stroke | |||
dstrok | đ | U+0111 | HTML 5.0 | Latin small letter d with stroke | |||
Emacr | Ē | U+0112 | HTML 5.0 | Latin capital letter E with macron | |||
emacr | ē | U+0113 | HTML 5.0 | Latin small letter e with macron | |||
Edot | Ė | U+0116 | HTML 5.0 | Latin capital letter E with dot above | |||
edot | ė | U+0117 | HTML 5.0 | Latin small letter e with dot above | |||
Eogon | Ę | U+0118 | HTML 5.0 | Latin capital letter E with ogonek | |||
eogon | ę | U+0119 | HTML 5.0 | Latin small letter e with ogonek | |||
Ecaron | Ě | U+011A | HTML 5.0 | Latin capital letter E with caron | |||
ecaron | ě | U+011B | HTML 5.0 | Latin small letter e with caron | |||
Gcirc | Ĝ | U+011C | HTML 5.0 | Latin capital letter G with circumflex | |||
gcirc | ĝ | U+011D | HTML 5.0 | Latin small letter g with circumflex | |||
Gbreve | Ğ | U+011E | HTML 5.0 | Latin capital letter G with breve | |||
gbreve | ğ | U+011F | HTML 5.0 | Latin small letter g with breve | |||
Gdot | Ġ | U+0120 | HTML 5.0 | Latin capital letter G with dot above | |||
gdot | ġ | U+0121 | HTML 5.0 | Latin small letter g with dot above | |||
Gcedil | Ģ | U+0122 | HTML 5.0 | Latin capital letter G with cedilla | |||
Hcirc | Ĥ | U+0124 | HTML 5.0 | Latin capital letter H with circumflex | |||
hcirc | ĥ | U+0125 | HTML 5.0 | Latin small letter h with circumflex | |||
Hstrok | Ħ | U+0126 | HTML 5.0 | Latin capital letter H with stroke | |||
hstrok | ħ | U+0127 | HTML 5.0 | Latin small letter h with stroke | |||
Itilde | Ĩ | U+0128 | HTML 5.0 | Latin capital letter I with tilde | |||
itilde | ĩ | U+0129 | HTML 5.0 | Latin small letter i with tilde | |||
Imacr | Ī | U+012A | HTML 5.0 | Latin capital letter I with macron | |||
imacr | ī | U+012B | HTML 5.0 | Latin small letter i with macron | |||
Iogon | Į | U+012E | HTML 5.0 | Latin capital letter I with ogonek | |||
iogon | į | U+012F | HTML 5.0 | Latin small letter i with ogonek | |||
Idot | İ | U+0130 | HTML 5.0 | Latin capital letter I with dot above | |||
imath, inodot | ı | U+0131 | HTML 5.0 | Latin small letter dotless i ' | |||
IJlig | IJ | U+0132 | HTML 5.0 | Latin capital ligature IJ | |||
ijlig | ij | U+0133 | HTML 5.0 | Latin small ligature ij | |||
Jcirc | Ĵ | U+0134 | HTML 5.0 | Latin capital letter J with circumflex | |||
jcirc | ĵ | U+0135 | HTML 5.0 | Latin small letter j with circumflex | |||
Kcedil | Ķ | U+0136 | HTML 5.0 | Latin capital letter K with cedilla | |||
kcedil | ķ | U+0137 | HTML 5.0 | Latin small letter k with cedilla | |||
kgreen | ĸ | U+0138 | HTML 5.0 | Latin small letter kra ' | |||
Lacute | Ĺ | U+0139 | HTML 5.0 | Latin capital letter L with acute | |||
lacute | ĺ | U+013A | HTML 5.0 | Latin small letter l with acute | |||
Lcedil | Ļ | U+013B | HTML 5.0 | Latin capital letter L with cedilla | |||
lcedil | ļ | U+013C | HTML 5.0 | Latin small letter l with cedilla | |||
Lcaron | Ľ | U+013D | HTML 5.0 | Latin capital letter L with caron | |||
lcaron | ľ | U+013E | HTML 5.0 | Latin small letter l with caron | |||
Lmidot | Ŀ | U+013F | HTML 5.0 | Latin capital letter L with middle dot | |||
lmidot | ŀ | U+0140 | HTML 5.0 | Latin small letter l with middle dot | |||
Lstrok | Ł | U+0141 | HTML 5.0 | Latin capital letter L with stroke | |||
lstrok | ł | U+0142 | HTML 5.0 | Latin small letter l with stroke | |||
Nacute | Ń | U+0143 | HTML 5.0 | Latin capital letter N with acute | |||
nacute | ń | U+0144 | HTML 5.0 | Latin small letter n with acute | |||
Ncedil | Ņ | U+0145 | HTML 5.0 | Latin capital letter N with cedilla | |||
ncedil | ņ | U+0146 | HTML 5.0 | Latin small letter n with cedilla | |||
Ncaron | Ň | U+0147 | HTML 5.0 | Latin capital letter N with caron | |||
ncaron | ň | U+0148 | HTML 5.0 | Latin small letter n with caron | |||
napos | ʼn | U+0149 | HTML 5.0 | Latin small letter n preceded by apostrophe | |||
ENG | Ŋ | U+014A | HTML 5.0 | Latin capital letter Eng | |||
eng | ŋ | U+014B | HTML 5.0 | Latin small letter eng | |||
Omacr | Ō | U+014C | HTML 5.0 | Latin capital letter O with macron | |||
omacr | ō | U+014D | HTML 5.0 | Latin small letter o with macron | |||
Odblac | Ő | U+0150 | HTML 5.0 | Latin capital letter O with double acute | |||
odblac | ő | U+0151 | HTML 5.0 | Latin small letter o with double acute | |||
OElig | Œ | U+0152 | HTML 4.0 | HTMLspecial | ISOlat2 | Latin capital ligature OE | |
oelig | œ | U+0153 | HTML 4.0 | HTMLspecial | ISOlat2 | Latin small ligature oe | |
Racute | Ŕ | U+0154 | HTML 5.0 | Latin capital letter R with acute | |||
racute | ŕ | U+0155 | HTML 5.0 | Latin small letter r with acute | |||
Rcedil | Ŗ | U+0156 | HTML 5.0 | Latin capital letter R with cedilla | |||
rcedil | ŗ | U+0157 | HTML 5.0 | Latin small letter r with cedilla | |||
Rcaron | Ř | U+0158 | HTML 5.0 | Latin capital letter R with caron | |||
rcaron | ř | U+0159 | HTML 5.0 | Latin small letter r with caron | |||
Sacute | Ś | U+015A | HTML 5.0 | Latin capital letter S with acute | |||
sacute | ś | U+015B | HTML 5.0 | Latin small letter s with acute | |||
Scirc | Ŝ | U+015C | HTML 5.0 | Latin capital letter S with circumflex | |||
scirc | ŝ | U+015D | HTML 5.0 | Latin small letter s with circumflex | |||
Scedil | Ş | U+015E | HTML 5.0 | Latin capital letter S with cedilla | |||
scedil | ş | U+015F | HTML 5.0 | Latin small letter s with cedilla | |||
Scaron | Š | U+0160 | HTML 4.0 | HTMLspecial | ISOlat2 | Latin capital letter S with caron | |
scaron | š | U+0161 | HTML 4.0 | HTMLspecial | ISOlat2 | Latin small letter s with caron | |
Tcedil | Ţ | U+0162 | HTML 5.0 | Latin capital letter T with cedilla | |||
tcedil | ţ | U+0163 | HTML 5.0 | Latin small letter t with cedilla | |||
Tcaron | Ť | U+0164 | HTML 5.0 | Latin capital letter T with caron | |||
tcaron | ť | U+0165 | HTML 5.0 | Latin small letter t with caron | |||
Tstrok | Ŧ | U+0166 | HTML 5.0 | Latin capital letter T with stroke | |||
tstrok | ŧ | U+0167 | HTML 5.0 | Latin small letter t with stroke | |||
Utilde | Ũ | U+0168 | HTML 5.0 | Latin capital letter U with tilde | |||
utilde | ũ | U+0169 | HTML 5.0 | Latin small letter u with tilde | |||
Umacr | Ū | U+016A | HTML 5.0 | Latin capital letter U with macron | |||
umacr | ū | U+016B | HTML 5.0 | Latin small letter u with macron | |||
Ubreve | Ŭ | U+016C | HTML 5.0 | Latin capital letter U with breve | |||
ubreve | ŭ | U+016D | HTML 5.0 | Latin small letter u with breve | |||
Uring | Ů | U+016E | HTML 5.0 | Latin capital letter U with ring above | |||
uring | ů | U+016F | HTML 5.0 | Latin small letter u with ring above | |||
Udblac | Ű | U+0170 | HTML 5.0 | Latin capital letter U with double acute | |||
udblac | ű | U+0171 | HTML 5.0 | Latin small letter u with double acute | |||
Uogon | Ų | U+0172 | HTML 5.0 | Latin capital letter U with ogonek | |||
uogon | ų | U+0173 | HTML 5.0 | Latin small letter u with ogonek | |||
Wcirc | Ŵ | U+0174 | HTML 5.0 | Latin capital letter W with circumflex | |||
wcirc | ŵ | U+0175 | HTML 5.0 | Latin small letter w with circumflex | |||
Ycirc | Ŷ | U+0176 | HTML 5.0 | Latin capital letter Y with circumflex | |||
ycirc | ŷ | U+0177 | HTML 5.0 | Latin small letter y with circumflex | |||
Yuml | Ÿ | U+0178 | HTML 4.0 | HTMLspecial | ISOlat2 | Latin capital letter Y with diaeresis | |
Zacute | Ź | U+0179 | HTML 5.0 | Latin capital letter Z with acute | |||
zacute | ź | U+017A | HTML 5.0 | Latin small letter z with acute | |||
Zdot | Ż | U+017B | HTML 5.0 | Latin capital letter Z with dot above | |||
zdot | ż | U+017C | HTML 5.0 | Latin small letter z with dot above | |||
Zcaron | Ž | U+017D | HTML 5.0 | Latin capital letter Z with caron | |||
zcaron | ž | U+017E | HTML 5.0 | Latin small letter z with caron | |||
fnof | ƒ | U+0192 | HTML 4.0 | HTMLsymbol | ISOtech | Latin small letter f with hook ' | |
imped | Ƶ | U+01B5 | HTML 5.0 | Latin capital letter Z with stroke | |||
gacute | ǵ | U+01F5 | HTML 5.0 | Latin small letter g with acute | |||
jmath | ȷ | U+0237 | HTML 5.0 | Latin small letter dotless j ' | |||
circ | ˆ | U+02C6 | HTML 4.0 | HTMLspecial | ISOpub | modifier letter circumflex accent | |
caron, Hacek | ˇ | U+02C7 | HTML 5.0 | caron ' | |||
breve, Breve | ˘ | U+02D8 | HTML 5.0 | breve | |||
dot, DiacriticalDot | ˙ | U+02D9 | HTML 5.0 | dot above ' | |||
ring | ˚ | U+02DA | HTML 5.0 | ring above | |||
ogon | ˛ | U+02DB | HTML 5.0 | ogonek | |||
tilde, DiacriticalTilde | ˜ | U+02DC | HTML 4.0 | HTMLspecial | ISOdia | small tilde ' | |
dblac, DiacriticalDoubleAcute | ˝ | U+02DD | HTML 5.0 | double acute accent ' | |||
DownBreve | ̑ | U+0311 | HTML 5.0 | combining inverted breve ' | |||
Alpha | Α | U+0391 | HTML 4.0 | HTMLsymbol | Greek capital letter Alpha | ||
Beta | Β | U+0392 | HTML 4.0 | HTMLsymbol | Greek capital letter Beta | ||
Gamma | Γ | U+0393 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Gamma | |
Delta | Δ | U+0394 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Delta | |
Epsilon | Ε | U+0395 | HTML 4.0 | HTMLsymbol | Greek capital letter Epsilon | ||
Zeta | Ζ | U+0396 | HTML 4.0 | HTMLsymbol | Greek capital letter Zeta | ||
Eta | Η | U+0397 | HTML 4.0 | HTMLsymbol | Greek capital letter Eta | ||
Theta | Θ | U+0398 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Theta | |
Iota | Ι | U+0399 | HTML 4.0 | HTMLsymbol | Greek capital letter Iota | ||
Kappa | Κ | U+039A | HTML 4.0 | HTMLsymbol | Greek capital letter Kappa | ||
Lambda | Λ | U+039B | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Lamda ' | |
Mu | Μ | U+039C | HTML 4.0 | HTMLsymbol | Greek capital letter Mu | ||
Nu | Ν | U+039D | HTML 4.0 | HTMLsymbol | Greek capital letter Nu | ||
Xi | Ξ | U+039E | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Xi | |
Omicron | Ο | U+039F | HTML 4.0 | HTMLsymbol | Greek capital letter Omicron | ||
Pi | Π | U+03A0 | HTML 4.0 | HTMLsymbol | Greek capital letter Pi | ||
Rho | Ρ | U+03A1 | HTML 4.0 | HTMLsymbol | Greek capital letter Rho | ||
Sigma | Σ | U+03A3 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Sigma | |
Tau | Τ | U+03A4 | HTML 4.0 | HTMLsymbol | Greek capital letter Tau | ||
Upsilon | Υ | U+03A5 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Upsilon | |
Phi | Φ | U+03A6 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Phi | |
Chi | Χ | U+03A7 | HTML 4.0 | HTMLsymbol | Greek capital letter Chi | ||
Psi | Ψ | U+03A8 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Psi | |
Omega, ohm | Ω | U+03A9 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek capital letter Omega ' | |
alpha | α | U+03B1 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter alpha | |
beta | β | U+03B2 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter beta | |
gamma | γ | U+03B3 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter gamma | |
delta | δ | U+03B4 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter delta | |
epsi, epsilon | ε | U+03B5 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter epsilon | |
zeta | ζ | U+03B6 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter zeta | |
eta | η | U+03B7 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter eta | |
theta | θ | U+03B8 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter theta | |
iota | ι | U+03B9 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter iota | |
kappa | κ | U+03BA | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter kappa | |
lambda | λ | U+03BB | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter lamda ' | |
mu | μ | U+03BC | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter mu | |
nu | ν | U+03BD | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter nu | |
xi | ξ | U+03BE | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter xi | |
omicron | ο | U+03BF | HTML 4.0 | HTMLsymbol | NEW | Greek small letter omicron | |
pi | π | U+03C0 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter pi | |
rho | ρ | U+03C1 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter rho | |
sigmav, varsigma, sigmaf | ς | U+03C2 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter final sigma ' | |
sigma | σ | U+03C3 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter sigma | |
tau | τ | U+03C4 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter tau | |
upsi, upsilon | υ | U+03C5 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter upsilon | |
phi | φ | U+03C6 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter phi | |
chi | χ | U+03C7 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter chi | |
psi | ψ | U+03C8 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter psi | |
omega | ω | U+03C9 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek small letter omega | |
thetav, vartheta, thetasym | ϑ | U+03D1 | HTML 4.0 | HTMLsymbol | NEW | Greek theta symbol ' | |
Upsi, upsih | ϒ | U+03D2 | HTML 4.0 | HTMLsymbol | NEW | Greek Upsilon with hook symbol | |
straightphi, phiv, varphi | ϕ | U+03D5 | HTML 5.0 | Greek phi symbol ' | |||
piv, varpi | ϖ | U+03D6 | HTML 4.0 | HTMLsymbol | ISOgrk3 | Greek pi symbol ' | |
Gammad | Ϝ | U+03DC | HTML 5.0 | Greek letter digamma | |||
gammad, digamma | ϝ | U+03DD | HTML 5.0 | Greek small letter digamma | |||
kappav, varkappa | ϰ | U+03F0 | HTML 5.0 | Greek kappa symbol ' | |||
rhov, varrho | ϱ | U+03F1 | HTML 5.0 | Greek rho symbol ' | |||
epsiv, varepsilon, straightepsilon | ϵ | U+03F5 | HTML 5.0 | Greek lunate epsilon symbol ' | |||
bepsi, backepsilon | ϶ | U+03F6 | HTML 5.0 | Greek reversed lunate epsilon symbol ' | |||
IOcy | Ё | U+0401 | HTML 5.0 | Cyrillic capital letter Io | |||
DJcy | Ђ | U+0402 | HTML 5.0 | Cyrillic capital letter Dje | |||
GJcy | Ѓ | U+0403 | HTML 5.0 | Cyrillic capital letter Gje | |||
Jukcy | Є | U+0404 | HTML 5.0 | Cyrillic capital letter Ukrainian Ie | |||
DScy | Ѕ | U+0405 | HTML 5.0 | Cyrillic capital letter Dze | |||
Iukcy | І | U+0406 | HTML 5.0 | Cyrillic capital letter Byelorussian-Ukrainian I ' | |||
YIcy | Ї | U+0407 | HTML 5.0 | Cyrillic capital letter yi | |||
Jsercy | Ј | U+0408 | HTML 5.0 | Cyrillic capital letter Je ' | |||
LJcy | Љ | U+0409 | HTML 5.0 | Cyrillic capital letter Lje | |||
NJcy | Њ | U+040A | HTML 5.0 | Cyrillic capital letter Nje | |||
TSHcy | Ћ | U+040B | HTML 5.0 | Cyrillic capital letter Tshe | |||
KJcy | Ќ | U+040C | HTML 5.0 | Cyrillic capital letter Kje | |||
Ubrcy | Ў | U+040E | HTML 5.0 | Cyrillic capital letter short U ' | |||
DZcy | Џ | U+040F | HTML 5.0 | Cyrillic capital letter Dzhe | |||
Acy | А | U+0410 | HTML 5.0 | Cyrillic capital letter A | |||
Bcy | Б | U+0411 | HTML 5.0 | Cyrillic capital letter Be | |||
Vcy | В | U+0412 | HTML 5.0 | Cyrillic capital letter Ve | |||
Gcy | Г | U+0413 | HTML 5.0 | Cyrillic capital letter Ghe | |||
Dcy | Д | U+0414 | HTML 5.0 | Cyrillic capital letter De | |||
IEcy | Е | U+0415 | HTML 5.0 | Cyrillic capital letter Ie | |||
ZHcy | Ж | U+0416 | HTML 5.0 | Cyrillic capital letter Zhe | |||
Zcy | З | U+0417 | HTML 5.0 | Cyrillic capital letter Ze | |||
Icy | И | U+0418 | HTML 5.0 | Cyrillic capital letter I | |||
Jcy | Й | U+0419 | HTML 5.0 | Cyrillic capital letter short I ' | |||
Kcy | К | U+041A | HTML 5.0 | Cyrillic capital letter Ka | |||
Lcy | Л | U+041B | HTML 5.0 | Cyrillic capital letter El | |||
Mcy | М | U+041C | HTML 5.0 | Cyrillic capital letter Em | |||
Ncy | Н | U+041D | HTML 5.0 | Cyrillic capital letter En | |||
Ocy | О | U+041E | HTML 5.0 | Cyrillic capital letter O | |||
Pcy | П | U+041F | HTML 5.0 | Cyrillic capital letter Pe | |||
Rcy | Р | U+0420 | HTML 5.0 | Cyrillic capital letter Er | |||
Scy | С | U+0421 | HTML 5.0 | Cyrillic capital letter Es | |||
Tcy | Т | U+0422 | HTML 5.0 | Cyrillic capital letter Te | |||
Ucy | У | U+0423 | HTML 5.0 | Cyrillic capital letter U | |||
Fcy | Ф | U+0424 | HTML 5.0 | Cyrillic capital letter Ef | |||
KHcy | Х | U+0425 | HTML 5.0 | Cyrillic capital letter Ha ' | |||
TScy | Ц | U+0426 | HTML 5.0 | Cyrillic capital letter Tse | |||
CHcy | Ч | U+0427 | HTML 5.0 | Cyrillic capital letter Che | |||
SHcy | Ш | U+0428 | HTML 5.0 | Cyrillic capital letter Sha | |||
SHCHcy | Щ | U+0429 | HTML 5.0 | Cyrillic capital letter Shcha | |||
HARDcy | Ъ | U+042A | HTML 5.0 | Cyrillic capital letter Hard Sign | |||
Ycy | Ы | U+042B | HTML 5.0 | Cyrillic capital letter Yeru ' | |||
SOFTcy | Ь | U+042C | HTML 5.0 | Cyrillic capital letter Soft Sign | |||
Ecy | Э | U+042D | HTML 5.0 | Cyrillic capital letter E | |||
YUcy | Ю | U+042E | HTML 5.0 | Cyrillic capital letter Yu | |||
YAcy | Я | U+042F | HTML 5.0 | Cyrillic capital letter Ya | |||
acy | а | U+0430 | HTML 5.0 | Cyrillic small letter a | |||
bcy | б | U+0431 | HTML 5.0 | Cyrillic small letter be | |||
vcy | в | U+0432 | HTML 5.0 | Cyrillic small letter ve | |||
gcy | г | U+0433 | HTML 5.0 | Cyrillic small letter ghe | |||
dcy | д | U+0434 | HTML 5.0 | Cyrillic small letter de | |||
iecy | е | U+0435 | HTML 5.0 | Cyrillic small letter ie | |||
zhcy | ж | U+0436 | HTML 5.0 | Cyrillic small letter zhe | |||
zcy | з | U+0437 | HTML 5.0 | Cyrillic small letter ze | |||
icy | и | U+0438 | HTML 5.0 | Cyrillic small letter i | |||
jcy | й | U+0439 | HTML 5.0 | Cyrillic small letter short i | |||
kcy | к | U+043A | HTML 5.0 | Cyrillic small letter ka | |||
lcy | л | U+043B | HTML 5.0 | Cyrillic small letter el | |||
mcy | м | U+043C | HTML 5.0 | Cyrillic small letter em | |||
ncy | н | U+043D | HTML 5.0 | Cyrillic small letter en | |||
ocy | о | U+043E | HTML 5.0 | Cyrillic small letter o | |||
pcy | п | U+043F | HTML 5.0 | Cyrillic small letter pe | |||
rcy | р | U+0440 | HTML 5.0 | Cyrillic small letter er | |||
scy | с | U+0441 | HTML 5.0 | Cyrillic small letter es | |||
tcy | т | U+0442 | HTML 5.0 | Cyrillic small letter te | |||
ucy | у | U+0443 | HTML 5.0 | Cyrillic small letter u | |||
fcy | ф | U+0444 | HTML 5.0 | Cyrillic small letter ef | |||
khcy | х | U+0445 | HTML 5.0 | Cyrillic small letter ha ' | |||
tscy | ц | U+0446 | HTML 5.0 | Cyrillic small letter tse | |||
chcy | ч | U+0447 | HTML 5.0 | Cyrillic small letter che | |||
shcy | ш | U+0448 | HTML 5.0 | Cyrillic small letter sha | |||
shchcy | щ | U+0449 | HTML 5.0 | Cyrillic small letter shcha | |||
hardcy | ъ | U+044A | HTML 5.0 | Cyrillic small letter hard sign | |||
ycy | ы | U+044B | HTML 5.0 | Cyrillic small letter yeru ' | |||
softcy | ь | U+044C | HTML 5.0 | Cyrillic small letter soft sign | |||
ecy | э | U+044D | HTML 5.0 | Cyrillic small letter e | |||
yucy | ю | U+044E | HTML 5.0 | Cyrillic small letter yu | |||
yacy | я | U+044F | HTML 5.0 | Cyrillic small letter ya | |||
iocy | ё | U+0451 | HTML 5.0 | Cyrillic small letter io | |||
djcy | ђ | U+0452 | HTML 5.0 | Cyrillic small letter dje | |||
gjcy | ѓ | U+0453 | HTML 5.0 | Cyrillic small letter gje | |||
jukcy | є | U+0454 | HTML 5.0 | Cyrillic small letter ukrainian ie | |||
dscy | ѕ | U+0455 | HTML 5.0 | Cyrillic small letter dze | |||
iukcy | і | U+0456 | HTML 5.0 | Cyrillic small letter Byelorussian-Ukrainian i ' | |||
yicy | ї | U+0457 | HTML 5.0 | Cyrillic small letter yi | |||
jsercy | ј | U+0458 | HTML 5.0 | Cyrillic small letter je ' | |||
ljcy | љ | U+0459 | HTML 5.0 | Cyrillic small letter lje | |||
njcy | њ | U+045A | HTML 5.0 | Cyrillic small letter nje | |||
tshcy | ћ | U+045B | HTML 5.0 | Cyrillic small letter tshe | |||
kjcy | ќ | U+045C | HTML 5.0 | Cyrillic small letter kje | |||
ubrcy | ў | U+045E | HTML 5.0 | Cyrillic small letter short u ' | |||
dzcy | џ | U+045F | HTML 5.0 | Cyrillic small letter dzhe | |||
ensp | U+2002 | HTML 4.0 | HTMLspecial | ISOpub | en space | ||
emsp | U+2003 | HTML 4.0 | HTMLspecial | ISOpub | em space | ||
emsp13 | U+2004 | HTML 5.0 | three-per-em space ' | ||||
emsp14 | U+2005 | HTML 5.0 | four-per-em space ' | ||||
numsp | U+2007 | HTML 5.0 | figure space ' | ||||
puncsp | U+2008 | HTML 5.0 | punctuation space | ||||
thinsp, ThinSpace | U+2009 | HTML 4.0 | HTMLspecial | ISOpub | thin space | ||
hairsp, VeryThinSpace | U+200A | HTML 5.0 | hair space ' | ||||
ZeroWidthSpace, NegativeVeryThinSpace, NegativeThinSpace, NegativeMediumSpace, NegativeThickSpace | | U+200B | HTML 5.0 | zero width space ' | |||
zwnj | | U+200C | HTML 4.0 | HTMLspecial | NEW RFC 2070 | zero width non-joiner | |
zwj | | U+200D | HTML 4.0 | HTMLspecial | NEW RFC 2070 | zero width joiner | |
lrm | | U+200E | HTML 4.0 | HTMLspecial | NEW RFC 2070 | left-to-right mark | |
rlm | | U+200F | HTML 4.0 | HTMLspecial | NEW RFC 2070 | right-to-left mark | |
hyphen, dash | ‐ | U+2010 | HTML 5.0 | hyphen ' | |||
ndash | – | U+2013 | HTML 4.0 | HTMLspecial | ISOpub | en dash | |
mdash | — | U+2014 | HTML 4.0 | HTMLspecial | ISOpub | em dash | |
horbar | ― | U+2015 | HTML 5.0 | Horizontal bar | |||
Verbar, Vert | ‖ | U+2016 | HTML 5.0 | double vertical line | |||
lsquo, OpenCurlyQuote | ‘ | U+2018 | HTML 4.0 | HTMLspecial | ISOnum | left single quotation mark ' | |
rsquo, rsquor, CloseCurlyQuote | ’ | U+2019 | HTML 4.0 | HTMLspecial | ISOnum | right single quotation mark ' | |
sbquo, lsquor | ‚ | U+201A | HTML 4.0 | HTMLspecial | NEW | single low-9 quotation mark | |
ldquo, OpenCurlyDoubleQuote | “ | U+201C | HTML 4.0 | HTMLspecial | ISOnum | left double quotation mark ' | |
rdquo, rdquor, CloseCurlyDoubleQuote | ” | U+201D | HTML 4.0 | HTMLspecial | ISOnum | right double quotation mark ' | |
bdquo, ldquor | „ | U+201E | HTML 4.0 | HTMLspecial | NEW | double low-9 quotation mark | |
dagger | † | U+2020 | HTML 4.0 | HTMLspecial | ISOpub | dagger ' | |
Dagger, ddagger | ‡ | U+2021 | HTML 4.0 | HTMLspecial | ISOpub | double dagger ' | |
bull, bullet | • | U+2022 | HTML 4.0 | HTMLspecial | ISOpub | bullet ' | |
nldr | ‥ | U+2025 | HTML 5.0 | two dot leader ' | |||
hellip, mldr | … | U+2026 | HTML 4.0 | HTMLsymbol | ISOpub | horizontal ellipsis ' | |
permil | ‰ | U+2030 | HTML 4.0 | HTMLspecial | ISOtech | per mille sign | |
pertenk | ‱ | U+2031 | HTML 5.0 | per ten thousand sign | |||
prime | ′ | U+2032 | HTML 4.0 | HTMLsymbol | ISOtech | prime ' | |
Prime | ″ | U+2033 | HTML 4.0 | HTMLsymbol | ISOtech | double prime ' | |
tprime | ‴ | U+2034 | HTML 5.0 | triple prime ' | |||
bprime, backprime | ‵ | U+2035 | HTML 5.0 | reversed prime ' | |||
lsaquo | ‹ | U+2039 | HTML 4.0 | HTMLspecial | ISO proposed | single left-pointing angle quotation mark | |
rsaquo | › | U+203A | HTML 4.0 | HTMLspecial | ISO proposed | single right-pointing angle quotation mark | |
oline, OverBar | ‾ | U+203E | HTML 4.0 | HTMLsymbol | NEW | overline ' | |
caret | ⁁ | U+2041 | HTML 5.0 | caret insertion point | |||
hybull | ⁃ | U+2043 | HTML 5.0 | hyphen bullet | |||
frasl | ⁄ | U+2044 | HTML 4.0 | HTMLsymbol | NEW | fraction slash ' | |
bsemi | ⁏ | U+204F | HTML 5.0 | reversed semicolon ' | |||
qprime | ⁗ | U+2057 | HTML 5.0 | quadruple prime ' | |||
MediumSpace | U+205F | HTML 5.0 | medium mathematical space ' | ||||
NoBreak | | U+2060 | HTML 5.0 | word joiner ' | |||
ApplyFunction, af | | U+2061 | HTML 5.0 | function application ' | |||
InvisibleTimes, it | | U+2062 | HTML 5.0 | invisible times | |||
InvisibleComma, ic | | U+2063 | HTML 5.0 | invisible separator ' | |||
euro | € | U+20AC | HTML 4.0 | HTMLspecial | NEW | euro sign | |
tdot, TripleDot | ⃛ | U+20DB | HTML 5.0 | combining three dots above | |||
DotDot | ⃜ | U+20DC | HTML 5.0 | combining four dots above | |||
Copf, complexes | ℂ | U+2102 | HTML 5.0 | double-struck capital C ' | |||
incare | ℅ | U+2105 | HTML 5.0 | Care of | |||
gscr | ℊ | U+210A | HTML 5.0 | script small g | |||
hamilt, HilbertSpace, Hscr | ℋ | U+210B | HTML 5.0 | script capital H ' | |||
Hfr, Poincareplane | ℌ | U+210C | HTML 5.0 | black-letter capital H ' | |||
quaternions, Hopf | ℍ | U+210D | HTML 5.0 | double-struck capital H ' | |||
planckh | ℎ | U+210E | HTML 5.0 | Planck constant | |||
planck, hbar, plankv, hslash | ℏ | U+210F | HTML 5.0 | Planck constant over two pi ' | |||
Iscr, imagline | ℐ | U+2110 | HTML 5.0 | script capital I ' | |||
image, Im, imagpart, Ifr | ℑ | U+2111 | HTML 4.0 | HTMLsymbol | ISOamso | black-letter capital I ' | |
Lscr, lagran, Laplacetrf | ℒ | U+2112 | HTML 5.0 | script capital L ' | |||
ell | ℓ | U+2113 | HTML 5.0 | script small l ' | |||
Nopf, naturals | ℕ | U+2115 | HTML 5.0 | double-struck capital N ' | |||
numero | № | U+2116 | HTML 5.0 | Numero sign | |||
copysr | ℗ | U+2117 | HTML 5.0 | Sound recording copyright | |||
weierp, wp | ℘ | U+2118 | HTML 4.0 | HTMLsymbol | ISOamso | script capital P ' | |
Popf, primes | ℙ | U+2119 | HTML 5.0 | double-struck capital P ' | |||
rationals, Qopf | ℚ | U+211A | HTML 5.0 | double-struck capital Q ' | |||
Rscr, realine | ℛ | U+211B | HTML 5.0 | script capital R ' | |||
real, Re, realpart, Rfr | ℜ | U+211C | HTML 4.0 | HTMLsymbol | ISOamso | black-letter capital R ' | |
reals, Ropf | ℝ | U+211D | HTML 5.0 | double-struck capital R ' | |||
rx | ℞ | U+211E | HTML 5.0 | Prescription Take ' | |||
trade, TRADE | ™ | U+2122 | HTML 4.0 | HTMLsymbol | ISOnum | trade mark sign | |
integers, Zopf | ℤ | U+2124 | HTML 5.0 | double-struck capital Z ' | |||
mho | ℧ | U+2127 | HTML 5.0 | Inverted Ohm sign ' | |||
Zfr, zeetrf | ℨ | U+2128 | HTML 5.0 | black-letter capital Z ' | |||
iiota | ℩ | U+2129 | HTML 5.0 | turned Greek small letter iota ' | |||
bernou, Bernoullis, Bscr | ℬ | U+212C | HTML 5.0 | script capital B ' | |||
Cfr, Cayleys | ℭ | U+212D | HTML 5.0 | black-letter capital C ' | |||
escr | ℯ | U+212F | HTML 5.0 | script small e | |||
Escr, expectation | ℰ | U+2130 | HTML 5.0 | script capital E ' | |||
Fscr, Fouriertrf | ℱ | U+2131 | HTML 5.0 | script capital F ' | |||
phmmat, Mellintrf, Mscr | ℳ | U+2133 | HTML 5.0 | script capital M ' | |||
order, orderof, oscr | ℴ | U+2134 | HTML 5.0 | script small o ' | |||
alefsym, aleph | ℵ | U+2135 | HTML 4.0 | HTMLsymbol | NEW | alef symbol ' | |
beth | ℶ | U+2136 | HTML 5.0 | Bet symbol ' | |||
gimel | ℷ | U+2137 | HTML 5.0 | Gimel symbol | |||
daleth | ℸ | U+2138 | HTML 5.0 | Dalet symbol ' | |||
CapitalDifferentialD, DD | ⅅ | U+2145 | HTML 5.0 | double-struck italic capital D | |||
DifferentialD, dd | ⅆ | U+2146 | HTML 5.0 | double-struck italic small d | |||
ExponentialE, exponentiale, ee | ⅇ | U+2147 | HTML 5.0 | double-struck italic small e | |||
ImaginaryI, ii | ⅈ | U+2148 | HTML 5.0 | double-struck italic small i | |||
frac13 | ⅓ | U+2153 | HTML 5.0 | vulgar fraction one third ' | |||
frac23 | ⅔ | U+2154 | HTML 5.0 | vulgar fraction two thirds ' | |||
frac15 | ⅕ | U+2155 | HTML 5.0 | vulgar fraction one fifth ' | |||
frac25 | ⅖ | U+2156 | HTML 5.0 | vulgar fraction two fifths ' | |||
frac35 | ⅗ | U+2157 | HTML 5.0 | vulgar fraction three fifths ' | |||
frac45 | ⅘ | U+2158 | HTML 5.0 | vulgar fraction four fifths ' | |||
frac16 | ⅙ | U+2159 | HTML 5.0 | vulgar fraction one sixth ' | |||
frac56 | ⅚ | U+215A | HTML 5.0 | vulgar fraction five sixths ' | |||
frac18 | ⅛ | U+215B | HTML 5.0 | vulgar fraction one eighth ' | |||
frac38 | ⅜ | U+215C | HTML 5.0 | vulgar fraction three eighths ' | |||
frac58 | ⅝ | U+215D | HTML 5.0 | vulgar fraction five eighths ' | |||
frac78 | ⅞ | U+215E | HTML 5.0 | vulgar fraction seven eighths ' | |||
larr, leftarrow, LeftArrow, slarr, ShortLeftArrow | ← | U+2190 | HTML 4.0 | HTMLsymbol | ISOnum | leftwards arrow | |
uarr, uparrow, UpArrow, ShortUpArrow | ↑ | U+2191 | HTML 4.0 | HTMLsymbol | ISOnum | upwards arrow | |
rarr, rightarrow, RightArrow, srarr, ShortRightArrow | → | U+2192 | HTML 4.0 | HTML 4.0 | HTMLsymbol | ISOnum | downwards arrow |
harr, leftrightarrow, LeftRightArrow | ↔ | U+2194 | HTML 4.0 | HTMLsymbol | ISOamsa | left right arrow ' | |
varr, updownarrow, UpDownArrow | ↕ | U+2195 | HTML 5.0 | up down arrow ' | |||
nwarr, UpperLeftArrow, nwarrow | ↖ | U+2196 | HTML 5.0 | north west arrow ' | |||
nearr, UpperRightArrow, nearrow | ↗ | U+2197 | HTML 5.0 | north east arrow ' | |||
searr, searrow, LowerRightArrow | ↘ | U+2198 | HTML 5.0 | south east arrow ' | |||
swarr, swarrow, LowerLeftArrow | ↙ | U+2199 | HTML 5.0 | south west arrow ' | |||
nlarr, nleftarrow | ↚ | U+219A | HTML 5.0 | leftwards arrow with stroke ' | |||
nrarr, nrightarrow | ↛ | U+219B | HTML 5.0 | rightwards arrow with stroke ' | |||
rarrw, rightsquigarrow | ↝ | U+219D | HTML 5.0 | rightwards wave arrow ' | |||
Larr, twoheadleftarrow | ↞ | U+219E | HTML 5.0 | leftwards two headed arrow | |||
Uarr | ↟ | U+219F | HTML 5.0 | upwards two headed arrow | |||
Rarr, twoheadrightarrow | ↠ | U+21A0 | HTML 5.0 | rightwards two headed arrow | |||
Darr | ↡ | U+21A1 | HTML 5.0 | downwards two headed arrow | |||
larrtl, leftarrowtail | ↢ | U+21A2 | HTML 5.0 | leftwards arrow with tail | |||
rarrtl, rightarrowtail | ↣ | U+21A3 | HTML 5.0 | rightwards arrow with tail | |||
LeftTeeArrow, mapstoleft | ↤ | U+21A4 | HTML 5.0 | leftwards arrow from bar ' | |||
UpTeeArrow, mapstoup | ↥ | U+21A5 | HTML 5.0 | upwards arrow from bar ' | |||
map, RightTeeArrow, mapsto | ↦ | U+21A6 | HTML 5.0 | rightwards arrow from bar ' | |||
DownTeeArrow, mapstodown | ↧ | U+21A7 | HTML 5.0 | downwards arrow from bar ' | |||
larrhk, hookleftarrow | ↩ | U+21A9 | HTML 5.0 | leftwards arrow with hook | |||
rarrhk, hookrightarrow | ↪ | U+21AA | HTML 5.0 | rightwards arrow with hook | |||
larrlp, looparrowleft | ↫ | U+21AB | HTML 5.0 | leftwards arrow with loop | |||
rarrlp, looparrowright | ↬ | U+21AC | HTML 5.0 | rightwards arrow with loop | |||
harrw, leftrightsquigarrow | ↭ | U+21AD | HTML 5.0 | left right wave arrow ' | |||
nharr, nleftrightarrow | ↮ | U+21AE | HTML 5.0 | left right arrow with stroke ' | |||
lsh, Lsh | ↰ | U+21B0 | HTML 5.0 | upwards arrow with tip leftwards ' | |||
rsh, Rsh | ↱ | U+21B1 | HTML 5.0 | upwards arrow with tip rightwards ' | |||
ldsh | ↲ | U+21B2 | HTML 5.0 | downwards arrow with tip leftwards ' | |||
rdsh | ↳ | U+21B3 | HTML 5.0 | downwards arrow with tip rightwards ' | |||
crarr | ↵ | U+21B5 | HTML 4.0 | HTMLsymbol | NEW | downwards arrow with corner leftwards ' | |
cularr, curvearrowleft | ↶ | U+21B6 | HTML 5.0 | anticlockwise top semicircle arrow ' | |||
curarr, curvearrowright | ↷ | U+21B7 | HTML 5.0 | clockwise top semicircle arrow ' | |||
olarr, circlearrowleft | ↺ | U+21BA | HTML 5.0 | anticlockwise open circle arrow ' | |||
orarr, circlearrowright | ↻ | U+21BB | HTML 5.0 | clockwise open circle arrow ' | |||
lharu, LeftVector, leftharpoonup | ↼ | U+21BC | HTML 5.0 | leftwards harpoon with barb upwards ' | |||
lhard, leftharpoondown, DownLeftVector | ↽ | U+21BD | HTML 5.0 | leftwards harpoon with barb downwards ' | |||
uharr, upharpoonright, RightUpVector | ↾ | U+21BE | HTML 5.0 | upwards harpoon with barb rightwards ' | |||
uharl, upharpoonleft, LeftUpVector | ↿ | U+21BF | HTML 5.0 | upwards harpoon with barb leftwards ' | |||
rharu, RightVector, rightharpoonup | ⇀ | U+21C0 | HTML 5.0 | rightwards harpoon with barb upwards ' | |||
rhard, rightharpoondown, DownRightVector | ⇁ | U+21C1 | HTML 5.0 | rightwards harpoon with barb downwards ' | |||
dharr, RightDownVector, downharpoonright | ⇂ | U+21C2 | HTML 5.0 | downwards harpoon with barb rightwards ' | |||
dharl, LeftDownVector, downharpoonleft | ⇃ | U+21C3 | HTML 5.0 | downwards harpoon with barb leftwards ' | |||
rlarr, rightleftarrows, RightArrowLeftArrow | ⇄ | U+21C4 | HTML 5.0 | rightwards arrow over leftwards arrow | |||
udarr, UpArrowDownArrow | ⇅ | U+21C5 | HTML 5.0 | upwards arrow leftwards of downwards arrow | |||
lrarr, leftrightarrows, LeftArrowRightArrow | ⇆ | U+21C6 | HTML 5.0 | leftwards arrow over rightwards arrow | |||
llarr, leftleftarrows | ⇇ | U+21C7 | HTML 5.0 | leftwards paired arrows | |||
uuarr, upuparrows | ⇈ | U+21C8 | HTML 5.0 | upwards paired arrows | |||
rrarr, rightrightarrows | ⇉ | U+21C9 | HTML 5.0 | rightwards paired arrows | |||
ddarr, downdownarrows | ⇊ | U+21CA | HTML 5.0 | downwards paired arrows | |||
lrhar, ReverseEquilibrium, leftrightharpoons | ⇋ | U+21CB | HTML 5.0 | leftwards harpoon over rightwards harpoon ' | |||
rlhar, rightleftharpoons, Equilibrium | ⇌ | U+21CC | HTML 5.0 | rightwards harpoon over leftwards harpoon ' | |||
nlArr, nLeftarrow | ⇍ | U+21CD | HTML 5.0 | leftwards double arrow with stroke ' | |||
nhArr, nLeftrightarrow | ⇎ | U+21CE | HTML 5.0 | left right double arrow with stroke ' | |||
nrArr, nRightarrow | ⇏ | U+21CF | HTML 5.0 | rightwards double arrow with stroke ' | |||
lArr, Leftarrow, DoubleLeftArrow | ⇐ | U+21D0 | HTML 4.0 | HTMLsymbol | ISOtech | leftwards double arrow | |
uArr, Uparrow, DoubleUpArrow | ⇑ | U+21D1 | HTML 4.0 | HTMLsymbol | ISOamsa | upwards double arrow | |
rArr, Rightarrow, Implies, DoubleRightArrow | ⇒ | U+21D2 | HTML 4.0 | HTMLsymbol | ISOnum | rightwards double arrow ' | |
dArr, Downarrow, DoubleDownArrow | ⇓ | U+21D3 | HTML 4.0 | HTMLsymbol | ISOamsa | downwards double arrow | |
hArr, Leftrightarrow, DoubleLeftRightArrow, iff | ⇔ | U+21D4 | HTML 4.0 | HTMLsymbol | ISOamsa | left right double arrow ' | |
vArr, Updownarrow, DoubleUpDownArrow | ⇕ | U+21D5 | HTML 5.0 | up down double arrow | |||
nwArr | ⇖ | U+21D6 | HTML 5.0 | north west double arrow | |||
neArr | ⇗ | U+21D7 | HTML 5.0 | north east double arrow | |||
seArr | ⇘ | U+21D8 | HTML 5.0 | south east double arrow | |||
swArr | ⇙ | U+21D9 | HTML 5.0 | south west double arrow | |||
lAarr, Lleftarrow | ⇚ | U+21DA | HTML 5.0 | leftwards triple arrow | |||
rAarr, Rrightarrow | ⇛ | U+21DB | HTML 5.0 | rightwards triple arrow | |||
zigrarr | ⇝ | U+21DD | HTML 5.0 | rightwards squiggle arrow | |||
larrb, LeftArrowBar | ⇤ | U+21E4 | HTML 5.0 | leftwards arrow to bar | |||
rarrb, RightArrowBar | ⇥ | U+21E5 | HTML 5.0 | rightwards arrow to bar | |||
duarr, DownArrowUpArrow | ⇵ | U+21F5 | HTML 5.0 | downwards arrow leftwards of upwards arrow | |||
loarr | ⇽ | U+21FD | HTML 5.0 | leftwards open-headed arrow | |||
roarr | ⇾ | U+21FE | HTML 5.0 | rightwards open-headed arrow | |||
hoarr | ⇿ | U+21FF | HTML 5.0 | left right open-headed arrow ' | |||
forall, ForAll | ∀ | U+2200 | HTML 4.0 | HTMLsymbol | ISOtech | for all | |
comp, complement | ∁ | U+2201 | HTML 5.0 | complement | |||
part, PartialD | ∂ | U+2202 | HTML 4.0 | HTMLsymbol | ISOtech | partial differential | |
exist, Exists | ∃ | U+2203 | HTML 4.0 | HTMLsymbol | ISOtech | there exists | |
nexist, NotExists, nexists | ∄ | U+2204 | HTML 5.0 | there does not exist | |||
empty, emptyset, emptyv, varnothing | ∅ | U+2205 | HTML 4.0 | HTMLsymbol | ISOamso | empty set '; see also U+8960, ⌀ | |
nabla, Del | ∇ | U+2207 | HTML 4.0 | HTMLsymbol | ISOtech | nabla ' | |
isin, isinv, Element, in | ∈ | U+2208 | HTML 4.0 | HTMLsymbol | ISOtech | element of ' | |
notin, NotElement, notinva | ∉ | U+2209 | HTML 4.0 | HTMLsymbol | ISOtech | not an element of ' | |
niv, ReverseElement, ni, SuchThat | ∋ | U+220B | HTML 4.0 | HTMLsymbol | ISOtech | contains as member ' | |
notni, notniva, NotReverseElement | ∌ | U+220C | HTML 5.0 | does not contain as member ' | |||
prod, Product | ∏ | U+220F | HTML 4.0 | HTMLsymbol | ISOamsb | n-ary product ' | |
coprod, Coproduct | ∐ | U+2210 | HTML 5.0 | n-ary coproduct ' | |||
sum, Sum | ∑ | U+2211 | HTML 4.0 | HTMLsymbol | ISOamsb | n-ary summation | |
minus | − | U+2212 | HTML 4.0 | HTMLsymbol | ISOtech | minus sign | |
mnplus, mp, MinusPlus | ∓ | U+2213 | HTML 5.0 | minus-or-plus sign ' | |||
plusdo, dotplus | ∔ | U+2214 | HTML 5.0 | dot plus ' | |||
setmn, setminus, Backslash, ssetmn, smallsetminus | ∖ | U+2216 | HTML 5.0 | set minus | |||
lowast | ∗ | U+2217 | HTML 4.0 | HTMLsymbol | ISOtech | asterisk operator | |
compfn, SmallCircle | ∘ | U+2218 | HTML 5.0 | ring operator ' | |||
radic, Sqrt | √ | U+221A | HTML 4.0 | HTMLsymbol | ISOtech | square root ' | |
prop, propto, Proportional, vprop, varpropto | ∝ | U+221D | HTML 4.0 | HTMLsymbol | ISOtech | proportional to | |
infin | ∞ | U+221E | HTML 4.0 | HTMLsymbol | ISOtech | infinity | |
angrt | ∟ | U+221F | HTML 5.0 | Right angle | |||
ang, angle | ∠ | U+2220 | HTML 4.0 | HTMLsymbol | ISOamso | angle | |
angmsd, measuredangle | ∡ | U+2221 | HTML 5.0 | measured angle | |||
angsph | ∢ | U+2222 | HTML 5.0 | Spherical angle | |||
mid, VerticalBar, smid, shortmid | ∣ | U+2223 | HTML 5.0 | divides ' | |||
nmid, NotVerticalBar, nsmid, nshortmid | ∤ | U+2224 | HTML 5.0 | does not divide ' | |||
par, parallel, DoubleVerticalBar, spar, shortparallel | ∥ | U+2225 | HTML 5.0 | parallel to ' | |||
npar, nparallel, NotDoubleVerticalBar, nspar, nshortparallel | ∦ | U+2226 | HTML 5.0 | not parallel to ' | |||
and, wedge | ∧ | U+2227 | HTML 4.0 | HTMLsymbol | ISOtech | logical and ' | |
or, vee | ∨ | U+2228 | HTML 4.0 | HTMLsymbol | ISOtech | logical or ' | |
cap | ∩ | U+2229 | HTML 4.0 | HTMLsymbol | ISOtech | intersection ' | |
cup | ∪ | U+222A | HTML 4.0 | HTMLsymbol | ISOtech | union ' | |
int, Integral | ∫ | U+222B | HTML 4.0 | HTMLsymbol | ISOtech | integral | |
Int | ∬ | U+222C | HTML 5.0 | double integral | |||
tint, iiint | ∭ | U+222D | HTML 5.0 | triple integral | |||
conint, oint, ContourIntegral | ∮ | U+222E | HTML 5.0 | contour integral ' | |||
Conint, DoubleContourIntegral | ∯ | U+222F | HTML 5.0 | Surface integral ' | |||
Cconint | ∰ | U+2230 | HTML 5.0 | Volume integral | |||
cwint | ∱ | U+2231 | HTML 5.0 | clockwise integral | |||
cwconint, ClockwiseContourIntegral | ∲ | U+2232 | HTML 5.0 | clockwise contour integral | |||
awconint, CounterClockwiseContourIntegral | ∳ | U+2233 | HTML 5.0 | anticlockwise contour integral | |||
there4, therefore, Therefore | ∴ | U+2234 | HTML 4.0 | HTMLsymbol | ISOtech | therefore | |
becaus, because, Because | ∵ | U+2235 | HTML 5.0 | because | |||
ratio | ∶ | U+2236 | HTML 5.0 | Ratio | |||
Colon, Proportion | ∷ | U+2237 | HTML 5.0 | Proportion | |||
minusd, dotminus | ∸ | U+2238 | HTML 5.0 | dot minus | |||
mDDot | ∺ | U+223A | HTML 5.0 | Geometric proportion | |||
homtht | ∻ | U+223B | HTML 5.0 | Homothetic | |||
sim, Tilde, thksim, thicksim | ∼ | U+223C | HTML 4.0 | HTMLsymbol | ISOtech | tilde operator ' | |
bsim, backsim | ∽ | U+223D | HTML 5.0 | reversed tilde ' | |||
ac, mstpos | ∾ | U+223E | HTML 5.0 | inverted lazy s | |||
acd | ∿ | U+223F | HTML 5.0 | Sine wave | |||
wreath, VerticalTilde, wr | ≀ | U+2240 | HTML 5.0 | Wreath product ' | |||
nsim, NotTilde | ≁ | U+2241 | HTML 5.0 | Not Tilde ' | |||
esim, EqualTilde, eqsim | ≂ | U+2242 | HTML 5.0 | minus tilde ' | |||
sime, TildeEqual, simeq | ≃ | U+2243 | HTML 5.0 | asymptotically equal to ' | |||
nsime, nsimeq, NotTildeEqual | ≄ | U+2244 | HTML 5.0 | not asymptotically equal to ' | |||
cong, TildeFullEqual | ≅ | U+2245 | HTML 4.0 | HTMLsymbol | ISOtech | approximately equal to ' | |
simne | ≆ | U+2246 | HTML 5.0 | approximately but not actually equal to ' | |||
ncong, NotTildeFullEqual | ≇ | U+2247 | HTML 5.0 | neither approximately nor actually equal to ' | |||
asymp, ap, TildeTilde, approx, thkap, thickapprox | ≈ | U+2248 | HTML 4.0 | HTMLsymbol | ISOamsr | almost equal to ' | |
nap, NotTildeTilde, napprox | ≉ | U+2249 | HTML 5.0 | not almost equal to ' | |||
ape, approxeq | ≊ | U+224A | HTML 5.0 | almost equal or equal to ' | |||
apid | ≋ | U+224B | HTML 5.0 | triple tilde | |||
bcong, backcong | ≌ | U+224C | HTML 5.0 | all equal to ' | |||
asympeq, CupCap | ≍ | U+224D | HTML 5.0 | equivalent to ' | |||
bump, HumpDownHump, Bumpeq | ≎ | U+224E | HTML 5.0 | geometrically equivalent to ' | |||
bumpe, HumpEqual, bumpeq | ≏ | U+224F | HTML 5.0 | difference between ' | |||
esdot, DotEqual, doteq | ≐ | U+2250 | HTML 5.0 | Approaches the limit ' | |||
eDot, doteqdot | ≑ | U+2251 | HTML 5.0 | geometrically equal to ' | |||
efDot, fallingdotseq | ≒ | U+2252 | HTML 5.0 | approximately equal to or the image of ' | |||
erDot, risingdotseq | ≓ | U+2253 | HTML 5.0 | image of or approximately equal to ' | |||
colone, coloneq, Assign | ≔ | U+2254 | HTML 5.0 | colon equals | |||
ecolon, eqcolon | ≕ | U+2255 | HTML 5.0 | equals colon | |||
ecir, eqcirc | ≖ | U+2256 | HTML 5.0 | ring in equal to ' | |||
cire, circeq | ≗ | U+2257 | HTML 5.0 | ring equal to ' | |||
wedgeq | ≙ | U+2259 | HTML 5.0 | estimates ' | |||
veeeq | ≚ | U+225A | HTML 5.0 | equiangular to ' | |||
trie, triangleq | ≜ | U+225C | HTML 5.0 | delta equal to ' | |||
equest, questeq | ≟ | U+225F | HTML 5.0 | questioned equal to | |||
ne, NotEqual | ≠ | U+2260 | HTML 4.0 | HTMLsymbol | ISOtech | not equal to | |
equiv, Congruent | ≡ | U+2261 | HTML 4.0 | HTMLsymbol | ISOtech | identical to; sometimes used for 'equivalent to' or 'congruent' | |
nequiv, NotCongruent | ≢ | U+2262 | HTML 5.0 | not identical to; sometimes used for 'not congruent' | |||
le, leq | ≤ | U+2264 | HTML 4.0 | HTMLsymbol | ISOtech | less-than or equal to | |
ge, GreaterEqual, geq | ≥ | U+2265 | HTML 4.0 | HTMLsymbol | ISOtech | greater-than or equal to | |
lE, LessFullEqual, leqq | ≦ | U+2266 | HTML 5.0 | less-than over equal to | |||
gE, GreaterFullEqual, geqq | ≧ | U+2267 | HTML 5.0 | greater-than over equal to | |||
lnE, lneqq | ≨ | U+2268 | HTML 5.0 | less-than but not equal to | |||
gnE, gneqq | ≩ | U+2269 | HTML 5.0 | greater-than but not equal to | |||
Lt, NestedLessLess, ll | ≪ | U+226A | HTML 5.0 | much less-than | |||
Gt, NestedGreaterGreater, gg | ≫ | U+226B | HTML 5.0 | much greater-than | |||
twixt, between | ≬ | U+226C | HTML 5.0 | between | |||
NotCupCap | ≭ | U+226D | HTML 5.0 | not equivalent to ' | |||
nlt, NotLess, nless | ≮ | U+226E | HTML 5.0 | not less-than | |||
ngt, NotGreater, ngtr | ≯ | U+226F | HTML 5.0 | not greater-than | |||
nle, NotLessEqual, nleq | ≰ | U+2270 | HTML 5.0 | neither less-than nor equal to | |||
nge, NotGreaterEqual, ngeq | ≱ | U+2271 | HTML 5.0 | neither greater-than nor equal to | |||
lsim, LessTilde, lesssim | ≲ | U+2272 | HTML 5.0 | less-than or equivalent to ' | |||
gsim, gtrsim, GreaterTilde | ≳ | U+2273 | HTML 5.0 | greater-than or equivalent to ' | |||
nlsim, NotLessTilde | ≴ | U+2274 | HTML 5.0 | neither less-than nor equivalent to ' | |||
ngsim, NotGreaterTilde | ≵ | U+2275 | HTML 5.0 | neither greater-than nor equivalent to ' | |||
lg, lessgtr, LessGreater | ≶ | U+2276 | HTML 5.0 | less-than or greater-than | |||
gl, gtrless, GreaterLess | ≷ | U+2277 | HTML 5.0 | greater-than or less-than | |||
ntlg, NotLessGreater | ≸ | U+2278 | HTML 5.0 | neither less-than nor greater-than | |||
ntgl, NotGreaterLess | ≹ | U+2279 | HTML 5.0 | neither greater-than nor less-than | |||
pr, Precedes, prec | ≺ | U+227A | HTML 5.0 | precedes | |||
sc, Succeeds, succ | ≻ | U+227B | HTML 5.0 | succeeds | |||
prcue, PrecedesSlantEqual, preccurlyeq | ≼ | U+227C | HTML 5.0 | precedes or equal to ' | |||
sccue, SucceedsSlantEqual, succcurlyeq | ≽ | U+227D | HTML 5.0 | succeeds or equal to ' | |||
prsim, precsim, PrecedesTilde | ≾ | U+227E | HTML 5.0 | precedes or equivalent to ' | |||
scsim, succsim, SucceedsTilde | ≿ | U+227F | HTML 5.0 | succeeds or equivalent to ' | |||
npr, nprec, NotPrecedes | ⊀ | U+2280 | HTML 5.0 | does not precede | |||
nsc, nsucc, NotSucceeds | ⊁ | U+2281 | HTML 5.0 | does not succeed | |||
sub, subset | ⊂ | U+2282 | HTML 4.0 | HTMLsymbol | ISOtech | subset of | |
sup, supset, Superset | ⊃ | U+2283 | HTML 4.0 | HTMLsymbol | ISOtech | superset of | |
nsub | ⊄ | U+2284 | HTML 4.0 | HTMLsymbol | ISOamsn | not a subset of | |
nsup | ⊅ | U+2285 | HTML 4.0 | HTMLsymbol | ISOamsn | not a superset of | |
sube, SubsetEqual, subseteq | ⊆ | U+2286 | HTML 4.0 | HTMLsymbol | ISOtech | subset of or equal to | |
supe, supseteq, SupersetEqual | ⊇ | U+2287 | HTML 4.0 | HTMLsymbol | ISOtech | superset of or equal to | |
nsube, nsubseteq, NotSubsetEqual | ⊈ | U+2288 | HTML 5.0 | neither a subset of nor equal to | |||
nsupe, nsupseteq, NotSupersetEqual | ⊉ | U+2289 | HTML 5.0 | neither a superset of nor equal to | |||
subne, subsetneq | ⊊ | U+228A | HTML 5.0 | subset of with not equal to | |||
supne, supsetneq | ⊋ | U+228B | HTML 5.0 | superset of with not equal to | |||
cupdot | ⊍ | U+228D | HTML 5.0 | multiset multiplication ' | |||
uplus, UnionPlus | ⊎ | U+228E | HTML 5.0 | multiset union ' | |||
sqsub, SquareSubset, sqsubset | ⊏ | U+228F | HTML 5.0 | square image of ' | |||
sqsup, SquareSuperset, sqsupset | ⊐ | U+2290 | HTML 5.0 | square original of ' | |||
sqsube, SquareSubsetEqual, sqsubseteq | ⊑ | U+2291 | HTML 5.0 | square image of or equal to ' | |||
sqsupe, SquareSupersetEqual, sqsupseteq | ⊒ | U+2292 | HTML 5.0 | square original of or equal to ' | |||
sqcap, SquareIntersection | ⊓ | U+2293 | HTML 5.0 | square cap ' | |||
sqcup, SquareUnion | ⊔ | U+2294 | HTML 5.0 | square cup ' | |||
oplus, CirclePlus | ⊕ | U+2295 | HTML 4.0 | HTMLsymbol | ISOamsb | circled plus ' | |
ominus, CircleMinus | ⊖ | U+2296 | HTML 5.0 | circled minus | |||
otimes, CircleTimes | ⊗ | U+2297 | HTML 4.0 | HTMLsymbol | ISOamsb | circled times ' | |
osol | ⊘ | U+2298 | HTML 5.0 | circled division slash ' | |||
odot, CircleDot | ⊙ | U+2299 | HTML 5.0 | circled dot operator ' | |||
ocir, circledcirc | ⊚ | U+229A | HTML 5.0 | circled ring operator ' | |||
oast, circledast | ⊛ | U+229B | HTML 5.0 | circled asterisk operator | |||
odash, circleddash | ⊝ | U+229D | HTML 5.0 | circled dash | |||
plusb, boxplus | ⊞ | U+229E | HTML 5.0 | squared plus ' | |||
minusb, boxminus | ⊟ | U+229F | HTML 5.0 | squared minus ' | |||
timesb, boxtimes | ⊠ | U+22A0 | HTML 5.0 | squared times ' | |||
sdotb, dotsquare | ⊡ | U+22A1 | HTML 5.0 | squared dot operator ' | |||
vdash, RightTee | ⊢ | U+22A2 | HTML 5.0 | right tack ' | |||
dashv, LeftTee | ⊣ | U+22A3 | HTML 5.0 | left tack ' | |||
top, DownTee | ⊤ | U+22A4 | HTML 5.0 | down tack ' | |||
bottom, bot, perp, UpTee | ⊥ | U+22A5 | HTML 4.0 | HTMLsymbol | ISOtech | up tack ' | |
models | ⊧ | U+22A7 | HTML 5.0 | models | |||
vDash, DoubleRightTee | ⊨ | U+22A8 | HTML 5.0 | true ' | |||
Vdash | ⊩ | U+22A9 | HTML 5.0 | forces | |||
Vvdash | ⊪ | U+22AA | HTML 5.0 | triple vertical bar right turnstile | |||
VDash | ⊫ | U+22AB | HTML 5.0 | double vertical bar double right turnstile | |||
nvdash | ⊬ | U+22AC | HTML 5.0 | does not prove | |||
nvDash | ⊭ | U+22AD | HTML 5.0 | not true | |||
nVdash | ⊮ | U+22AE | HTML 5.0 | does not force | |||
nVDash | ⊯ | U+22AF | HTML 5.0 | negated double vertical bar double right turnstile | |||
prurel | ⊰ | U+22B0 | HTML 5.0 | precedes under relation | |||
vltri, vartriangleleft, LeftTriangle | ⊲ | U+22B2 | HTML 5.0 | Normal subgroup of ' | |||
vrtri, vartriangleright, RightTriangle | ⊳ | U+22B3 | HTML 5.0 | contains as Normal subgroup ' | |||
ltrie, trianglelefteq, LeftTriangleEqual | ⊴ | U+22B4 | HTML 5.0 | Normal subgroup of or equal to ' | |||
rtrie, trianglerighteq, RightTriangleEqual | ⊵ | U+22B5 | HTML 5.0 | contains as Normal subgroup or equal to ' | |||
origof | ⊶ | U+22B6 | HTML 5.0 | original of | |||
imof | ⊷ | U+22B7 | HTML 5.0 | image of | |||
mumap, multimap | ⊸ | U+22B8 | HTML 5.0 | multimap | |||
hercon | ⊹ | U+22B9 | HTML 5.0 | Hermitian conjugate matrix | |||
intcal, intercal | ⊺ | U+22BA | HTML 5.0 | intercalate | |||
veebar | ⊻ | U+22BB | HTML 5.0 | xor | |||
barvee | ⊽ | U+22BD | HTML 5.0 | nor | |||
angrtvb | ⊾ | U+22BE | HTML 5.0 | right angle with arc | |||
lrtri | ⊿ | U+22BF | HTML 5.0 | Right triangle ' | |||
xwedge, Wedge, bigwedge | ⋀ | U+22C0 | HTML 5.0 | n-ary logical and ' | |||
xvee, Vee, bigvee | ⋁ | U+22C1 | HTML 5.0 | n-ary logical or ' | |||
xcap, Intersection, bigcap | ⋂ | U+22C2 | HTML 5.0 | n-ary intersection ' | |||
xcup, Union, bigcup | ⋃ | U+22C3 | HTML 5.0 | n-ary Union ' | |||
diam, diamond, Diamond | ⋄ | U+22C4 | HTML 5.0 | Diamond operator | |||
sdot | ⋅ | U+22C5 | HTML 4.0 | HTMLsymbol | ISOamsb | dot operator ' | |
sstarf, Star | ⋆ | U+22C6 | HTML 5.0 | star operator | |||
divonx, divideontimes | ⋇ | U+22C7 | HTML 5.0 | division times | |||
bowtie | ⋈ | U+22C8 | HTML 5.0 | bowtie | |||
ltimes | ⋉ | U+22C9 | HTML 5.0 | left normal factor semidirect product ' | |||
rtimes | ⋊ | U+22CA | HTML 5.0 | right normal factor semidirect product ' | |||
lthree, leftthreetimes | ⋋ | U+22CB | HTML 5.0 | left semidirect product ' | |||
rthree, rightthreetimes | ⋌ | U+22CC | HTML 5.0 | right semidirect product ' | |||
bsime, backsimeq | ⋍ | U+22CD | HTML 5.0 | reversed tilde equals ' | |||
cuvee, curlyvee | ⋎ | U+22CE | HTML 5.0 | curly logical or ' | |||
cuwed, curlywedge | ⋏ | U+22CF | HTML 5.0 | curly logical and ' | |||
Sub, Subset | ⋐ | U+22D0 | HTML 5.0 | double subset | |||
Sup, Supset | ⋑ | U+22D1 | HTML 5.0 | double superset | |||
Cap | ⋒ | U+22D2 | HTML 5.0 | double intersection ' | |||
Cup | ⋓ | U+22D3 | HTML 5.0 | double union ' | |||
fork, pitchfork | ⋔ | U+22D4 | HTML 5.0 | pitchfork | |||
epar | ⋕ | U+22D5 | HTML 5.0 | equal and parallel to | |||
ltdot, lessdot | ⋖ | U+22D6 | HTML 5.0 | less-than with dot | |||
gtdot, gtrdot | ⋗ | U+22D7 | HTML 5.0 | greater-than with dot | |||
Ll | ⋘ | U+22D8 | HTML 5.0 | very much less-than | |||
Gg, ggg | ⋙ | U+22D9 | HTML 5.0 | very much greater-than | |||
leg, LessEqualGreater, lesseqgtr | ⋚ | U+22DA | HTML 5.0 | less-than equal to or greater-than | |||
gel, gtreqless, GreaterEqualLess | ⋛ | U+22DB | HTML 5.0 | greater-than equal to or less-than | |||
cuepr, curlyeqprec | ⋞ | U+22DE | HTML 5.0 | equal to or precedes ' | |||
cuesc, curlyeqsucc | ⋟ | U+22DF | HTML 5.0 | equal to or succeeds ' | |||
nprcue, NotPrecedesSlantEqual | ⋠ | U+22E0 | HTML 5.0 | does not precede or equal ' | |||
nsccue, NotSucceedsSlantEqual | ⋡ | U+22E1 | HTML 5.0 | does not succeed or equal ' | |||
nsqsube, NotSquareSubsetEqual | ⋢ | U+22E2 | HTML 5.0 | not square image of or equal to ' | |||
nsqsupe, NotSquareSupersetEqual | ⋣ | U+22E3 | HTML 5.0 | not square original of or equal to ' | |||
lnsim | ⋦ | U+22E6 | HTML 5.0 | less-than but not equivalent to ' | |||
gnsim | ⋧ | U+22E7 | HTML 5.0 | greater-than but not equivalent to ' | |||
prnsim, precnsim | ⋨ | U+22E8 | HTML 5.0 | precedes but not equivalent to ' | |||
scnsim, succnsim | ⋩ | U+22E9 | HTML 5.0 | succeeds but not equivalent to ' | |||
nltri, ntriangleleft, NotLeftTriangle | ⋪ | U+22EA | HTML 5.0 | not normal subgroup of ' | |||
nrtri, ntriangleright, NotRightTriangle | ⋫ | U+22EB | HTML 5.0 | does not contain as normal subgroup ' | |||
nltrie, ntrianglelefteq, NotLeftTriangleEqual | ⋬ | U+22EC | HTML 5.0 | not normal subgroup of or equal to ' | |||
nrtrie, ntrianglerighteq, NotRightTriangleEqual | ⋭ | U+22ED | HTML 5.0 | does not contain as normal subgroup or equal ' | |||
vellip | ⋮ | U+22EE | HTML 5.0 | vertical ellipsis | |||
ctdot | ⋯ | U+22EF | HTML 5.0 | midline horizontal ellipsis ' | |||
utdot | ⋰ | U+22F0 | HTML 5.0 | up right diagonal ellipsis ' | |||
dtdot | ⋱ | U+22F1 | HTML 5.0 | down right diagonal ellipsis ' | |||
disin | ⋲ | U+22F2 | HTML 5.0 | element of with long horizontal stroke | |||
isinsv | ⋳ | U+22F3 | HTML 5.0 | element of with vertical bar at end of horizontal stroke | |||
isins | ⋴ | U+22F4 | HTML 5.0 | small element of with vertical bar at end of horizontal stroke | |||
isindot | ⋵ | U+22F5 | HTML 5.0 | element of with dot above | |||
notinvc | ⋶ | U+22F6 | HTML 5.0 | element of with overbar | |||
notinvb | ⋷ | U+22F7 | HTML 5.0 | small element of with overbar | |||
isinE | ⋹ | U+22F9 | HTML 5.0 | element of with two horizontal strokes | |||
nisd | ⋺ | U+22FA | HTML 5.0 | contains with long horizontal stroke | |||
xnis | ⋻ | U+22FB | HTML 5.0 | contains with vertical bar at end of horizontal stroke | |||
nis | ⋼ | U+22FC | HTML 5.0 | small contains with vertical bar at end of horizontal stroke | |||
notnivc | ⋽ | U+22FD | HTML 5.0 | contains with overbar | |||
notnivb | ⋾ | U+22FE | HTML 5.0 | small contains with overbar | |||
barwed, barwedge | ⌅ | U+2305 | HTML 5.0 | projective | |||
Barwed, doublebarwedge | ⌆ | U+2306 | HTML 5.0 | perspective | |||
lceil, LeftCeiling | ⌈ | U+2308 | HTML 4.0 | HTMLsymbol | ISOamsc | left ceiling ' | |
rceil, RightCeiling | ⌉ | U+2309 | HTML 4.0 | HTMLsymbol | ISOamsc | right ceiling | |
lfloor, LeftFloor | ⌊ | U+230A | HTML 4.0 | HTMLsymbol | ISOamsc | left floor ' | |
rfloor, RightFloor | ⌋ | U+230B | HTML 4.0 | HTMLsymbol | ISOamsc | right floor | |
drcrop | ⌌ | U+230C | HTML 5.0 | bottom right crop ' | |||
dlcrop | ⌍ | U+230D | HTML 5.0 | bottom left crop ' | |||
urcrop | ⌎ | U+230E | HTML 5.0 | top right crop ' | |||
ulcrop | ⌏ | U+230F | HTML 5.0 | top left crop ' | |||
bnot | ⌐ | U+2310 | HTML 5.0 | reversed not sign ' | |||
profline | ⌒ | U+2312 | HTML 5.0 | arc | |||
profsurf | ⌓ | U+2313 | HTML 5.0 | segment | |||
telrec | ⌕ | U+2315 | HTML 5.0 | telephone recorder | |||
target | ⌖ | U+2316 | HTML 5.0 | position indicator ' | |||
ulcorn, ulcorner | ⌜ | U+231C | HTML 5.0 | top left corner ' | |||
urcorn, urcorner | ⌝ | U+231D | HTML 5.0 | top right corner ' | |||
dlcorn, llcorner | ⌞ | U+231E | HTML 5.0 | bottom left corner ' | |||
drcorn, lrcorner | ⌟ | U+231F | HTML 5.0 | bottom right corner ' | |||
frown, sfrown | ⌢ | U+2322 | HTML 5.0 | frown | |||
smile, ssmile | ⌣ | U+2323 | HTML 5.0 | smile | |||
cylcty | ⌭ | U+232D | HTML 5.0 | cylindricity | |||
profalar | ⌮ | U+232E | HTML 5.0 | all around-profile | |||
topbot | ⌶ | U+2336 | HTML 5.0 | APL functional symbol I-beam ' | |||
ovbar | ⌽ | U+233D | HTML 5.0 | APL functional symbol circle stile ' | |||
solbar | ⌿ | U+233F | HTML 5.0 | APL functional symbol slash bar ' | |||
angzarr | ⍼ | U+237C | HTML 5.0 | right angle with downwards zigzag arrow | |||
lmoust, lmoustache | ⎰ | U+23B0 | HTML 5.0 | upper left or lower right curly bracket section ' | |||
rmoust, rmoustache | ⎱ | U+23B1 | HTML 5.0 | upper right or lower left curly bracket section ' | |||
tbrk, OverBracket | ⎴ | U+23B4 | HTML 5.0 | top square bracket ' | |||
bbrk, UnderBracket | ⎵ | U+23B5 | HTML 5.0 | bottom square bracket ' | |||
bbrktbrk | ⎶ | U+23B6 | HTML 5.0 | bottom square bracket over top square bracket | |||
OverParenthesis | ⏜ | U+23DC | HTML 5.0 | top parenthesis ' | |||
UnderParenthesis | ⏝ | U+23DD | HTML 5.0 | bottom parenthesis ' | |||
OverBrace | ⏞ | U+23DE | HTML 5.0 | top curly bracket ' | |||
UnderBrace | ⏟ | U+23DF | HTML 5.0 | bottom curly bracket ' | |||
trpezium | ⏢ | U+23E2 | HTML 5.0 | white trapezium | |||
elinters | ⏧ | U+23E7 | HTML 5.0 | electrical intersection | |||
blank | ␣ | U+2423 | HTML 5.0 | open box ' | |||
oS, circledS | Ⓢ | U+24C8 | HTML 5.0 | circled Latin capital letter S | |||
boxh, HorizontalLine | ─ | U+2500 | HTML 5.0 | box drawings light horizontal ' | |||
boxv | │ | U+2502 | HTML 5.0 | box drawings light vertical | |||
boxdr | ┌ | U+250C | HTML 5.0 | box drawings light down and right | |||
boxdl | ┐ | U+2510 | HTML 5.0 | box drawings light down and left | |||
boxur | └ | U+2514 | HTML 5.0 | box drawings light up and right | |||
boxul | ┘ | U+2518 | HTML 5.0 | box drawings light up and left | |||
boxvr | ├ | U+251C | HTML 5.0 | box drawings light vertical and right | |||
boxvl | ┤ | U+2524 | HTML 5.0 | box drawings light vertical and left | |||
boxhd | ┬ | U+252C | HTML 5.0 | box drawings light down and horizontal ' | |||
boxhu | ┴ | U+2534 | HTML 5.0 | box drawings light up and horizontal ' | |||
boxvh | ┼ | U+253C | HTML 5.0 | box drawings light vertical and horizontal | |||
boxH | ═ | U+2550 | HTML 5.0 | box drawings double horizontal | |||
boxV | ║ | U+2551 | HTML 5.0 | box drawings double vertical | |||
boxdR | ╒ | U+2552 | HTML 5.0 | box drawings down single and right double | |||
boxDr | ╓ | U+2553 | HTML 5.0 | box drawings down double and right single | |||
boxDR | ╔ | U+2554 | HTML 5.0 | box drawings double down and right | |||
boxdL | ╕ | U+2555 | HTML 5.0 | box drawings down single and left double | |||
boxDl | ╖ | U+2556 | HTML 5.0 | box drawings down double and left single | |||
boxDL | ╗ | U+2557 | HTML 5.0 | box drawings double down and left | |||
boxuR | ╘ | U+2558 | HTML 5.0 | box drawings up single and right double | |||
boxUr | ╙ | U+2559 | HTML 5.0 | box drawings up double and right single | |||
boxUR | ╚ | U+255A | HTML 5.0 | box drawings double up and right | |||
boxuL | ╛ | U+255B | HTML 5.0 | box drawings up single and left double | |||
boxUl | ╜ | U+255C | HTML 5.0 | box drawings up double and left single | |||
boxUL | ╝ | U+255D | HTML 5.0 | box drawings double up and left | |||
boxvR | ╞ | U+255E | HTML 5.0 | box drawings vertical single and right double | |||
boxVr | ╟ | U+255F | HTML 5.0 | box drawings vertical double and right single | |||
boxVR | ╠ | U+2560 | HTML 5.0 | box drawings double vertical and right | |||
boxvL | ╡ | U+2561 | HTML 5.0 | box drawings vertical single and left double | |||
boxVl | ╢ | U+2562 | HTML 5.0 | box drawings vertical double and left single | |||
boxVL | ╣ | U+2563 | HTML 5.0 | box drawings double vertical and left | |||
boxHd | ╤ | U+2564 | HTML 5.0 | box drawings down single and horizontal double ' | |||
boxhD | ╥ | U+2565 | HTML 5.0 | box drawings down double and horizontal single ' | |||
boxHD | ╦ | U+2566 | HTML 5.0 | box drawings double down and horizontal ' | |||
boxHu | ╧ | U+2567 | HTML 5.0 | box drawings up single and horizontal double ' | |||
boxhU | ╨ | U+2568 | HTML 5.0 | box drawings up double and horizontal single ' | |||
boxHU | ╩ | U+2569 | HTML 5.0 | box drawings double up and horizontal ' | |||
boxvH | ╪ | U+256A | HTML 5.0 | box drawings vertical single and horizontal double | |||
boxVh | ╫ | U+256B | HTML 5.0 | box drawings vertical double and horizontal single | |||
boxVH | ╬ | U+256C | HTML 5.0 | box drawings double vertical and horizontal | |||
uhblk | ▀ | U+2580 | HTML 5.0 | upper half block | |||
lhblk | ▄ | U+2584 | HTML 5.0 | lower half block | |||
block | █ | U+2588 | HTML 5.0 | full block | |||
blk14 | ░ | U+2591 | HTML 5.0 | light shade ' | |||
blk12 | ▒ | U+2592 | HTML 5.0 | medium shade ' | |||
blk34 | ▓ | U+2593 | HTML 5.0 | dark shade ' | |||
squ, square, Square | □ | U+25A1 | HTML 5.0 | white square | |||
squf, squarf, blacksquare, FilledVerySmallSquare | ▪ | U+25AA | HTML 5.0 | black small square ' | |||
EmptyVerySmallSquare | ▫ | U+25AB | HTML 5.0 | white small square ' | |||
rect | ▭ | U+25AD | HTML 5.0 | white rectangle | |||
marker | ▮ | U+25AE | HTML 5.0 | black vertical rectangle ' | |||
fltns | ▱ | U+25B1 | HTML 5.0 | white parallelogram | |||
xutri, bigtriangleup | △ | U+25B3 | HTML 5.0 | white up-pointing triangle ' | |||
utrif, blacktriangle | ▴ | U+25B4 | HTML 5.0 | black up-pointing small triangle ' | |||
utri, triangle | ▵ | U+25B5 | HTML 5.0 | white up-pointing small triangle ' | |||
rtrif, blacktriangleright | ▸ | U+25B8 | HTML 5.0 | black right-pointing small triangle ' | |||
rtri, triangleright | ▹ | U+25B9 | HTML 5.0 | white right-pointing small triangle ' | |||
xdtri, bigtriangledown | ▽ | U+25BD | HTML 5.0 | white down-pointing triangle ' | |||
dtrif, blacktriangledown | ▾ | U+25BE | HTML 5.0 | black down-pointing small triangle ' | |||
dtri, triangledown | ▿ | U+25BF | HTML 5.0 | white down-pointing small triangle ' | |||
ltrif, blacktriangleleft | ◂ | U+25C2 | HTML 5.0 | black left-pointing small triangle ' | |||
ltri, triangleleft | ◃ | U+25C3 | HTML 5.0 | white left-pointing small triangle ' | |||
loz, lozenge | ◊ | U+25CA | HTML 4.0 | HTMLsymbol | ISOpub | lozenge | |
cir | ○ | U+25CB | HTML 5.0 | white circle ' | |||
tridot | ◬ | U+25EC | HTML 5.0 | white up-pointing triangle with dot ' | |||
xcirc, bigcirc | ◯ | U+25EF | HTML 5.0 | large circle ' | |||
ultri | ◸ | U+25F8 | HTML 5.0 | upper left triangle | |||
urtri | ◹ | U+25F9 | HTML 5.0 | upper right triangle | |||
lltri | ◺ | U+25FA | HTML 5.0 | lower left triangle | |||
EmptySmallSquare | ◻ | U+25FB | HTML 5.0 | white medium square ' | |||
FilledSmallSquare | ◼ | U+25FC | HTML 5.0 | black medium square ' | |||
starf, bigstar | ★ | U+2605 | HTML 5.0 | black star ' | |||
star | ☆ | U+2606 | HTML 5.0 | white star ' | |||
phone | ☎ | U+260E | HTML 5.0 | black telephone ' | |||
female | ♀ | U+2640 | HTML 5.0 | female sign | |||
male | ♂ | U+2642 | HTML 5.0 | male sign | |||
spades, spadesuit | ♠ | U+2660 | HTML 4.0 | HTMLsymbol | ISOpub | black spade suit | |
clubs, clubsuit | ♣ | U+2663 | HTML 4.0 | HTMLsymbol | ISOpub | black club suit ' | |
hearts, heartsuit | ♥ | U+2665 | HTML 4.0 | HTMLsymbol | ISOpub | black heart suit ' | |
diams, diamondsuit | ♦ | U+2666 | HTML 4.0 | HTMLsymbol | ISOpub | black diamond suit | |
sung | ♪ | U+266A | HTML 5.0 | eighth note ' | |||
flat | ♭ | U+266D | HTML 5.0 | music flat sign | |||
natur, natural | ♮ | U+266E | HTML 5.0 | music natural sign | |||
sharp | ♯ | U+266F | HTML 5.0 | music sharp sign | |||
check, checkmark | ✓ | U+2713 | HTML 5.0 | check mark | |||
cross | ✗ | U+2717 | HTML 5.0 | ballot x ' | |||
malt, maltese | ✠ | U+2720 | HTML 5.0 | Maltese cross | |||
sext | ✶ | U+2736 | HTML 5.0 | six pointed black star ' | |||
VerticalSeparator | ❘ | U+2758 | HTML 5.0 | light vertical bar ' | |||
lbbrk | ❲ | U+2772 | HTML 5.0 | light left tortoise shell bracket ornament | |||
rbbrk | ❳ | U+2773 | HTML 5.0 | light right tortoise shell bracket ornament | |||
bsolhsub | ⟈ | U+27C8 | HTML 5.0 | reverse solidus preceding subset | |||
suphsol | ⟉ | U+27C9 | HTML 5.0 | superset preceding solidus | |||
lobrk, LeftDoubleBracket | ⟦ | U+27E6 | HTML 5.0 | mathematical left white square bracket | |||
robrk, RightDoubleBracket | ⟧ | U+27E7 | HTML 5.0 | mathematical right white square bracket | |||
lang, LeftAngleBracket, langle | ⟨ | U+27E8 | HTML 4.0 | HTMLsymbol | ISOtech | mathematical left angle bracket ' | |
rang, RightAngleBracket, rangle | ⟩ | U+27E9 | HTML 4.0 | HTMLsymbol | ISOtech | mathematical right angle bracket ' | |
Lang | ⟪ | U+27EA | HTML 5.0 | mathematical left double angle bracket | |||
Rang | ⟫ | U+27EB | HTML 5.0 | mathematical right double angle bracket | |||
loang | ⟬ | U+27EC | HTML 5.0 | mathematical left white tortoise shell bracket | |||
roang | ⟭ | U+27ED | HTML 5.0 | mathematical right white tortoise shell bracket | |||
xlarr, longleftarrow, LongLeftArrow | ⟵ | U+27F5 | HTML 5.0 | long leftwards arrow | |||
xrarr, longrightarrow, LongRightArrow | ⟶ | U+27F6 | HTML 5.0 | long rightwards arrow | |||
xharr, longleftrightarrow, LongLeftRightArrow | ⟷ | U+27F7 | HTML 5.0 | long left right arrow ' | |||
xlArr, Longleftarrow, DoubleLongLeftArrow | ⟸ | U+27F8 | HTML 5.0 | long leftwards double arrow | |||
xrArr, Longrightarrow, DoubleLongRightArrow | ⟹ | U+27F9 | HTML 5.0 | long rightwards double arrow | |||
xhArr, Longleftrightarrow, DoubleLongLeftRightArrow | ⟺ | U+27FA | HTML 5.0 | long left right double arrow ' | |||
xmap, longmapsto | ⟼ | U+27FC | HTML 5.0 | long rightwards arrow from bar ' | |||
dzigrarr | ⟿ | U+27FF | HTML 5.0 | long rightwards squiggle arrow ' | |||
nvlArr | ⤂ | U+2902 | HTML 5.0 | leftwards double arrow with vertical stroke | |||
nvrArr | ⤃ | U+2903 | HTML 5.0 | rightwards double arrow with vertical stroke | |||
nvHarr | ⤄ | U+2904 | HTML 5.0 | left right double arrow with vertical stroke | |||
Map | ⤅ | U+2905 | HTML 5.0 | rightwards two-headed arrow from bar ' | |||
lbarr | ⤌ | U+290C | HTML 5.0 | leftwards double dash arrow | |||
rbarr, bkarow | ⤍ | U+290D | HTML 5.0 | rightwards double dash arrow | |||
lBarr | ⤎ | U+290E | HTML 5.0 | leftwards triple dash arrow | |||
rBarr, dbkarow | ⤏ | U+290F | HTML 5.0 | rightwards triple dash arrow | |||
RBarr, drbkarow | ⤐ | U+2910 | HTML 5.0 | rightwards two-headed triple dash arrow | |||
DDotrahd | ⤑ | U+2911 | HTML 5.0 | rightwards arrow with dotted stem | |||
UpArrowBar | ⤒ | U+2912 | HTML 5.0 | upwards arrow to bar | |||
DownArrowBar | ⤓ | U+2913 | HTML 5.0 | downwards arrow to bar | |||
Rarrtl | ⤖ | U+2916 | HTML 5.0 | rightwards two-headed arrow with tail | |||
latail | ⤙ | U+2919 | HTML 5.0 | leftwards arrow-tail | |||
ratail | ⤚ | U+291A | HTML 5.0 | rightwards arrow-tail | |||
lAtail | ⤛ | U+291B | HTML 5.0 | leftwards double arrow-tail | |||
rAtail | ⤜ | U+291C | HTML 5.0 | rightwards double arrow-tail | |||
larrfs | ⤝ | U+291D | HTML 5.0 | leftwards arrow to black diamond | |||
rarrfs | ⤞ | U+291E | HTML 5.0 | rightwards arrow to black diamond | |||
larrbfs | ⤟ | U+291F | HTML 5.0 | leftwards arrow from bar to black diamond | |||
rarrbfs | ⤠ | U+2920 | HTML 5.0 | rightwards arrow from bar to black diamond | |||
nwarhk | ⤣ | U+2923 | HTML 5.0 | north west arrow with hook | |||
nearhk | ⤤ | U+2924 | HTML 5.0 | north east arrow with hook | |||
searhk, hksearow | ⤥ | U+2925 | HTML 5.0 | south east arrow with hook | |||
swarhk, hkswarow | ⤦ | U+2926 | HTML 5.0 | south west arrow with hook | |||
nwnear | ⤧ | U+2927 | HTML 5.0 | north west arrow and north east arrow | |||
nesear, toea | ⤨ | U+2928 | HTML 5.0 | north east arrow and south east arrow ' | |||
seswar, tosa | ⤩ | U+2929 | HTML 5.0 | south east arrow and south west arrow ' | |||
swnwar | ⤪ | U+292A | HTML 5.0 | south west arrow and north west arrow | |||
rarrc | ⤳ | U+2933 | HTML 5.0 | wave arrow pointing directly right ' | |||
cudarrr | ⤵ | U+2935 | HTML 5.0 | arrow pointing rightwards then curving downwards ' | |||
ldca | ⤶ | U+2936 | HTML 5.0 | arrow pointing downwards then curving leftwards ' | |||
rdca | ⤷ | U+2937 | HTML 5.0 | arrow pointing downwards then curving rightwards ' | |||
cudarrl | ⤸ | U+2938 | HTML 5.0 | right-side arc clockwise arrow ' | |||
larrpl | ⤹ | U+2939 | HTML 5.0 | left-side arc anticlockwise arrow | |||
curarrm | ⤼ | U+293C | HTML 5.0 | top arc clockwise arrow with minus ' | |||
cularrp | ⤽ | U+293D | HTML 5.0 | top arc anticlockwise arrow with plus ' | |||
rarrpl | ⥅ | U+2945 | HTML 5.0 | rightwards arrow with plus below | |||
harrcir | ⥈ | U+2948 | HTML 5.0 | left right arrow through small circle | |||
Uarrocir | ⥉ | U+2949 | HTML 5.0 | upwards two-headed arrow from small circle | |||
lurdshar | ⥊ | U+294A | HTML 5.0 | left barb up right barb down harpoon ' | |||
ldrushar | ⥋ | U+294B | HTML 5.0 | left barb down right barb up harpoon ' | |||
LeftRightVector | ⥎ | U+294E | HTML 5.0 | left barb up right barb up harpoon ' | |||
RightUpDownVector | ⥏ | U+294F | HTML 5.0 | up barb right down barb right harpoon ' | |||
DownLeftRightVector | ⥐ | U+2950 | HTML 5.0 | left barb down right barb down harpoon ' | |||
LeftUpDownVector | ⥑ | U+2951 | HTML 5.0 | up barb left down barb left harpoon ' | |||
LeftVectorBar | ⥒ | U+2952 | HTML 5.0 | leftwards harpoon with barb up to bar ' | |||
RightVectorBar | ⥓ | U+2953 | HTML 5.0 | rightwards harpoon with barb up to bar ' | |||
RightUpVectorBar | ⥔ | U+2954 | HTML 5.0 | upwards harpoon with barb right to bar ' | |||
RightDownVectorBar | ⥕ | U+2955 | HTML 5.0 | downwards harpoon with barb right to bar ' | |||
DownLeftVectorBar | ⥖ | U+2956 | HTML 5.0 | leftwards harpoon with barb down to bar ' | |||
DownRightVectorBar | ⥗ | U+2957 | HTML 5.0 | rightwards harpoon with barb down to bar ' | |||
LeftUpVectorBar | ⥘ | U+2958 | HTML 5.0 | upwards harpoon with barb left to bar ' | |||
LeftDownVectorBar | ⥙ | U+2959 | HTML 5.0 | downwards harpoon with barb left to bar ' | |||
LeftTeeVector | ⥚ | U+295A | HTML 5.0 | leftwards harpoon with barb up from bar ' | |||
RightTeeVector | ⥛ | U+295B | HTML 5.0 | rightwards harpoon with barb up from bar ' | |||
RightUpTeeVector | ⥜ | U+295C | HTML 5.0 | upwards harpoon with barb right from bar ' | |||
RightDownTeeVector | ⥝ | U+295D | HTML 5.0 | downwards harpoon with barb right from bar ' | |||
DownLeftTeeVector | ⥞ | U+295E | HTML 5.0 | leftwards harpoon with barb down from bar ' | |||
DownRightTeeVector | ⥟ | U+295F | HTML 5.0 | rightwards harpoon with barb down from bar ' | |||
LeftUpTeeVector | ⥠ | U+2960 | HTML 5.0 | upwards harpoon with barb left from bar ' | |||
LeftDownTeeVector | ⥡ | U+2961 | HTML 5.0 | downwards harpoon with barb left from bar ' | |||
lHar | ⥢ | U+2962 | HTML 5.0 | leftwards harpoon with barb up above leftwards harpoon with barb down | |||
uHar | ⥣ | U+2963 | HTML 5.0 | upwards harpoon with barb left beside upwards harpoon with barb right | |||
rHar | ⥤ | U+2964 | HTML 5.0 | rightwards harpoon with barb up above rightwards harpoon with barb down | |||
dHar | ⥥ | U+2965 | HTML 5.0 | downwards harpoon with barb left beside downwards harpoon with barb right | |||
luruhar | ⥦ | U+2966 | HTML 5.0 | leftwards harpoon with barb up above rightwards harpoon with barb up | |||
ldrdhar | ⥧ | U+2967 | HTML 5.0 | leftwards harpoon with barb down above rightwards harpoon with barb down | |||
ruluhar | ⥨ | U+2968 | HTML 5.0 | rightwards harpoon with barb up above leftwards harpoon with barb up | |||
rdldhar | ⥩ | U+2969 | HTML 5.0 | rightwards harpoon with barb down above leftwards harpoon with barb down | |||
lharul | ⥪ | U+296A | HTML 5.0 | leftwards harpoon with barb up above long dash | |||
llhard | ⥫ | U+296B | HTML 5.0 | leftwards harpoon with barb down below long dash | |||
rharul | ⥬ | U+296C | HTML 5.0 | rightwards harpoon with barb up above long dash | |||
lrhard | ⥭ | U+296D | HTML 5.0 | rightwards harpoon with barb down below long dash | |||
udhar, UpEquilibrium | ⥮ | U+296E | HTML 5.0 | upwards harpoon with barb left beside downwards harpoon with barb right ' | |||
duhar, ReverseUpEquilibrium | ⥯ | U+296F | HTML 5.0 | downwards harpoon with barb left beside upwards harpoon with barb right ' | |||
RoundImplies | ⥰ | U+2970 | HTML 5.0 | right double arrow with rounded head ' | |||
erarr | ⥱ | U+2971 | HTML 5.0 | equals sign above rightwards arrow | |||
simrarr | ⥲ | U+2972 | HTML 5.0 | tilde operator above rightwards arrow ' | |||
larrsim | ⥳ | U+2973 | HTML 5.0 | leftwards arrow above tilde operator ' | |||
rarrsim | ⥴ | U+2974 | HTML 5.0 | rightwards arrow above tilde operator ' | |||
rarrap | ⥵ | U+2975 | HTML 5.0 | rightwards arrow above almost equal to ' | |||
ltlarr | ⥶ | U+2976 | HTML 5.0 | less-than above leftwards arrow | |||
gtrarr | ⥸ | U+2978 | HTML 5.0 | greater-than above rightwards arrow | |||
subrarr | ⥹ | U+2979 | HTML 5.0 | subset above rightwards arrow | |||
suplarr | ⥻ | U+297B | HTML 5.0 | superset above leftwards arrow | |||
lfisht | ⥼ | U+297C | HTML 5.0 | left fish tail | |||
rfisht | ⥽ | U+297D | HTML 5.0 | right fish tail | |||
ufisht | ⥾ | U+297E | HTML 5.0 | up fish tail | |||
dfisht | ⥿ | U+297F | HTML 5.0 | down fish tail | |||
lopar | ⦅ | U+2985 | HTML 5.0 | left white parenthesis | |||
ropar | ⦆ | U+2986 | HTML 5.0 | right white parenthesis | |||
lbrke | ⦋ | U+298B | HTML 5.0 | left square bracket with underbar | |||
rbrke | ⦌ | U+298C | HTML 5.0 | right square bracket with underbar | |||
lbrkslu | ⦍ | U+298D | HTML 5.0 | left square bracket with tick in top corner | |||
rbrksld | ⦎ | U+298E | HTML 5.0 | right square bracket with tick in bottom corner | |||
lbrksld | ⦏ | U+298F | HTML 5.0 | left square bracket with tick in bottom corner | |||
rbrkslu | ⦐ | U+2990 | HTML 5.0 | right square bracket with tick in top corner | |||
langd | ⦑ | U+2991 | HTML 5.0 | left angle bracket with dot | |||
rangd | ⦒ | U+2992 | HTML 5.0 | right angle bracket with dot | |||
lparlt | ⦓ | U+2993 | HTML 5.0 | left arc less-than bracket ' | |||
rpargt | ⦔ | U+2994 | HTML 5.0 | right arc greater-than bracket ' | |||
gtlPar | ⦕ | U+2995 | HTML 5.0 | double left arc greater-than bracket ' | |||
ltrPar | ⦖ | U+2996 | HTML 5.0 | double right arc less-than bracket ' | |||
vzigzag | ⦚ | U+299A | HTML 5.0 | vertical zigzag line | |||
vangrt | ⦜ | U+299C | HTML 5.0 | right angle variant with square | |||
angrtvbd | ⦝ | U+299D | HTML 5.0 | measured right angle with dot | |||
ange | ⦤ | U+29A4 | HTML 5.0 | angle with underbar | |||
range | ⦥ | U+29A5 | HTML 5.0 | reversed angle with underbar | |||
dwangle | ⦦ | U+29A6 | HTML 5.0 | oblique angle opening up | |||
uwangle | ⦧ | U+29A7 | HTML 5.0 | oblique angle opening down | |||
angmsdaa | ⦨ | U+29A8 | HTML 5.0 | measured angle with open arm ending in arrow pointing up and right | |||
angmsdab | ⦩ | U+29A9 | HTML 5.0 | measured angle with open arm ending in arrow pointing up and left | |||
angmsdac | ⦪ | U+29AA | HTML 5.0 | measured angle with open arm ending in arrow pointing down and right | |||
angmsdad | ⦫ | U+29AB | HTML 5.0 | measured angle with open arm ending in arrow pointing down and left | |||
angmsdae | ⦬ | U+29AC | HTML 5.0 | measured angle with open arm ending in arrow pointing right and up | |||
angmsdaf | ⦭ | U+29AD | HTML 5.0 | measured angle with open arm ending in arrow pointing left and up | |||
angmsdag | ⦮ | U+29AE | HTML 5.0 | measured angle with open arm ending in arrow pointing right and down | |||
angmsdah | ⦯ | U+29AF | HTML 5.0 | measured angle with open arm ending in arrow pointing left and down | |||
bemptyv | ⦰ | U+29B0 | HTML 5.0 | reversed empty set ' | |||
demptyv | ⦱ | U+29B1 | HTML 5.0 | empty set with overbar ' | |||
cemptyv | ⦲ | U+29B2 | HTML 5.0 | empty set with small circle above | |||
raemptyv | ⦳ | U+29B3 | HTML 5.0 | empty set with right arrow above | |||
laemptyv | ⦴ | U+29B4 | HTML 5.0 | empty set with left arrow above | |||
ohbar | ⦵ | U+29B5 | HTML 5.0 | circle with horizontal bar | |||
omid | ⦶ | U+29B6 | HTML 5.0 | circled vertical bar ' | |||
opar | ⦷ | U+29B7 | HTML 5.0 | circled parallel | |||
operp | ⦹ | U+29B9 | HTML 5.0 | circled perpendicular | |||
olcross | ⦻ | U+29BB | HTML 5.0 | circle with superimposed x ' | |||
odsold | ⦼ | U+29BC | HTML 5.0 | circled anticlockwise-rotated division sign | |||
olcir | ⦾ | U+29BE | HTML 5.0 | circled white bullet ' | |||
ofcir | ⦿ | U+29BF | HTML 5.0 | circled bullet ' | |||
olt | ⧀ | U+29C0 | HTML 5.0 | circled less-than | |||
ogt | ⧁ | U+29C1 | HTML 5.0 | circled greater-than | |||
cirscir | ⧂ | U+29C2 | HTML 5.0 | circle with small circle to the right | |||
cirE | ⧃ | U+29C3 | HTML 5.0 | circle with two horizontal strokes to the right | |||
solb | ⧄ | U+29C4 | HTML 5.0 | squared rising diagonal slash ' | |||
bsolb | ⧅ | U+29C5 | HTML 5.0 | squared falling diagonal slash ' | |||
boxbox | ⧉ | U+29C9 | HTML 5.0 | two joined squares ' | |||
trisb | ⧍ | U+29CD | HTML 5.0 | triangle with serifs at bottom | |||
rtriltri | ⧎ | U+29CE | HTML 5.0 | right triangle above left triangle | |||
LeftTriangleBar | ⧏ | U+29CF | HTML 5.0 | left triangle beside vertical bar | |||
RightTriangleBar | ⧐ | U+29D0 | HTML 5.0 | vertical bar beside right triangle | |||
iinfin | ⧜ | U+29DC | HTML 5.0 | incomplete infinity | |||
infintie | ⧝ | U+29DD | HTML 5.0 | tie over infinity | |||
nvinfin | ⧞ | U+29DE | HTML 5.0 | infinity negated with vertical bar | |||
eparsl | ⧣ | U+29E3 | HTML 5.0 | equals sign and slanted parallel | |||
smeparsl | ⧤ | U+29E4 | HTML 5.0 | equals sign and slanted parallel with tilde above ' | |||
eqvparsl | ⧥ | U+29E5 | HTML 5.0 | identical to and slanted parallel | |||
lozf, blacklozenge | ⧫ | U+29EB | HTML 5.0 | black lozenge ' | |||
RuleDelayed | ⧴ | U+29F4 | HTML 5.0 | rule-delayed | |||
dsol | ⧶ | U+29F6 | HTML 5.0 | solidus with overbar ' | |||
xodot, bigodot | ⨀ | U+2A00 | HTML 5.0 | n-ary circled dot operator | |||
xoplus, bigoplus | ⨁ | U+2A01 | HTML 5.0 | n-ary circled plus operator | |||
xotime, bigotimes | ⨂ | U+2A02 | HTML 5.0 | n-ary circled times operator | |||
xuplus, biguplus | ⨄ | U+2A04 | HTML 5.0 | n-ary union operator with plus ' | |||
xsqcup, bigsqcup | ⨆ | U+2A06 | HTML 5.0 | n-ary square union operator ' | |||
qint, iiiint | ⨌ | U+2A0C | HTML 5.0 | quadruple integral operator | |||
fpartint | ⨍ | U+2A0D | HTML 5.0 | finite part integral | |||
cirfnint | ⨐ | U+2A10 | HTML 5.0 | circulation function | |||
awint | ⨑ | U+2A11 | HTML 5.0 | anticlockwise integration | |||
rppolint | ⨒ | U+2A12 | HTML 5.0 | line integration with rectangular path around pole | |||
scpolint | ⨓ | U+2A13 | HTML 5.0 | line integration with semicircular path around pole | |||
npolint | ⨔ | U+2A14 | HTML 5.0 | line integration not including the pole | |||
pointint | ⨕ | U+2A15 | HTML 5.0 | integral around a point operator | |||
quatint | ⨖ | U+2A16 | HTML 5.0 | quaternion integral operator | |||
intlarhk | ⨗ | U+2A17 | HTML 5.0 | integral with leftwards arrow with hook | |||
pluscir | ⨢ | U+2A22 | HTML 5.0 | plus sign with small circle above | |||
plusacir | ⨣ | U+2A23 | HTML 5.0 | plus sign with circumflex accent above | |||
simplus | ⨤ | U+2A24 | HTML 5.0 | plus sign with tilde above ' | |||
plusdu | ⨥ | U+2A25 | HTML 5.0 | plus sign with dot below ' | |||
plussim | ⨦ | U+2A26 | HTML 5.0 | plus sign with tilde below ' | |||
plustwo | ⨧ | U+2A27 | HTML 5.0 | plus sign with subscript two | |||
mcomma | ⨩ | U+2A29 | HTML 5.0 | minus sign with comma above | |||
minusdu | ⨪ | U+2A2A | HTML 5.0 | minus sign with dot below ' | |||
loplus | ⨭ | U+2A2D | HTML 5.0 | plus sign in left half circle | |||
roplus | ⨮ | U+2A2E | HTML 5.0 | plus sign in right half circle | |||
Cross | ⨯ | U+2A2F | HTML 5.0 | vector or cross product | |||
timesd | ⨰ | U+2A30 | HTML 5.0 | multiplication sign with dot above ' | |||
timesbar | ⨱ | U+2A31 | HTML 5.0 | multiplication sign with underbar | |||
smashp | ⨳ | U+2A33 | HTML 5.0 | smash product | |||
lotimes | ⨴ | U+2A34 | HTML 5.0 | multiplication sign in left half circle | |||
rotimes | ⨵ | U+2A35 | HTML 5.0 | multiplication sign in right half circle | |||
otimesas | ⨶ | U+2A36 | HTML 5.0 | circled multiplication sign with circumflex accent | |||
Otimes | ⨷ | U+2A37 | HTML 5.0 | multiplication sign in double circle | |||
odiv | ⨸ | U+2A38 | HTML 5.0 | circled division sign | |||
triplus | ⨹ | U+2A39 | HTML 5.0 | plus sign in triangle | |||
triminus | ⨺ | U+2A3A | HTML 5.0 | minus sign in triangle | |||
tritime | ⨻ | U+2A3B | HTML 5.0 | multiplication sign in triangle | |||
iprod, intprod | ⨼ | U+2A3C | HTML 5.0 | interior product | |||
amalg | ⨿ | U+2A3F | HTML 5.0 | amalgamation or coproduct | |||
capdot | ⩀ | U+2A40 | HTML 5.0 | intersection with dot ' | |||
ncup | ⩂ | U+2A42 | HTML 5.0 | union with overbar | |||
ncap | ⩃ | U+2A43 | HTML 5.0 | intersection with overbar | |||
capand | ⩄ | U+2A44 | HTML 5.0 | intersection with logical and ' | |||
cupor | ⩅ | U+2A45 | HTML 5.0 | union with logical or ' | |||
cupcap | ⩆ | U+2A46 | HTML 5.0 | union above intersection ' | |||
capcup | ⩇ | U+2A47 | HTML 5.0 | intersection above union ' | |||
cupbrcap | ⩈ | U+2A48 | HTML 5.0 | union above bar above intersection ' | |||
capbrcup | ⩉ | U+2A49 | HTML 5.0 | intersection above bar above union ' | |||
cupcup | ⩊ | U+2A4A | HTML 5.0 | union beside and joined with union ' | |||
capcap | ⩋ | U+2A4B | HTML 5.0 | intersection beside and joined with intersection ' | |||
ccups | ⩌ | U+2A4C | HTML 5.0 | closed union with serifs | |||
ccaps | ⩍ | U+2A4D | HTML 5.0 | closed intersection with serifs | |||
ccupssm | ⩐ | U+2A50 | HTML 5.0 | closed union with serifs and smash product | |||
And | ⩓ | U+2A53 | HTML 5.0 | double logical and | |||
Or | ⩔ | U+2A54 | HTML 5.0 | double logical or | |||
andand | ⩕ | U+2A55 | HTML 5.0 | two intersecting logical and | |||
oror | ⩖ | U+2A56 | HTML 5.0 | two intersecting logical or | |||
orslope | ⩗ | U+2A57 | HTML 5.0 | sloping large or | |||
andslope | ⩘ | U+2A58 | HTML 5.0 | sloping large and | |||
andv | ⩚ | U+2A5A | HTML 5.0 | logical and with middle stem | |||
orv | ⩛ | U+2A5B | HTML 5.0 | logical or with middle stem | |||
andd | ⩜ | U+2A5C | HTML 5.0 | logical and with horizontal dash | |||
ord | ⩝ | U+2A5D | HTML 5.0 | logical or with horizontal dash | |||
wedbar | ⩟ | U+2A5F | HTML 5.0 | logical and with underbar | |||
sdote | ⩦ | U+2A66 | HTML 5.0 | equals sign with dot below | |||
simdot | ⩪ | U+2A6A | HTML 5.0 | tilde operator with dot above ' | |||
congdot | ⩭ | U+2A6D | HTML 5.0 | congruent with dot above | |||
easter | ⩮ | U+2A6E | HTML 5.0 | equals with asterisk | |||
apacir | ⩯ | U+2A6F | HTML 5.0 | almost equal to with circumflex accent | |||
apE | ⩰ | U+2A70 | HTML 5.0 | approximately equal or equal to | |||
eplus | ⩱ | U+2A71 | HTML 5.0 | equals sign above plus sign | |||
pluse | ⩲ | U+2A72 | HTML 5.0 | plus sign above equals sign | |||
Esim | ⩳ | U+2A73 | HTML 5.0 | equals sign above tilde operator | |||
Colone | ⩴ | U+2A74 | HTML 5.0 | double colon equal | |||
Equal | ⩵ | U+2A75 | HTML 5.0 | two consecutive equals signs | |||
eDDot, ddotseq | ⩷ | U+2A77 | HTML 5.0 | equals sign with two dots above and two dots below | |||
equivDD | ⩸ | U+2A78 | HTML 5.0 | equivalent with four dots above | |||
ltcir | ⩹ | U+2A79 | HTML 5.0 | less-than with circle inside | |||
gtcir | ⩺ | U+2A7A | HTML 5.0 | greater-than with circle inside | |||
ltquest | ⩻ | U+2A7B | HTML 5.0 | less-than with question mark above | |||
gtquest | ⩼ | U+2A7C | HTML 5.0 | greater-than with question mark above | |||
les, LessSlantEqual, leqslant | ⩽ | U+2A7D | HTML 5.0 | less-than or slanted equal to | |||
ges, GreaterSlantEqual, geqslant | ⩾ | U+2A7E | HTML 5.0 | greater-than or slanted equal to | |||
lesdot | ⩿ | U+2A7F | HTML 5.0 | less-than or slanted equal to with dot inside | |||
gesdot | ⪀ | U+2A80 | HTML 5.0 | greater-than or slanted equal to with dot inside | |||
lesdoto | ⪁ | U+2A81 | HTML 5.0 | less-than or slanted equal to with dot above | |||
gesdoto | ⪂ | U+2A82 | HTML 5.0 | greater-than or slanted equal to with dot above | |||
lesdotor | ⪃ | U+2A83 | HTML 5.0 | less-than or slanted equal to with dot above right | |||
gesdotol | ⪄ | U+2A84 | HTML 5.0 | greater-than or slanted equal to with dot above left | |||
lap, lessapprox | ⪅ | U+2A85 | HTML 5.0 | less-than or approximate | |||
gap, gtrapprox | ⪆ | U+2A86 | HTML 5.0 | greater-than or approximate | |||
lne, lneq | ⪇ | U+2A87 | HTML 5.0 | less-than and single-line not equal to | |||
gne, gneq | ⪈ | U+2A88 | HTML 5.0 | greater-than and single-line not equal to | |||
lnap, lnapprox | ⪉ | U+2A89 | HTML 5.0 | less-than and not approximate | |||
gnap, gnapprox | ⪊ | U+2A8A | HTML 5.0 | greater-than and not approximate | |||
lEg, lesseqqgtr | ⪋ | U+2A8B | HTML 5.0 | less-than above double-line equal above greater-than | |||
gEl, gtreqqless | ⪌ | U+2A8C | HTML 5.0 | greater-than above double-line equal above less-than | |||
lsime | ⪍ | U+2A8D | HTML 5.0 | less-than above similar or equal | |||
gsime | ⪎ | U+2A8E | HTML 5.0 | greater-than above similar or equal | |||
lsimg | ⪏ | U+2A8F | HTML 5.0 | less-than above similar above greater-than | |||
gsiml | ⪐ | U+2A90 | HTML 5.0 | greater-than above similar above less-than | |||
lgE | ⪑ | U+2A91 | HTML 5.0 | less-than above greater-than above double-line equal | |||
glE | ⪒ | U+2A92 | HTML 5.0 | greater-than above less-than above double-line equal | |||
lesges | ⪓ | U+2A93 | HTML 5.0 | less-than above slanted equal above greater-than above slanted equal | |||
gesles | ⪔ | U+2A94 | HTML 5.0 | greater-than above slanted equal above less-than above slanted equal | |||
els, eqslantless | ⪕ | U+2A95 | HTML 5.0 | slanted equal to or less-than | |||
egs, eqslantgtr | ⪖ | U+2A96 | HTML 5.0 | slanted equal to or greater-than | |||
elsdot | ⪗ | U+2A97 | HTML 5.0 | slanted equal to or less-than with dot inside | |||
egsdot | ⪘ | U+2A98 | HTML 5.0 | slanted equal to or greater-than with dot inside | |||
el | ⪙ | U+2A99 | HTML 5.0 | double-line equal to or less-than | |||
eg | ⪚ | U+2A9A | HTML 5.0 | double-line equal to or greater-than | |||
siml | ⪝ | U+2A9D | HTML 5.0 | similar or less-than | |||
simg | ⪞ | U+2A9E | HTML 5.0 | similar or greater-than | |||
simlE | ⪟ | U+2A9F | HTML 5.0 | similar above less-than above equals sign | |||
simgE | ⪠ | U+2AA0 | HTML 5.0 | similar above greater-than above equals sign | |||
LessLess | ⪡ | U+2AA1 | HTML 5.0 | double nested less-than | |||
GreaterGreater | ⪢ | U+2AA2 | HTML 5.0 | double nested greater-than | |||
glj | ⪤ | U+2AA4 | HTML 5.0 | greater-than overlapping less-than | |||
gla | ⪥ | U+2AA5 | HTML 5.0 | greater-than beside less-than | |||
ltcc | ⪦ | U+2AA6 | HTML 5.0 | less-than closed by curve | |||
gtcc | ⪧ | U+2AA7 | HTML 5.0 | greater-than closed by curve | |||
lescc | ⪨ | U+2AA8 | HTML 5.0 | less-than closed by curve above slanted equal | |||
gescc | ⪩ | U+2AA9 | HTML 5.0 | greater-than closed by curve above slanted equal | |||
smt | ⪪ | U+2AAA | HTML 5.0 | smaller than | |||
lat | ⪫ | U+2AAB | HTML 5.0 | larger than | |||
smte | ⪬ | U+2AAC | HTML 5.0 | smaller than or equal to | |||
late | ⪭ | U+2AAD | HTML 5.0 | larger than or equal to | |||
bumpE | ⪮ | U+2AAE | HTML 5.0 | equals sign with bumpy above | |||
pre, preceq, PrecedesEqual | ⪯ | U+2AAF | HTML 5.0 | precedes above single-line equals sign | |||
sce, succeq, SucceedsEqual | ⪰ | U+2AB0 | HTML 5.0 | succeeds above single-line equals sign | |||
prE | ⪳ | U+2AB3 | HTML 5.0 | precedes above equals sign | |||
scE | ⪴ | U+2AB4 | HTML 5.0 | succeeds above equals sign | |||
prnE, precneqq | ⪵ | U+2AB5 | HTML 5.0 | precedes above not equal to | |||
scnE, succneqq | ⪶ | U+2AB6 | HTML 5.0 | succeeds above not equal to | |||
prap, precapprox | ⪷ | U+2AB7 | HTML 5.0 | precedes above almost equal to | |||
scap, succapprox | ⪸ | U+2AB8 | HTML 5.0 | succeeds above almost equal to | |||
prnap, precnapprox | ⪹ | U+2AB9 | HTML 5.0 | precedes above not almost equal to | |||
scnap, succnapprox | ⪺ | U+2ABA | HTML 5.0 | succeeds above not almost equal to | |||
Pr | ⪻ | U+2ABB | HTML 5.0 | double precedes | |||
Sc | ⪼ | U+2ABC | HTML 5.0 | double succeeds | |||
subdot | ⪽ | U+2ABD | HTML 5.0 | subset with dot | |||
supdot | ⪾ | U+2ABE | HTML 5.0 | superset with dot | |||
subplus | ⪿ | U+2ABF | HTML 5.0 | subset with plus sign below | |||
supplus | ⫀ | U+2AC0 | HTML 5.0 | superset with plus sign below | |||
submult | ⫁ | U+2AC1 | HTML 5.0 | subset with multiplication sign below | |||
supmult | ⫂ | U+2AC2 | HTML 5.0 | superset with multiplication sign below | |||
subedot | ⫃ | U+2AC3 | HTML 5.0 | subset of or equal to with dot above | |||
supedot | ⫄ | U+2AC4 | HTML 5.0 | superset of or equal to with dot above | |||
subE, subseteqq | ⫅ | U+2AC5 | HTML 5.0 | subset of above equals sign | |||
supE, supseteqq | ⫆ | U+2AC6 | HTML 5.0 | superset of above equals sign | |||
subsim | ⫇ | U+2AC7 | HTML 5.0 | subset of above tilde operator | |||
supsim | ⫈ | U+2AC8 | HTML 5.0 | superset of above tilde operator | |||
subnE, subsetneqq | ⫋ | U+2ACB | HTML 5.0 | subset of above not equal to | |||
supnE, supsetneqq | ⫌ | U+2ACC | HTML 5.0 | superset of above not equal to | |||
csub | ⫏ | U+2ACF | HTML 5.0 | closed subset | |||
csup | ⫐ | U+2AD0 | HTML 5.0 | closed superset | |||
csube | ⫑ | U+2AD1 | HTML 5.0 | closed subset or equal to | |||
csupe | ⫒ | U+2AD2 | HTML 5.0 | closed superset or equal to | |||
subsup | ⫓ | U+2AD3 | HTML 5.0 | subset above superset | |||
supsub | ⫔ | U+2AD4 | HTML 5.0 | superset above subset | |||
subsub | ⫕ | U+2AD5 | HTML 5.0 | subset above subset | |||
supsup | ⫖ | U+2AD6 | HTML 5.0 | superset above superset | |||
suphsub | ⫗ | U+2AD7 | HTML 5.0 | superset beside subset | |||
supdsub | ⫘ | U+2AD8 | HTML 5.0 | superset beside and joined by dash with subset | |||
forkv | ⫙ | U+2AD9 | HTML 5.0 | element of opening downwards | |||
topfork | ⫚ | U+2ADA | HTML 5.0 | pitchfork with tee top | |||
mlcp | ⫛ | U+2ADB | HTML 5.0 | transversal intersection | |||
Dashv, DoubleLeftTee | ⫤ | U+2AE4 | HTML 5.0 | vertical bar double left turnstile | |||
Vdashl | ⫦ | U+2AE6 | HTML 5.0 | long dash from left member of double vertical | |||
Barv | ⫧ | U+2AE7 | HTML 5.0 | short down tack with overbar | |||
vBar | ⫨ | U+2AE8 | HTML 5.0 | short up tack with underbar | |||
vBarv | ⫩ | U+2AE9 | HTML 5.0 | short up tack above short down tack | |||
Vbar | ⫫ | U+2AEB | HTML 5.0 | double up tack | |||
Not | ⫬ | U+2AEC | HTML 5.0 | double stroke not sign | |||
bNot | ⫭ | U+2AED | HTML 5.0 | reversed double stroke not sign | |||
rnmid | ⫮ | U+2AEE | HTML 5.0 | does not divide with reversed negation slash | |||
cirmid | ⫯ | U+2AEF | HTML 5.0 | vertical line with circle above | |||
midcir | ⫰ | U+2AF0 | HTML 5.0 | vertical line with circle below | |||
topcir | ⫱ | U+2AF1 | HTML 5.0 | down tack with circle below | |||
nhpar | ⫲ | U+2AF2 | HTML 5.0 | parallel with horizontal stroke | |||
parsim | ⫳ | U+2AF3 | HTML 5.0 | parallel with tilde operator | |||
parsl | ⫽ | U+2AFD | HTML 5.0 | double solidus operator | |||
fflig | ff | U+FB00 | HTML 5.0 | Latin small ligature ff | |||
filig | fi | U+FB01 | HTML 5.0 | Latin small ligature fi | |||
fllig | fl | U+FB02 | HTML 5.0 | Latin small ligature fl | |||
ffilig | ffi | U+FB03 | HTML 5.0 | Latin small ligature ffi | |||
ffllig | ffl | U+FB04 | HTML 5.0 | Latin small ligature ffl | |||
Ascr | ? | U+1D49C | HTML 5.0 | mathematical script capital A | |||
Cscr | ? | U+1D49E | HTML 5.0 | mathematical script capital C | |||
Dscr | ? | U+1D49F | HTML 5.0 | mathematical script capital D | |||
Gscr | ? | U+1D4A2 | HTML 5.0 | mathematical script capital G | |||
Jscr | ? | U+1D4A5 | HTML 5.0 | mathematical script capital J | |||
Kscr | ? | U+1D4A6 | HTML 5.0 | mathematical script capital K | |||
Nscr | ? | U+1D4A9 | HTML 5.0 | mathematical script capital N | |||
Oscr | ? | U+1D4AA | HTML 5.0 | mathematical script capital O | |||
Pscr | ? | U+1D4AB | HTML 5.0 | mathematical script capital P | |||
Qscr | ? | U+1D4AC | HTML 5.0 | mathematical script capital Q | |||
Sscr | ? | U+1D4AE | HTML 5.0 | mathematical script capital S | |||
Tscr | ? | U+1D4AF | HTML 5.0 | mathematical script capital T | |||
Uscr | ? | U+1D4B0 | HTML 5.0 | mathematical script capital U | |||
Vscr | ? | U+1D4B1 | HTML 5.0 | mathematical script capital V | |||
Wscr | ? | U+1D4B2 | HTML 5.0 | mathematical script capital W | |||
Xscr | ? | U+1D4B3 | HTML 5.0 | mathematical script capital X | |||
Yscr | ? | U+1D4B4 | HTML 5.0 | mathematical script capital Y | |||
Zscr | ? | U+1D4B5 | HTML 5.0 | mathematical script capital Z | |||
ascr | ? | U+1D4B6 | HTML 5.0 | mathematical script small a | |||
bscr | ? | U+1D4B7 | HTML 5.0 | mathematical script small b | |||
cscr | ? | U+1D4B8 | HTML 5.0 | mathematical script small c | |||
dscr | ? | U+1D4B9 | HTML 5.0 | mathematical script small d | |||
fscr | ? | U+1D4BB | HTML 5.0 | mathematical script small f | |||
hscr | ? | U+1D4BD | HTML 5.0 | mathematical script small h | |||
iscr | ? | U+1D4BE | HTML 5.0 | mathematical script small i | |||
jscr | ? | U+1D4BF | HTML 5.0 | mathematical script small j | |||
kscr | ? | U+1D4C0 | HTML 5.0 | mathematical script small k | |||
lscr | ? | U+1D4C1 | HTML 5.0 | mathematical script small l | |||
mscr | ? | U+1D4C2 | HTML 5.0 | mathematical script small m | |||
nscr | ? | U+1D4C3 | HTML 5.0 | mathematical script small n | |||
pscr | ? | U+1D4C5 | HTML 5.0 | mathematical script small p | |||
qscr | ? | U+1D4C6 | HTML 5.0 | mathematical script small q | |||
rscr | ? | U+1D4C7 | HTML 5.0 | mathematical script small r | |||
sscr | ? | U+1D4C8 | HTML 5.0 | mathematical script small s | |||
tscr | ? | U+1D4C9 | HTML 5.0 | mathematical script small t | |||
uscr | ? | U+1D4CA | HTML 5.0 | mathematical script small u | |||
vscr | ? | U+1D4CB | HTML 5.0 | mathematical script small v | |||
wscr | ? | U+1D4CC | HTML 5.0 | mathematical script small w | |||
xscr | ? | U+1D4CD | HTML 5.0 | mathematical script small x | |||
yscr | ? | U+1D4CE | HTML 5.0 | mathematical script small y | |||
zscr | ? | U+1D4CF | HTML 5.0 | mathematical script small z | |||
Afr | ? | U+1D504 | HTML 5.0 | mathematical Fraktur capital A | |||
Bfr | ? | U+1D505 | HTML 5.0 | mathematical Fraktur capital B | |||
Dfr | ? | U+1D507 | HTML 5.0 | mathematical Fraktur capital D | |||
Efr | ? | U+1D508 | HTML 5.0 | mathematical Fraktur capital E | |||
Ffr | ? | U+1D509 | HTML 5.0 | mathematical Fraktur capital F | |||
Gfr | ? | U+1D50A | HTML 5.0 | mathematical Fraktur capital G | |||
Jfr | ? | U+1D50D | HTML 5.0 | mathematical Fraktur capital J | |||
Kfr | ? | U+1D50E | HTML 5.0 | mathematical Fraktur capital K | |||
Lfr | ? | U+1D50F | HTML 5.0 | mathematical Fraktur capital L | |||
Mfr | ? | U+1D510 | HTML 5.0 | mathematical Fraktur capital M | |||
Nfr | ? | U+1D511 | HTML 5.0 | mathematical Fraktur capital N | |||
Ofr | ? | U+1D512 | HTML 5.0 | mathematical Fraktur capital O | |||
Pfr | ? | U+1D513 | HTML 5.0 | mathematical Fraktur capital P | |||
Qfr | ? | U+1D514 | HTML 5.0 | mathematical Fraktur capital Q | |||
Sfr | ? | U+1D516 | HTML 5.0 | mathematical Fraktur capital S | |||
Tfr | ? | U+1D517 | HTML 5.0 | mathematical Fraktur capital T | |||
Ufr | ? | U+1D518 | HTML 5.0 | mathematical Fraktur capital U | |||
Vfr | ? | U+1D519 | HTML 5.0 | mathematical Fraktur capital V | |||
Wfr | ? | U+1D51A | HTML 5.0 | mathematical Fraktur capital W | |||
Xfr | ? | U+1D51B | HTML 5.0 | mathematical Fraktur capital X | |||
Yfr | ? | U+1D51C | HTML 5.0 | mathematical Fraktur capital Y | |||
afr | ? | U+1D51E | HTML 5.0 | mathematical Fraktur small a | |||
bfr | ? | U+1D51F | HTML 5.0 | mathematical Fraktur small b | |||
cfr | ? | U+1D520 | HTML 5.0 | mathematical Fraktur small c | |||
dfr | ? | U+1D521 | HTML 5.0 | mathematical Fraktur small d | |||
efr | ? | U+1D522 | HTML 5.0 | mathematical Fraktur small e | |||
ffr | ? | U+1D523 | HTML 5.0 | mathematical Fraktur small f | |||
gfr | ? | U+1D524 | HTML 5.0 | mathematical Fraktur small g | |||
hfr | ? | U+1D525 | HTML 5.0 | mathematical Fraktur small h | |||
ifr | ? | U+1D526 | HTML 5.0 | mathematical Fraktur small i | |||
jfr | ? | U+1D527 | HTML 5.0 | mathematical Fraktur small j | |||
kfr | ? | U+1D528 | HTML 5.0 | mathematical Fraktur small k | |||
lfr | ? | U+1D529 | HTML 5.0 | mathematical Fraktur small l | |||
mfr | ? | U+1D52A | HTML 5.0 | mathematical Fraktur small m | |||
nfr | ? | U+1D52B | HTML 5.0 | mathematical Fraktur small n | |||
ofr | ? | U+1D52C | HTML 5.0 | mathematical Fraktur small o | |||
pfr | ? | U+1D52D | HTML 5.0 | mathematical Fraktur small p | |||
qfr | ? | U+1D52E | HTML 5.0 | mathematical Fraktur small q | |||
rfr | ? | U+1D52F | HTML 5.0 | mathematical Fraktur small r | |||
sfr | ? | U+1D530 | HTML 5.0 | mathematical Fraktur small s | |||
tfr | ? | U+1D531 | HTML 5.0 | mathematical Fraktur small t | |||
ufr | ? | U+1D532 | HTML 5.0 | mathematical Fraktur small u | |||
vfr | ? | U+1D533 | HTML 5.0 | mathematical Fraktur small v | |||
wfr | ? | U+1D534 | HTML 5.0 | mathematical Fraktur small w | |||
xfr | ? | U+1D535 | HTML 5.0 | mathematical Fraktur small x | |||
yfr | ? | U+1D536 | HTML 5.0 | mathematical Fraktur small y | |||
zfr | ? | U+1D537 | HTML 5.0 | mathematical Fraktur small z | |||
Aopf | ? | U+1D538 | HTML 5.0 | mathematical double-struck capital A | |||
Bopf | ? | U+1D539 | HTML 5.0 | mathematical double-struck capital B | |||
Dopf | ? | U+1D53B | HTML 5.0 | mathematical double-struck capital D | |||
Eopf | ? | U+1D53C | HTML 5.0 | mathematical double-struck capital E | |||
Fopf | ? | U+1D53D | HTML 5.0 | mathematical double-struck capital F | |||
Gopf | ? | U+1D53E | HTML 5.0 | mathematical double-struck capital G | |||
Iopf | ? | U+1D540 | HTML 5.0 | mathematical double-struck capital I | |||
Jopf | ? | U+1D541 | HTML 5.0 | mathematical double-struck capital J | |||
Kopf | ? | U+1D542 | HTML 5.0 | mathematical double-struck capital K | |||
Lopf | ? | U+1D543 | HTML 5.0 | mathematical double-struck capital L | |||
Mopf | ? | U+1D544 | HTML 5.0 | mathematical double-struck capital M | |||
Oopf | ? | U+1D546 | HTML 5.0 | mathematical double-struck capital O | |||
Sopf | ? | U+1D54A | HTML 5.0 | mathematical double-struck capital S | |||
Topf | ? | U+1D54B | HTML 5.0 | mathematical double-struck capital T | |||
Uopf | ? | U+1D54C | HTML 5.0 | mathematical double-struck capital U | |||
Vopf | ? | U+1D54D | HTML 5.0 | mathematical double-struck capital V | |||
Wopf | ? | U+1D54E | HTML 5.0 | mathematical double-struck capital W | |||
Xopf | ? | U+1D54F | HTML 5.0 | mathematical double-struck capital X | |||
Yopf | ? | U+1D550 | HTML 5.0 | mathematical double-struck capital Y | |||
aopf | ? | U+1D552 | HTML 5.0 | mathematical double-struck small a | |||
bopf | ? | U+1D553 | HTML 5.0 | mathematical double-struck small b | |||
copf | ? | U+1D554 | HTML 5.0 | mathematical double-struck small c | |||
dopf | ? | U+1D555 | HTML 5.0 | mathematical double-struck small d | |||
eopf | ? | U+1D556 | HTML 5.0 | mathematical double-struck small e | |||
fopf | ? | U+1D557 | HTML 5.0 | mathematical double-struck small f | |||
gopf | ? | U+1D558 | HTML 5.0 | mathematical double-struck small g | |||
hopf | ? | U+1D559 | HTML 5.0 | mathematical double-struck small h | |||
iopf | ? | U+1D55A | HTML 5.0 | mathematical double-struck small i | |||
jopf | ? | U+1D55B | HTML 5.0 | mathematical double-struck small j | |||
kopf | ? | U+1D55C | HTML 5.0 | mathematical double-struck small k | |||
lopf | ? | U+1D55D | HTML 5.0 | mathematical double-struck small l | |||
mopf | ? | U+1D55E | HTML 5.0 | mathematical double-struck small m | |||
nopf | ? | U+1D55F | HTML 5.0 | mathematical double-struck small n | |||
oopf | ? | U+1D560 | HTML 5.0 | mathematical double-struck small o | |||
popf | ? | U+1D561 | HTML 5.0 | mathematical double-struck small p | |||
qopf | ? | U+1D562 | HTML 5.0 | mathematical double-struck small q | |||
ropf | ? | U+1D563 | HTML 5.0 | mathematical double-struck small r | |||
sopf | ? | U+1D564 | HTML 5.0 | mathematical double-struck small s | |||
topf | ? | U+1D565 | HTML 5.0 | mathematical double-struck small t | |||
uopf | ? | U+1D566 | HTML 5.0 | mathematical double-struck small u | |||
vopf | ? | U+1D567 | HTML 5.0 | mathematical double-struck small v | |||
wopf | ? | U+1D568 | HTML 5.0 | mathematical double-struck small w | |||
xopf | ? | U+1D569 | HTML 5.0 | mathematical double-struck small x | |||
yopf | ? | U+1D56A | HTML 5.0 | mathematical double-struck small y | |||
zopf | ? | U+1D56B | HTML 5.0 | mathematical double-struck small z | |||
nvlt | <⃒ | U+003C, U+20D2 | HTML 5.0 | less-than sign, combining long vertical line overlay | |||
bne | =⃥ | U+003D, U+20E5 | HTML 5.0 | equals sign, combining reverse solidus overlay | |||
nvgt | >⃒ | U+003E, U+20D2 | HTML 5.0 | greater-than sign, combining long vertical line overlay | |||
fjlig | fj | U+0066, U+006A | HTML 5.0 | latin small letter f, latin small letter j | |||
ThickSpace | U+205F, U+200A | HTML 5.0 | medium mathematical space, hair space | ||||
nrarrw | ↝̸ | U+219D, U+0338 | HTML 5.0 | rightwards wave arrow, combining long solidus overlay | |||
npart | ∂̸ | U+2202, U+0338 | HTML 5.0 | partial differential, combining long solidus overlay | |||
nang | ∠⃒ | U+2220, U+20D2 | HTML 5.0 | angle, combining long vertical line overlay | |||
caps | ∩︀ | U+2229, U+FE00 | HTML 5.0 | intersection, variation selector-1 | |||
cups | ∪︀ | U+222A, U+FE00 | HTML 5.0 | union, variation selector-1 | |||
nvsim | ∼⃒ | U+223C, U+20D2 | HTML 5.0 | tilde operator, combining long vertical line overlay | |||
race | ∽̱ | U+223D, U+0331 | HTML 5.0 | reversed tilde, combining macron below | |||
acE | ∾̳ | U+223E, U+0333 | HTML 5.0 | inverted lazy s, combining double low line | |||
nesim, NotEqualTilde | ≂̸ | U+2242, U+0338 | HTML 5.0 | minus tilde, combining long solidus overlay | |||
napid | ≋̸ | U+224B, U+0338 | HTML 5.0 | triple tilde, combining long solidus overlay | |||
nvap | ≍⃒ | U+224D, U+20D2 | HTML 5.0 | equivalent to, combining long vertical line overlay | |||
nbump, NotHumpDownHump | ≎̸ | U+224E, U+0338 | HTML 5.0 | geometrically equivalent to, combining long solidus overlay | |||
nbumpe, NotHumpEqual | ≏̸ | U+224F, U+0338 | HTML 5.0 | difference between, combining long solidus overlay | |||
nedot | ≐̸ | U+2250, U+0338 | HTML 5.0 | approaches the limit, combining long solidus overlay | |||
bnequiv | ≡⃥ | U+2261, U+20E5 | HTML 5.0 | identical to, combining reverse solidus overlay | |||
nvle | ≤⃒ | U+2264, U+20D2 | HTML 5.0 | less-than or equal to, combining long vertical line overlay | |||
nvge | ≥⃒ | U+2265, U+20D2 | HTML 5.0 | greater-than or equal to, combining long vertical line overlay | |||
nlE, nleqq | ≦̸ | U+2266, U+0338 | HTML 5.0 | less-than over equal to, combining long solidus overlay | |||
ngE, ngeqq, NotGreaterFullEqual | ≧̸ | U+2267, U+0338 | HTML 5.0 | greater-than over equal to, combining long solidus overlay | |||
lvertneqq, lvnE | ≨︀ | U+2268, U+FE00 | HTML 5.0 | less-than but not equal to, variation selector-1 | |||
gvertneqq, gvnE | ≩︀ | U+2269, U+FE00 | HTML 5.0 | greater-than but not equal to, variation selector-1 | |||
nLtv, NotLessLess | ≪̸ | U+226A, U+0338 | HTML 5.0 | much less-than, combining long solidus overlay | |||
nLt | ≪⃒ | U+226A, U+20D2 | HTML 5.0 | much less-than, combining long vertical line overlay | |||
nGtv, NotGreaterGreater | ≫̸ | U+226B, U+0338 | HTML 5.0 | much greater-than, combining long solidus overlay | |||
nGt | ≫⃒ | U+226B, U+20D2 | HTML 5.0 | much greater-than, combining long vertical line overlay | |||
NotSucceedsTilde | ≿̸ | U+227F, U+0338 | HTML 5.0 | succeeds or equivalent to, combining long solidus overlay | |||
NotSubset, nsubset, vnsub | ⊂⃒ | U+2282, U+20D2 | HTML 5.0 | subset of, combining long vertical line overlay | |||
NotSuperset, nsupset, vnsup | ⊃⃒ | U+2283, U+20D2 | HTML 5.0 | superset of, combining long vertical line overlay | |||
varsubsetneq, vsubne | ⊊︀ | U+228A, U+FE00 | HTML 5.0 | subset of with not equal to, variation selector-1 | |||
varsupsetneq, vsupne | ⊋︀ | U+228B, U+FE00 | HTML 5.0 | superset of with not equal to, variation selector-1 | |||
NotSquareSubset | ⊏̸ | U+228F, U+0338 | HTML 5.0 | square image of, combining long solidus overlay | |||
NotSquareSuperset | ⊐̸ | U+2290, U+0338 | HTML 5.0 | square original of, combining long solidus overlay | |||
sqcaps | ⊓︀ | U+2293, U+FE00 | HTML 5.0 | square cap, variation selector-1 | |||
sqcups | ⊔︀ | U+2294, U+FE00 | HTML 5.0 | square cup, variation selector-1 | |||
nvltrie | ⊴⃒ | U+22B4, U+20D2 | HTML 5.0 | normal subgroup of or equal to, combining long vertical line overlay | |||
nvrtrie | ⊵⃒ | U+22B5, U+20D2 | HTML 5.0 | contains as normal subgroup or equal to, combining long vertical line overlay | |||
nLl | ⋘̸ | U+22D8, U+0338 | HTML 5.0 | very much less-than, combining long solidus overlay | |||
nGg | ⋙̸ | U+22D9, U+0338 | HTML 5.0 | very much greater-than, combining long solidus overlay | |||
lesg | ⋚︀ | U+22DA, U+FE00 | HTML 5.0 | less-than equal to or greater-than, variation selector-1 | |||
gesl | ⋛︀ | U+22DB, U+FE00 | HTML 5.0 | greater-than equal to or less-than, variation selector-1 | |||
notindot | ⋵̸ | U+22F5, U+0338 | HTML 5.0 | element of with dot above, combining long solidus overlay | |||
notinE | ⋹̸ | U+22F9, U+0338 | HTML 5.0 | element of with two horizontal strokes, combining long solidus overlay | |||
nrarrc | ⤳̸ | U+2933, U+0338 | HTML 5.0 | wave arrow pointing directly right, combining long solidus overlay | |||
NotLeftTriangleBar | ⧏̸ | U+29CF, U+0338 | HTML 5.0 | left triangle beside vertical bar, combining long solidus overlay | |||
NotRightTriangleBar | ⧐̸ | U+29D0, U+0338 | HTML 5.0 | vertical bar beside right triangle, combining long solidus overlay | |||
ncongdot | ⩭̸ | U+2A6D, U+0338 | HTML 5.0 | congruent with dot above, combining long solidus overlay | |||
napE | ⩰̸ | U+2A70, U+0338 | HTML 5.0 | approximately equal or equal to, combining long solidus overlay | |||
nleqslant, nles, NotLessSlantEqual | ⩽̸ | U+2A7D, U+0338 | HTML 5.0 | less-than or slanted equal to, combining long solidus overlay | |||
ngeqslant, nges, NotGreaterSlantEqual | ⩾̸ | U+2A7E, U+0338 | HTML 5.0 | greater-than or slanted equal to, combining long solidus overlay | |||
NotNestedLessLess | ⪡̸ | U+2AA1, U+0338 | HTML 5.0 | double nested less-than, combining long solidus overlay | |||
NotNestedGreaterGreater | ⪢̸ | U+2AA2, U+0338 | HTML 5.0 | double nested greater-than, combining long solidus overlay | |||
smtes | ⪬︀ | U+2AAC, U+FE00 | HTML 5.0 | smaller than or equal to, variation selector-1 | |||
lates | ⪭︀ | U+2AAD, U+FE00 | HTML 5.0 | larger than or equal to, variation selector-1 | |||
NotPrecedesEqual, npre, npreceq | ⪯̸ | U+2AAF, U+0338 | HTML 5.0 | precedes above single-line equals sign, combining long solidus overlay | |||
NotSucceedsEqual, nsce, nsucceq | ⪰̸ | U+2AB0, U+0338 | HTML 5.0 | succeeds above single-line equals sign, combining long solidus overlay | |||
nsubE, nsubseteqq | ⫅̸ | U+2AC5, U+0338 | HTML 5.0 | subset of above equals sign, combining long solidus overlay | |||
nsupE, nsupseteqq | ⫆̸ | U+2AC6, U+0338 | HTML 5.0 | superset of above equals sign, combining long solidus overlay | |||
varsubsetneqq, vsubnE | ⫋︀ | U+2ACB, U+FE00 | HTML 5.0 | subset of above not equal to, variation selector-1 | |||
varsupsetneqq, vsupnE | ⫌︀ | U+2ACC, U+FE00 | HTML 5.0 | superset of above not equal to, variation selector-1 | |||
nparsl | ⫽⃥ | U+2AFD, U+20E5 | HTML 5.0 | double solidus operator, combining reverse solidus overlay |
Notes: