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.

Character reference overview

In HTML and XML, a numeric character reference refers to a character by its Universal Coded Character Set/Unicode code point, and uses the format:
&#xhhhh;
or
&#nnnn;
where the x must be lowercase in XML documents, hhhh is the code point in hexadecimal form, and nnnn is the code point in decimal form. The hhhh may be any number of hexadecimal digits and may include leading zeros. The hhhh for hexadecimal digits may mix uppercase and lowercase letters, though uppercase is the usual style. However the XML and HTML standards restrict the usable code points to a set of valid values, which is a subset of UCS/Unicode code point values, that excludes all code points assigned to non-characters or to surrogates, and most code points assigned to C0 and C1 controls.
By contrast, a character entity reference refers to a sequence of one or more characters by the name of an entity which has the desired characters as its replacement text. The format is: &name; where name is the case-sensitive name of the entity. The semicolon is usually required in the character entity reference, unless marked otherwise in the table [|below]. The entity must either be predefined, or declared in a Document Type Definition by using name "value">.

Standard public entity sets for characters

; XML: XML specifies five predefined entities needed to support every printable ASCII character: &, <, >, ', and ". The trailing semicolon is mandatory in XML for these five entities.
; 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.
; HTML5: HTML5 adopts the XML entities as, and does not group them into sets. The character reference names originate from XML Entity Definitions for Characters. The HTML5 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.

Formal public identifiers for HTML DTD entities subsets

The full formal public identifier and system identifier for the DTD entities subset is actually mapped from one of the following three defined named entities:

Formal public identifiers for old ISO entities subsets

The ISO entities subsets are old character subsets, which are given SGML character entity names in ISO 8879 and ISO 9573, and which were used in legacy encodings before the unification within ISO 10646. Their full formal public identifiers are as follows:
NameFormal public identifier(s)
ISOamsa
ISOamsb
ISOamsc
ISOamsn
ISOamso
ISOamsr
ISObox
ISOchem
ISOcyr1
ISOcyr2
ISOdia
ISOgrk1
ISOgrk2
ISOgrk3
ISOgrk4
ISOlat1
ISOlat2
ISOmfrk
ISOmopf
ISOmscr
ISOnum
ISOpub
ISOtech

List of character entity references in HTML

HTML5 defines many named entities, references to which act as mnemonic aliases for certain Unicode characters. The HTML5 specification does not allow users to define additional entities, as it no longer accepts any DTD to be referenced or extended inside HTML documents.
In the below table, the "Standard" column indicates the first version of the HTML DTD that defines the character entity reference, and indicates characters that are predefined in XML without needing any DTD. 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.
There are no predefined character entities in HTML for characters or sequences of most scripts encoded in the UCS. Note also that not all bidirectional controls defined in UCS/Unicode are represented as standard character entities in HTML. Notably, there are no predefined HTML character entities for controls that were added in the UCS/Unicode and formally defined in version 2 of the Unicode Bidi Algorithm.
Most entities are predefined in XML and HTML to reference just one character in the UCS, but there are no predefined entities for isolated combining characters, variation selectors, or characters for private use assignments; however the list includes some predefined entities for character sequences of two characters containing some of them. Since HTML 5.0, all entities are encoded in Unicode normalization forms C and KC.
However, all valid characters and sequences in the UCS, including all bidirectional controls or private-use assignments are also usable and valid in HTML, XML, XHTML and MathML, either in plain-text values of attributes or in text elements.
EntitiesCodepointsStandardDTDOld ISO subsetDescription
TABU+0009HTML 5.0character tabulation '
LFU+000AHTML 5.0line feed '
̑U+0020 U+0311
U+0311
combining inverted breve '
U+0020 U+20DB
U+20DB
combining three dots above

U+20DC
combining four dots above
!U+0021HTML 5.0ISOnumexclamation mark

"U+0022html.dtd
HTMLspecial
ISOnumquotation mark
#U+0023HTML 5.0ISOnumnumber sign
$U+0024HTML 5.0ISOnumdollar sign
%U+0025HTML 5.0ISOnumpercent sign

&U+0026html.dtd
HTMLspecial
ISOnumampersand
'U+0027XML 1.0HTMLspecialISOnumapostrophe '; see below
(U+0028HTML 5.0ISOnumleft parenthesis
)U+0029HTML 5.0ISOnumright parenthesis

*U+002AHTML 5.0ISOnumasterisk '
+U+002BHTML 5.0ISOnumplus sign
,U+002CHTML 5.0ISOnumcomma
.U+002EHTML 5.0ISOnumfull stop '
/U+002FHTML 5.0ISOnumsolidus
:U+003AHTML 5.0ISOnumcolon
;U+003BHTML 5.0ISOnumsemicolon

<U+003Chtml.dtd
HTMLspecial
ISOnumless-than sign
<⃒U+003C U+20D2HTML 5.0ISOamsnless-than sign, combining long vertical line overlay
=U+003DHTML 5.0ISOnumequals sign
=⃥U+003D U+20E5HTML 5.0ISOtechequals sign, combining reverse solidus overlay

>U+003Ehtml.dtd
HTMLspecial
ISOnumgreater-than sign
>⃒U+003E U+20D2HTML 5.0ISOamsngreater-than sign, combining long vertical line overlay
?U+003FHTML 5.0ISOnumquestion mark
@U+0040HTML 5.0ISOnumcommercial at
U+005DHTML 5.0ISOnumright square bracket '
^U+005EHTML 5.0circumflex accent
_U+005FHTML 5.0ISOnumlow line '
`U+0060HTML 5.0ISOdiagrave accent '
fjU+0066 U+006AHTML 5.0ISOpublatin small letter f, latin small letter j
U+007DHTML 5.0ISOnumright curly bracket '

U+00A0HTMLlat1ISOnumno-break space '
¡U+00A1HTML 3.2HTMLlat1ISOnuminverted exclamation mark
¢U+00A2HTML 3.2HTMLlat1ISOnumcent sign
£U+00A3HTML 3.2HTMLlat1ISOnumpound sign
¤U+00A4HTML 3.2HTMLlat1ISOnumcurrency sign
¥U+00A5HTML 3.2HTMLlat1ISOnumyen sign '
¦U+00A6HTML 3.2HTMLlat1ISOnumbroken bar '
§U+00A7HTML 3.2HTMLlat1ISOnumsection sign

¨U+00A8HTMLlat1ISOdiadiaeresis '; see also Germanic umlaut

©U+00A9HTMLlat1ISOnumcopyright sign
ªU+00AAHTML 3.2HTMLlat1ISOnumfeminine ordinal indicator
«U+00ABHTML 3.2HTMLlat1ISOnumleft-pointing double angle quotation mark '
¬U+00ACHTML 3.2HTMLlat1ISOnumnot sign
SHYU+00ADHTML 3.2HTMLlat1ISOnumsoft hyphen '


®U+00AEHTMLlat1ISOnumregistered sign '

¯U+00AFHTMLlat1ISOdiamacron '
°U+00B0HTML 3.2HTMLlat1ISOnumdegree sign

±U+00B1HTMLlat1ISOnumplus–minus sign '
²U+00B2HTML 3.2HTMLlat1ISOnumsuperscript two '
³U+00B3HTML 3.2HTMLlat1ISOnumsuperscript three '

´U+00B4HTMLlat1ISOdiaacute accent '
µU+00B5HTML 3.2HTMLlat1ISOnummicro sign
U+00B6HTML 3.2HTMLlat1ISOnumpilcrow sign '

·U+00B7HTMLlat1ISOnummiddle dot '

¸U+00B8HTMLlat1ISOdiacedilla '
¹U+00B9HTML 3.2HTMLlat1ISOnumsuperscript one '
ºU+00BAHTML 3.2HTMLlat1ISOnummasculine ordinal indicator
» U+00BBHTML 3.2HTMLlat1ISOnumright-pointing double angle quotation mark '
¼U+00BCHTML 3.2HTMLlat1ISOnumvulgar fraction one quarter '

½U+00BDHTMLlat1ISOnumvulgar fraction one half '
¾U+00BEHTML 3.2HTMLlat1ISOnumvulgar fraction three quarters '
¿U+00BFHTML 3.2HTMLlat1ISOnuminverted question mark '
ÀU+00C0HTML 2.0HTMLlat1ISOlat1Latin capital letter A with grave '
ÁU+00C1HTML 2.0HTMLlat1ISOlat1Latin capital letter A with acute
ÂU+00C2HTML 2.0HTMLlat1ISOlat1Latin capital letter A with circumflex
ÃU+00C3HTML 2.0HTMLlat1ISOlat1Latin capital letter A with tilde
ÄU+00C4HTML 2.0HTMLlat1ISOlat1Latin capital letter A with diaeresis

ÅU+00C5HTMLlat1ISOlat1Latin capital letter A with ring above '
ÆU+00C6HTML 2.0HTMLlat1ISOlat1Latin capital letter AE '
ÇU+00C7HTML 2.0HTMLlat1ISOlat1Latin capital letter C with cedilla
ÈU+00C8HTML 2.0HTMLlat1ISOlat1Latin capital letter E with grave
ÉU+00C9HTML 2.0HTMLlat1ISOlat1Latin capital letter E with acute
ÊU+00CAHTML 2.0HTMLlat1ISOlat1Latin capital letter E with circumflex
ËU+00CBHTML 2.0HTMLlat1ISOlat1Latin capital letter E with diaeresis
ÌU+00CCHTML 2.0HTMLlat1ISOlat1Latin capital letter I with grave
ÍU+00CDHTML 2.0HTMLlat1ISOlat1Latin capital letter I with acute
ÎU+00CEHTML 2.0HTMLlat1ISOlat1Latin capital letter I with circumflex
ÏU+00CFHTML 2.0HTMLlat1ISOlat1Latin capital letter I with diaeresis
ÐU+00D0HTML 2.0HTMLlat1ISOlat1Latin capital letter Eth
ÑU+00D1HTML 2.0HTMLlat1ISOlat1Latin capital letter N with tilde
ÒU+00D2HTML 2.0HTMLlat1ISOlat1Latin capital letter O with grave
ÓU+00D3HTML 2.0HTMLlat1ISOlat1Latin capital letter O with acute
ÔU+00D4HTML 2.0HTMLlat1ISOlat1Latin capital letter O with circumflex
ÕU+00D5HTML 2.0HTMLlat1ISOlat1Latin capital letter O with tilde
ÖU+00D6HTML 2.0HTMLlat1ISOlat1Latin capital letter O with diaeresis
×U+00D7HTML 3.2HTMLlat1ISOnummultiplication sign '
ØU+00D8HTML 2.0HTMLlat1ISOlat1Latin capital letter O with stroke '
ÙU+00D9HTML 2.0HTMLlat1ISOlat1Latin capital letter U with grave
ÚU+00DAHTML 2.0HTMLlat1ISOlat1Latin capital letter U with acute
ÛU+00DBHTML 2.0HTMLlat1ISOlat1Latin capital letter U with circumflex
ÜU+00DCHTML 2.0HTMLlat1ISOlat1Latin capital letter U with diaeresis
ÝU+00DDHTML 2.0HTMLlat1ISOlat1Latin capital letter Y with acute
ÞU+00DEHTML 2.0HTMLlat1ISOlat1Latin capital letter Thorn
ßU+00DFHTML 2.0HTMLlat1ISOlat1Latin small letter sharp s '; see also German eszett
àU+00E0HTML 2.0HTMLlat1ISOlat1Latin small letter a with grave
áU+00E1HTML 2.0HTMLlat1ISOlat1Latin small letter a with acute
âU+00E2HTML 2.0HTMLlat1ISOlat1Latin small letter a with circumflex
ãU+00E3HTML 2.0HTMLlat1ISOlat1Latin small letter a with tilde
äU+00E4HTML 2.0HTMLlat1ISOlat1Latin small letter a with diaeresis
åU+00E5HTML 2.0HTMLlat1ISOlat1Latin small letter a with ring above
æU+00E6HTML 2.0HTMLlat1ISOlat1Latin small letter ae '
çU+00E7HTML 2.0HTMLlat1ISOlat1Latin small letter c with cedilla
èU+00E8HTML 2.0HTMLlat1ISOlat1Latin small letter e with grave
éU+00E9HTML 2.0HTMLlat1ISOlat1Latin small letter e with acute
êU+00EAHTML 2.0HTMLlat1ISOlat1Latin small letter e with circumflex
ëU+00EBHTML 2.0HTMLlat1ISOlat1Latin small letter e with diaeresis
ìU+00ECHTML 2.0HTMLlat1ISOlat1Latin small letter i with grave
íU+00EDHTML 2.0HTMLlat1ISOlat1Latin small letter i with acute
îU+00EEHTML 2.0HTMLlat1ISOlat1Latin small letter i with circumflex
ïU+00EFHTML 2.0HTMLlat1ISOlat1Latin small letter i with diaeresis
ðU+00F0HTML 2.0HTMLlat1ISOlat1Latin small letter eth
ñU+00F1HTML 2.0HTMLlat1ISOlat1Latin small letter n with tilde
òU+00F2HTML 2.0HTMLlat1ISOlat1Latin small letter o with grave
óU+00F3HTML 2.0HTMLlat1ISOlat1Latin small letter o with acute
ôU+00F4HTML 2.0HTMLlat1ISOlat1Latin small letter o with circumflex
õU+00F5HTML 2.0HTMLlat1ISOlat1Latin small letter o with tilde
öU+00F6HTML 2.0HTMLlat1ISOlat1Latin small letter o with diaeresis

÷U+00F7HTMLlat1ISOnumdivision sign
øU+00F8HTML 2.0HTMLlat1ISOlat1Latin small letter o with stroke '
ùU+00F9HTML 2.0HTMLlat1ISOlat1Latin small letter u with grave
úU+00FAHTML 2.0HTMLlat1ISOlat1Latin small letter u with acute
ûU+00FBHTML 2.0HTMLlat1ISOlat1Latin small letter u with circumflex
üU+00FCHTML 2.0HTMLlat1ISOlat1Latin small letter u with diaeresis
ýU+00FDHTML 2.0HTMLlat1ISOlat1Latin small letter y with acute
þU+00FEHTML 2.0HTMLlat1ISOlat1Latin small letter thorn
ÿU+00FFHTML 2.0HTMLlat1ISOlat1Latin small letter y with diaeresis
ĀU+0100HTML 5.0ISOlat2Latin capital letter A with macron
āU+0101HTML 5.0ISOlat2Latin small letter a with macron
ĂU+0102HTML 5.0ISOlat2Latin capital letter A with breve
ăU+0103HTML 5.0ISOlat2Latin small letter a with breve
ĄU+0104HTML 5.0ISOlat2Latin capital letter A with ogonek
ąU+0105HTML 5.0ISOlat2Latin small letter a with ogonek
ĆU+0106HTML 5.0ISOlat2Latin capital letter C with acute
ćU+0107HTML 5.0ISOlat2Latin small letter c with acute
ĈU+0108HTML 5.0ISOlat2Latin capital letter C with circumflex
ĉU+0109HTML 5.0ISOlat2Latin small letter c with circumflex
ĊU+010AHTML 5.0ISOlat2Latin capital letter C with dot above
ċU+010BHTML 5.0ISOlat2Latin small letter c with dot above
ČU+010CHTML 5.0ISOlat2Latin capital letter C with caron
čU+010DHTML 5.0ISOlat2Latin small letter c with caron
ĎU+010EHTML 5.0ISOlat2Latin capital letter D with caron
ďU+010FHTML 5.0ISOlat2Latin small letter d with caron
ĐU+0110HTML 5.0ISOlat2Latin capital letter D with stroke
đU+0111HTML 5.0ISOlat2Latin small letter d with stroke
ĒU+0112HTML 5.0ISOlat2Latin capital letter E with macron
ēU+0113HTML 5.0ISOlat2Latin small letter e with macron
ĖU+0116HTML 5.0ISOlat2Latin capital letter E with dot above
ėU+0117HTML 5.0ISOlat2Latin small letter e with dot above
ĘU+0118HTML 5.0ISOlat2Latin capital letter E with ogonek
ęU+0119HTML 5.0ISOlat2Latin small letter e with ogonek
ĚU+011AHTML 5.0ISOlat2Latin capital letter E with caron
ěU+011BHTML 5.0ISOlat2Latin small letter e with caron
ĜU+011CHTML 5.0ISOlat2Latin capital letter G with circumflex
ĝU+011DHTML 5.0ISOlat2Latin small letter g with circumflex
ĞU+011EHTML 5.0ISOlat2Latin capital letter G with breve
ğU+011FHTML 5.0ISOlat2Latin small letter g with breve
ĠU+0120HTML 5.0ISOlat2Latin capital letter G with dot above
ġU+0121HTML 5.0ISOlat2Latin small letter g with dot above
ĢU+0122HTML 5.0ISOlat2Latin capital letter G with cedilla
ĤU+0124HTML 5.0ISOlat2Latin capital letter H with circumflex
ĥU+0125HTML 5.0ISOlat2Latin small letter h with circumflex
ĦU+0126HTML 5.0ISOlat2Latin capital letter H with stroke
ħU+0127HTML 5.0ISOlat2Latin small letter h with stroke
ĨU+0128HTML 5.0ISOlat2Latin capital letter I with tilde
ĩU+0129HTML 5.0ISOlat2Latin small letter i with tilde
ĪU+012AHTML 5.0ISOlat2Latin capital letter I with macron
īU+012BHTML 5.0ISOlat2Latin small letter i with macron
ĮU+012EHTML 5.0ISOlat2Latin capital letter I with ogonek
įU+012FHTML 5.0ISOlat2Latin small letter i with ogonek
İU+0130HTML 5.0ISOlat2Latin capital letter I with dot above
ıU+0131HTML 5.0Latin small letter dotless i '
IJU+0132HTML 5.0ISOlat2Latin capital ligature IJ
ijU+0133HTML 5.0ISOlat2Latin small ligature ij
ĴU+0134HTML 5.0ISOlat2Latin capital letter J with circumflex
ĵU+0135HTML 5.0ISOlat2Latin small letter j with circumflex
ĶU+0136HTML 5.0ISOlat2Latin capital letter K with cedilla
ķU+0137HTML 5.0ISOlat2Latin small letter k with cedilla
ĸU+0138HTML 5.0ISOlat2Latin small letter kra '
ĹU+0139HTML 5.0ISOlat2Latin capital letter L with acute
ĺU+013AHTML 5.0ISOlat2Latin small letter l with acute
ĻU+013BHTML 5.0ISOlat2Latin capital letter L with cedilla
ļU+013CHTML 5.0ISOlat2Latin small letter l with cedilla
ĽU+013DHTML 5.0ISOlat2Latin capital letter L with caron
ľU+013EHTML 5.0ISOlat2Latin small letter l with caron
ĿU+013FHTML 5.0ISOlat2Latin capital letter L with middle dot
ŀU+0140HTML 5.0ISOlat2Latin small letter l with middle dot
ŁU+0141HTML 5.0ISOlat2Latin capital letter L with stroke
łU+0142HTML 5.0ISOlat2Latin small letter l with stroke
ŃU+0143HTML 5.0ISOlat2Latin capital letter N with acute
ńU+0144HTML 5.0ISOlat2Latin small letter n with acute
ŅU+0145HTML 5.0ISOlat2Latin capital letter N with cedilla
ņU+0146HTML 5.0ISOlat2Latin small letter n with cedilla
ŇU+0147HTML 5.0ISOlat2Latin capital letter N with caron
ňU+0148HTML 5.0ISOlat2Latin small letter n with caron
ʼnU+0149HTML 5.0ISOlat2Latin small letter n preceded by apostrophe
ŊU+014AHTML 5.0ISOlat2Latin capital letter Eng
ŋU+014BHTML 5.0ISOlat2Latin small letter eng
ŌU+014CHTML 5.0ISOlat2Latin capital letter O with macron
ōU+014DHTML 5.0ISOlat2Latin small letter o with macron
ŐU+0150HTML 5.0ISOlat2Latin capital letter O with double acute
őU+0151HTML 5.0ISOlat2Latin small letter o with double acute
ŒU+0152HTML 4.0HTMLspecialISOlat2Latin capital ligature OE
œU+0153HTML 4.0HTMLspecialISOlat2Latin small ligature oe
ŔU+0154HTML 5.0ISOlat2Latin capital letter R with acute
ŕU+0155HTML 5.0ISOlat2Latin small letter r with acute
ŖU+0156HTML 5.0ISOlat2Latin capital letter R with cedilla
ŗU+0157HTML 5.0ISOlat2Latin small letter r with cedilla
ŘU+0158HTML 5.0ISOlat2Latin capital letter R with caron
řU+0159HTML 5.0ISOlat2Latin small letter r with caron
ŚU+015AHTML 5.0ISOlat2Latin capital letter S with acute
śU+015BHTML 5.0ISOlat2Latin small letter s with acute
ŜU+015CHTML 5.0ISOlat2Latin capital letter S with circumflex
ŝU+015DHTML 5.0ISOlat2Latin small letter s with circumflex
ŞU+015EHTML 5.0ISOlat2Latin capital letter S with cedilla
şU+015FHTML 5.0ISOlat2Latin small letter s with cedilla
ŠU+0160HTML 4.0HTMLspecialISOlat2Latin capital letter S with caron
šU+0161HTML 4.0HTMLspecialISOlat2Latin small letter s with caron
ŢU+0162HTML 5.0ISOlat2Latin capital letter T with cedilla
ţU+0163HTML 5.0ISOlat2Latin small letter t with cedilla
ŤU+0164HTML 5.0ISOlat2Latin capital letter T with caron
ťU+0165HTML 5.0ISOlat2Latin small letter t with caron
ŦU+0166HTML 5.0ISOlat2Latin capital letter T with stroke
ŧU+0167HTML 5.0ISOlat2Latin small letter t with stroke
ŨU+0168HTML 5.0ISOlat2Latin capital letter U with tilde
ũU+0169HTML 5.0ISOlat2Latin small letter u with tilde
ŪU+016AHTML 5.0ISOlat2Latin capital letter U with macron
ūU+016BHTML 5.0ISOlat2Latin small letter u with macron
ŬU+016CHTML 5.0ISOlat2Latin capital letter U with breve
ŭU+016DHTML 5.0ISOlat2Latin small letter u with breve
ŮU+016EHTML 5.0ISOlat2Latin capital letter U with ring above
ůU+016FHTML 5.0ISOlat2Latin small letter u with ring above
ŰU+0170HTML 5.0ISOlat2Latin capital letter U with double acute
űU+0171HTML 5.0ISOlat2Latin small letter u with double acute
ŲU+0172HTML 5.0ISOlat2Latin capital letter U with ogonek
ųU+0173HTML 5.0ISOlat2Latin small letter u with ogonek
ŴU+0174HTML 5.0ISOlat2Latin capital letter W with circumflex
ŵU+0175HTML 5.0ISOlat2Latin small letter w with circumflex
ŶU+0176HTML 5.0ISOlat2Latin capital letter Y with circumflex
ŷU+0177HTML 5.0ISOlat2Latin small letter y with circumflex
ŸU+0178HTML 4.0HTMLspecialISOlat2Latin capital letter Y with diaeresis
ŹU+0179HTML 5.0ISOlat2Latin capital letter Z with acute
źU+017AHTML 5.0ISOlat2Latin small letter z with acute
ŻU+017BHTML 5.0ISOlat2Latin capital letter Z with dot above
żU+017CHTML 5.0ISOlat2Latin small letter z with dot above
ŽU+017DHTML 5.0ISOlat2Latin capital letter Z with caron
žU+017EHTML 5.0ISOlat2Latin small letter z with caron
ƒU+0192HTML 4.0HTMLsymbolISOtechLatin small letter f with hook '
ƵU+01B5HTML 5.0ISOtechLatin capital letter Z with stroke
ǵU+01F5HTML 5.0ISOlat2Latin small letter g with acute
ȷU+0237HTML 5.0ISOamsoLatin small letter dotless j '
ˆU+02C6HTML 4.0HTMLspecialISOpubmodifier letter circumflex accent
ˇU+02C7HTML 5.0ISOdiacaron '
˘U+02D8HTML 5.0ISOdiabreve
˙U+02D9HTML 5.0ISOdiadot above '
˚U+02DAHTML 5.0ISOdiaring above
˛U+02DBHTML 5.0ISOdiaogonek
˜U+02DCHTMLspecialISOdiasmall tilde '
˝U+02DDHTML 5.0ISOdiadouble acute accent '
ΑU+0391HTML 4.0HTMLsymbolGreek capital letter Alpha
ΒU+0392HTML 4.0HTMLsymbolGreek capital letter Beta
ΓU+0393HTML 4.0HTMLsymbolISOgrk3Greek capital letter Gamma
ΔU+0394HTML 4.0HTMLsymbolISOgrk3Greek capital letter Delta
ΕU+0395HTML 4.0HTMLsymbolGreek capital letter Epsilon
ΖU+0396HTML 4.0HTMLsymbolGreek capital letter Zeta
ΗU+0397HTML 4.0HTMLsymbolGreek capital letter Eta
ΘU+0398HTML 4.0HTMLsymbolISOgrk3Greek capital letter Theta
ΙU+0399HTML 4.0HTMLsymbolGreek capital letter Iota
ΚU+039AHTML 4.0HTMLsymbolGreek capital letter Kappa
ΛU+039BHTML 4.0HTMLsymbolISOgrk3Greek capital letter Lambda
ΜU+039CHTML 4.0HTMLsymbolGreek capital letter Mu
ΝU+039DHTML 4.0HTMLsymbolGreek capital letter Nu
ΞU+039EHTML 4.0HTMLsymbolISOgrk3Greek capital letter Xi
ΟU+039FHTML 4.0HTMLsymbolGreek capital letter Omicron
ΠU+03A0HTML 4.0HTMLsymbolISOgrk3Greek capital letter Pi
ΡU+03A1HTML 4.0HTMLsymbolGreek capital letter Rho
ΣU+03A3HTML 4.0HTMLsymbolISOgrk3Greek capital letter Sigma
ΤU+03A4HTML 4.0HTMLsymbolGreek capital letter Tau
ΥU+03A5HTML 4.0HTMLsymbolISOgrk3Greek capital letter Upsilon
ΦU+03A6HTML 4.0HTMLsymbolISOgrk3Greek capital letter Phi
ΧU+03A7HTML 4.0HTMLsymbolGreek capital letter Chi
ΨU+03A8HTML 4.0HTMLsymbolISOgrk3Greek capital letter Psi
ΩU+03A9HTMLsymbolISOgrk3Greek capital letter Omega '
αU+03B1HTML 4.0HTMLsymbolISOgrk3Greek small letter alpha
βU+03B2HTML 4.0HTMLsymbolISOgrk3Greek small letter beta
γU+03B3HTML 4.0HTMLsymbolISOgrk3Greek small letter gamma
δU+03B4HTML 4.0HTMLsymbolISOgrk3Greek small letter delta
εU+03B5HTMLsymbolISOgrk3Greek small letter epsilon
ζU+03B6HTML 4.0HTMLsymbolISOgrk3Greek small letter zeta
ηU+03B7HTML 4.0HTMLsymbolISOgrk3Greek small letter eta
θU+03B8HTML 4.0HTMLsymbolISOgrk3Greek small letter theta
ιU+03B9HTML 4.0HTMLsymbolISOgrk3Greek small letter iota
κU+03BAHTML 4.0HTMLsymbolISOgrk3Greek small letter kappa
λU+03BBHTML 4.0HTMLsymbolISOgrk3Greek small letter lambda
μU+03BCHTML 4.0HTMLsymbolISOgrk3Greek small letter mu
νU+03BDHTML 4.0HTMLsymbolISOgrk3Greek small letter nu
ξU+03BEHTML 4.0HTMLsymbolISOgrk3Greek small letter xi
οU+03BFHTML 4.0HTMLsymbolGreek small letter omicron
πU+03C0HTML 4.0HTMLsymbolISOgrk3Greek small letter pi
ρU+03C1HTML 4.0HTMLsymbolISOgrk3Greek small letter rho
ςU+03C2HTMLsymbolISOgrk3Greek small letter final sigma '
σU+03C3HTML 4.0HTMLsymbolISOgrk3Greek small letter sigma
τU+03C4HTML 4.0HTMLsymbolISOgrk3Greek small letter tau
υU+03C5HTMLsymbolISOgrk3Greek small letter upsilon
φU+03C6HTML 4.0HTMLsymbolISOgrk3Greek small letter phi
χU+03C7HTML 4.0HTMLsymbolISOgrk3Greek small letter chi
ψU+03C8HTML 4.0HTMLsymbolISOgrk3Greek small letter psi
ωU+03C9HTML 4.0HTMLsymbolISOgrk3Greek small letter omega
ϑU+03D1HTMLsymbolGreek theta symbol '
ϒU+03D2HTMLsymbolGreek Upsilon with hook symbol
ϕU+03D5HTML 5.0ISOgrk3Greek phi symbol '
ϖU+03D6HTMLsymbolISOgrk3Greek pi symbol '
ϜU+03DCHTML 5.0ISOgrk3Greek letter digamma
ϝU+03DDHTML 5.0ISOgrk3Greek small letter digamma
ϰU+03F0HTML 5.0ISOgrk3Greek kappa symbol '
ϱU+03F1HTML 5.0ISOgrk3Greek rho symbol '
ϵU+03F5HTML 5.0ISOgrk3Greek lunate epsilon symbol '
϶U+03F6HTML 5.0ISOamsrGreek reversed lunate epsilon symbol '
ЁU+0401HTML 5.0ISOcyr1Cyrillic capital letter Io
ЂU+0402HTML 5.0ISOcyr2Cyrillic capital letter Dje
ЃU+0403HTML 5.0ISOcyr2Cyrillic capital letter Gje
ЄU+0404HTML 5.0ISOcyr2Cyrillic capital letter Ukrainian Ie
ЅU+0405HTML 5.0ISOcyr2Cyrillic capital letter Dze
ІU+0406HTML 5.0ISOcyr2Cyrillic capital letter Byelorussian-Ukrainian I '
ЇU+0407HTML 5.0ISOcyr2Cyrillic capital letter yi
ЈU+0408HTML 5.0ISOcyr2Cyrillic capital letter Je '
ЉU+0409HTML 5.0ISOcyr2Cyrillic capital letter Lje
ЊU+040AHTML 5.0ISOcyr2Cyrillic capital letter Nje
ЋU+040BHTML 5.0ISOcyr2Cyrillic capital letter Tshe
ЌU+040CHTML 5.0ISOcyr2Cyrillic capital letter Kje
ЎU+040EHTML 5.0ISOcyr2Cyrillic capital letter short U '
ЏU+040FHTML 5.0ISOcyr2Cyrillic capital letter Dzhe
АU+0410HTML 5.0ISOcyr1Cyrillic capital letter A
БU+0411HTML 5.0ISOcyr1Cyrillic capital letter Be
ВU+0412HTML 5.0ISOcyr1Cyrillic capital letter Ve
ГU+0413HTML 5.0ISOcyr1Cyrillic capital letter Ghe
ДU+0414HTML 5.0ISOcyr1Cyrillic capital letter De
ЕU+0415HTML 5.0ISOcyr1Cyrillic capital letter Ie
ЖU+0416HTML 5.0ISOcyr1Cyrillic capital letter Zhe
ЗU+0417HTML 5.0ISOcyr1Cyrillic capital letter Ze
ИU+0418HTML 5.0ISOcyr1Cyrillic capital letter I
ЙU+0419HTML 5.0ISOcyr1Cyrillic capital letter short I '
КU+041AHTML 5.0ISOcyr1Cyrillic capital letter Ka
ЛU+041BHTML 5.0ISOcyr1Cyrillic capital letter El
МU+041CHTML 5.0ISOcyr1Cyrillic capital letter Em
НU+041DHTML 5.0ISOcyr1Cyrillic capital letter En
ОU+041EHTML 5.0ISOcyr1Cyrillic capital letter O
ПU+041FHTML 5.0ISOcyr1Cyrillic capital letter Pe
РU+0420HTML 5.0ISOcyr1Cyrillic capital letter Er
СU+0421HTML 5.0ISOcyr1Cyrillic capital letter Es
ТU+0422HTML 5.0ISOcyr1Cyrillic capital letter Te
УU+0423HTML 5.0ISOcyr1Cyrillic capital letter U
ФU+0424HTML 5.0ISOcyr1Cyrillic capital letter Ef
ХU+0425HTML 5.0ISOcyr1Cyrillic capital letter Ha '
ЦU+0426HTML 5.0ISOcyr1Cyrillic capital letter Tse
ЧU+0427HTML 5.0ISOcyr1Cyrillic capital letter Che
ШU+0428HTML 5.0ISOcyr1Cyrillic capital letter Sha
ЩU+0429HTML 5.0ISOcyr1Cyrillic capital letter Shcha
ЪU+042AHTML 5.0ISOcyr1Cyrillic capital letter Hard Sign
ЫU+042BHTML 5.0ISOcyr1Cyrillic capital letter Yeru '
ЬU+042CHTML 5.0ISOcyr1Cyrillic capital letter Soft Sign
ЭU+042DHTML 5.0ISOcyr1Cyrillic capital letter E
ЮU+042EHTML 5.0ISOcyr1Cyrillic capital letter Yu
ЯU+042FHTML 5.0ISOcyr1Cyrillic capital letter Ya
аU+0430HTML 5.0ISOcyr1Cyrillic small letter a
бU+0431HTML 5.0ISOcyr1Cyrillic small letter be
вU+0432HTML 5.0ISOcyr1Cyrillic small letter ve
гU+0433HTML 5.0ISOcyr1Cyrillic small letter ghe
дU+0434HTML 5.0ISOcyr1Cyrillic small letter de
еU+0435HTML 5.0ISOcyr1Cyrillic small letter ie
жU+0436HTML 5.0ISOcyr1Cyrillic small letter zhe
зU+0437HTML 5.0ISOcyr1Cyrillic small letter ze
иU+0438HTML 5.0ISOcyr1Cyrillic small letter i
йU+0439HTML 5.0ISOcyr1Cyrillic small letter short i
кU+043AHTML 5.0ISOcyr1Cyrillic small letter ka
лU+043BHTML 5.0ISOcyr1Cyrillic small letter el
мU+043CHTML 5.0ISOcyr1Cyrillic small letter em
нU+043DHTML 5.0ISOcyr1Cyrillic small letter en
оU+043EHTML 5.0ISOcyr1Cyrillic small letter o
пU+043FHTML 5.0ISOcyr1Cyrillic small letter pe
рU+0440HTML 5.0ISOcyr1Cyrillic small letter er
сU+0441HTML 5.0ISOcyr1Cyrillic small letter es
тU+0442HTML 5.0ISOcyr1Cyrillic small letter te
уU+0443HTML 5.0ISOcyr1Cyrillic small letter u
фU+0444HTML 5.0ISOcyr1Cyrillic small letter ef
хU+0445HTML 5.0ISOcyr1Cyrillic small letter ha '
цU+0446HTML 5.0ISOcyr1Cyrillic small letter tse
чU+0447HTML 5.0ISOcyr1Cyrillic small letter che
шU+0448HTML 5.0ISOcyr1Cyrillic small letter sha
щU+0449HTML 5.0ISOcyr1Cyrillic small letter shcha
ъU+044AHTML 5.0ISOcyr1Cyrillic small letter hard sign
ыU+044BHTML 5.0ISOcyr1Cyrillic small letter yeru '
ьU+044CHTML 5.0ISOcyr1Cyrillic small letter soft sign
эU+044DHTML 5.0ISOcyr1Cyrillic small letter e
юU+044EHTML 5.0ISOcyr1Cyrillic small letter yu
яU+044FHTML 5.0ISOcyr1Cyrillic small letter ya
ёU+0451HTML 5.0ISOcyr1Cyrillic small letter io
ђU+0452HTML 5.0ISOcyr2Cyrillic small letter dje
ѓU+0453HTML 5.0ISOcyr2Cyrillic small letter gje
єU+0454HTML 5.0ISOcyr2Cyrillic small letter ukrainian ie
ѕU+0455HTML 5.0ISOcyr2Cyrillic small letter dze
іU+0456HTML 5.0ISOcyr2Cyrillic small letter Byelorussian-Ukrainian i '
їU+0457HTML 5.0ISOcyr2Cyrillic small letter yi
јU+0458HTML 5.0ISOcyr2Cyrillic small letter je '
љU+0459HTML 5.0ISOcyr2Cyrillic small letter lje
њU+045AHTML 5.0ISOcyr2Cyrillic small letter nje
ћU+045BHTML 5.0ISOcyr2Cyrillic small letter tshe
ќU+045CHTML 5.0ISOcyr2Cyrillic small letter kje
ўU+045EHTML 5.0ISOcyr2Cyrillic small letter short u '
џU+045FHTML 5.0ISOcyr2Cyrillic small letter dzhe
U+2002HTML 4.0HTMLspecialISOpuben space
U+2003HTML 4.0HTMLspecialISOpubem space
U+2004HTML 5.0ISOpubthree-per-em space '
U+2005HTML 5.0ISOpubfour-per-em space '
U+2007HTML 5.0ISOpubfigure space '
U+2008HTML 5.0ISOpubpunctuation space
U+2009HTMLspecialISOpubthin space
U+200AHTML 5.0ISOpubhair space '




ZWSPU+200BHTML 5.0zero width space '
ZWNJU+200CHTML 4.0HTMLspecialNEW RFC 2070zero width non-joiner
ZWJU+200DHTML 4.0HTMLspecialNEW RFC 2070zero width joiner
LRMU+200EHTML 4.0HTMLspecialNEW RFC 2070left-to-right mark
RLMU+200FHTML 4.0HTMLspecialNEW RFC 2070right-to-left mark
U+2010HTML 5.0ISOnumhyphen '
U+2013HTML 4.0HTMLspecialISOpuben dash
U+2014HTML 4.0HTMLspecialISOpubem dash
U+2015HTML 5.0ISOnumhorizontal bar
U+2016HTML 5.0ISOtechdouble vertical line
U+2018HTMLspecialISOnumleft single quotation mark '
U+2019HTMLspecialISOnumright single quotation mark '
U+201AHTMLspecialsingle low-9 quotation mark '
U+201CHTMLspecialISOnumleft double quotation mark '
U+201DHTMLspecialISOnumright double quotation mark '
U+201EHTMLspecialdouble low-9 quotation mark '
U+2020HTML 4.0HTMLspecialISOpubdagger '
U+2021HTMLspecialISOpubdouble dagger '
U+2022HTMLspecialISOpubbullet '
U+2025HTML 5.0ISOpubtwo dot leader '
U+2026HTMLsymbolISOpubhorizontal ellipsis '
U+2030HTML 4.0HTMLspecialISOtechper mille sign
U+2031HTML 5.0ISOtechper ten thousand sign
U+2032HTML 4.0HTMLsymbolISOtechprime '
U+2033HTML 4.0HTMLsymbolISOtechdouble prime '
U+2034HTML 5.0ISOtechtriple prime '
U+2035HTML 5.0ISOamsoreversed prime '
U+2039HTML 4.0HTMLspecialISO proposedsingle left-pointing angle quotation mark
U+203AHTML 4.0HTMLspecialISO proposedsingle right-pointing angle quotation mark
U+203EHTMLsymboloverline '
U+2041HTML 5.0ISOpubcaret insertion point
U+2043HTML 5.0ISOpubhyphen bullet
U+2044HTML 4.0HTMLsymbolfraction slash '
U+204FHTML 5.0ISOamsoreversed semicolon '
U+2057HTML 5.0ISOtechquadruple prime '
U+205FHTML 5.0medium mathematical space '
U+205F U+200AHTML 5.0medium mathematical space, hair space
WJU+2060HTML 5.0word joiner '
U+2061HTML 5.0function application '
×U+2062HTML 5.0invisible times
,U+2063HTML 5.0invisible separator '
U+20ACHTML 4.0HTMLspecialeuro sign
U+2102HTML 5.0ISOmopfdouble-struck capital C '
U+2105HTML 5.0ISOpubcare of
U+210AHTML 5.0ISOmscrscript small g
U+210BHTML 5.0ISOtechscript capital H '
U+210CHTML 5.0ISOmfrkblack-letter capital H '
U+210DHTML 5.0ISOmopfdouble-struck capital H '
U+210EHTML 5.0Planck constant
U+210FHTML 5.0ISOamsoPlanck constant over two pi '
U+2110HTML 5.0ISOmscrscript capital I '

U+2111HTMLsymbolISOamsoblack-letter capital I '
U+2112HTML 5.0ISOmscrscript capital L '
U+2113HTML 5.0ISOamsoscript small l '
U+2115HTML 5.0ISOmopfdouble-struck capital N '
U+2116HTML 5.0ISOcyr1numero sign
U+2117HTML 5.0ISOpubsound recording copyright; or phonogram copyright symbol
U+2118HTMLsymbolISOamsoscript capital P '
U+2119HTML 5.0ISOmopfdouble-struck capital P '
U+211AHTML 5.0ISOmopfdouble-struck capital Q '
U+211BHTML 5.0ISOmscrscript capital R '
U+211CHTMLsymbolISOamsoblack-letter capital R '
U+211DHTML 5.0ISOmopfdouble-struck capital R '
U+211EHTML 5.0ISOpubprescription take '
U+2122HTMLsymbolISOnumtrademark symbol; see superscript Latin capital letters TM
U+2124HTML 5.0ISOmopfdouble-struck capital Z '
U+2127HTML 5.0ISOamsoinverted ohm sign '
U+2128HTML 5.0ISOmfrkblack-letter capital Z '
U+2129HTML 5.0ISOamsoturned Greek small letter iota '
U+212CHTML 5.0ISOtechscript capital B '
U+212DHTML 5.0ISOmfrkblack-letter capital C '
U+212FHTML 5.0ISOmscrscript small e
U+2130HTML 5.0ISOmscrscript capital E '
U+2131HTML 5.0ISOmscrscript capital F '
U+2133HTML 5.0ISOtechscript capital M '
U+2134HTML 5.0ISOtechscript small o '
U+2135alef symbol '
U+2136HTML 5.0ISOamsobet symbol '
U+2137HTML 5.0ISOamsogimel symbol
U+2138HTML 5.0ISOamsodalet symbol '
U+2145HTML 5.0double-struck italic capital D
U+2146HTML 5.0double-struck italic small d
U+2147HTML 5.0double-struck italic small e
U+2148HTML 5.0double-struck italic small i
U+2153HTML 5.0ISOpubvulgar fraction one third '
U+2154HTML 5.0ISOpubvulgar fraction two thirds '
U+2155HTML 5.0ISOpubvulgar fraction one fifth '
U+2156HTML 5.0ISOpubvulgar fraction two fifths '
U+2157HTML 5.0ISOpubvulgar fraction three fifths '
U+2158HTML 5.0ISOpubvulgar fraction four fifths '
U+2159HTML 5.0ISOpubvulgar fraction one sixth '
U+215AHTML 5.0ISOpubvulgar fraction five sixths '
U+215BHTML 5.0ISOnumvulgar fraction one eighth '
U+215CHTML 5.0ISOnumvulgar fraction three eighths '
U+215DHTML 5.0ISOnumvulgar fraction five eighths '
U+215EHTML 5.0ISOnumvulgar fraction seven eighths '
U+2190HTMLsymbolISOnumleftwards arrow
U+2191HTMLsymbolISOnumupwards arrow
U+2192HTMLsymbolISOnumrightwards arrow
U+2193HTMLsymbolISOnumdownwards arrow
U+2194HTMLsymbolISOamsaleft right arrow '
U+2195HTML 5.0ISOamsaup down arrow '
U+2196HTML 5.0ISOamsanorth west arrow '
U+2197HTML 5.0ISOamsanorth east arrow '
U+2198HTML 5.0ISOamsasouth east arrow '
U+2199HTML 5.0ISOamsasouth west arrow '
U+219AHTML 5.0ISOamsaleftwards arrow with stroke '
U+219BHTML 5.0ISOamsarightwards arrow with stroke '
U+219DHTML 5.0ISOamsarightwards wave arrow '
↝̸U+219D U+0338HTML 5.0ISOamsarightwards wave arrow, combining long solidus overlay
U+219EHTML 5.0ISOamsaleftwards two headed arrow
U+219FHTML 5.0ISOamsaupwards two headed arrow
U+21A0HTML 5.0ISOamsarightwards two headed arrow
U+21A1HTML 5.0ISOamsadownwards two headed arrow
U+21A2HTML 5.0ISOamsaleftwards arrow with tail
U+21A3HTML 5.0ISOamsarightwards arrow with tail
U+21A4HTML 5.0leftwards arrow from bar '
U+21A5HTML 5.0upwards arrow from bar '

U+21A6HTML 5.0ISOamsarightwards arrow from bar '
U+21A7HTML 5.0downwards arrow from bar '
U+21A9HTML 5.0ISOamsaleftwards arrow with hook
U+21AAHTML 5.0ISOamsarightwards arrow with hook
U+21ABHTML 5.0ISOamsaleftwards arrow with loop
U+21ACHTML 5.0ISOamsarightwards arrow with loop
U+21ADHTML 5.0ISOamsaleft right wave arrow '
U+21AEHTML 5.0ISOamsaleft right arrow with stroke '
U+21B0HTML 5.0ISOamsaupwards arrow with tip leftwards '
U+21B1HTML 5.0ISOamsaupwards arrow with tip rightwards '
U+21B2HTML 5.0ISOamsadownwards arrow with tip leftwards '
U+21B3HTML 5.0ISOamsadownwards arrow with tip rightwards '
U+21B5HTML 4.0HTMLsymboldownwards arrow with corner leftwards '
U+21B6HTML 5.0ISOamsaanticlockwise top semicircle arrow '
U+21B7HTML 5.0ISOamsaclockwise top semicircle arrow '
U+21BAHTML 5.0ISOamsaanticlockwise open circle arrow '
U+21BBHTML 5.0ISOamsaclockwise open circle arrow '
U+21BCHTML 5.0ISOamsaleftwards harpoon with barb upwards '
U+21BDHTML 5.0ISOamsaleftwards harpoon with barb downwards '
U+21BEHTML 5.0ISOamsaupwards harpoon with barb rightwards '
U+21BFHTML 5.0ISOamsaupwards harpoon with barb leftwards '
U+21C0HTML 5.0ISOamsarightwards harpoon with barb upwards '
U+21C1HTML 5.0ISOamsarightwards harpoon with barb downwards '
U+21C2HTML 5.0ISOamsadownwards harpoon with barb rightwards '
U+21C3HTML 5.0ISOamsadownwards harpoon with barb leftwards '
U+21C4HTML 5.0ISOamsarightwards arrow over leftwards arrow
U+21C5HTML 5.0ISOamsaupwards arrow leftwards of downwards arrow
U+21C6HTML 5.0ISOamsaleftwards arrow over rightwards arrow
U+21C7HTML 5.0ISOamsaleftwards paired arrows
U+21C8HTML 5.0ISOamsaupwards paired arrows
U+21C9HTML 5.0ISOamsarightwards paired arrows
U+21CAHTML 5.0ISOamsadownwards paired arrows
U+21CBHTML 5.0ISOamsaleftwards harpoon over rightwards harpoon '
U+21CCHTML 5.0ISOamsarightwards harpoon over leftwards harpoon '
U+21CDHTML 5.0ISOamsaleftwards double arrow with stroke '
U+21CEHTML 5.0ISOamsaleft right double arrow with stroke '
U+21CFHTML 5.0ISOamsarightwards double arrow with stroke '
U+21D0HTMLsymbolISOtechleftwards double arrow
U+21D1HTMLsymbolISOamsaupwards double arrow
U+21D2HTMLsymbolISOnumrightwards double arrow '
U+21D3HTMLsymbolISOamsadownwards double arrow
U+21D4HTMLsymbolISOamsaleft right double arrow '
U+21D5HTML 5.0ISOamsaup down double arrow
U+21D6HTML 5.0ISOamsanorth west double arrow
U+21D7HTML 5.0ISOamsanorth east double arrow
U+21D8HTML 5.0ISOamsasouth east double arrow
U+21D9HTML 5.0ISOamsasouth west double arrow
U+21DAHTML 5.0ISOamsaleftwards triple arrow
U+21DBHTML 5.0ISOamsarightwards triple arrow
U+21DDHTML 5.0ISOamsarightwards squiggle arrow
U+21E4HTML 5.0leftwards arrow to bar
U+21E5HTML 5.0rightwards arrow to bar
U+21F5HTML 5.0ISOamsadownwards arrow leftwards of upwards arrow
U+21FDHTML 5.0ISOamsaleftwards open-headed arrow
U+21FEHTML 5.0ISOamsarightwards open-headed arrow
U+21FFHTML 5.0ISOamsaleft right open-headed arrow '
U+2200HTMLsymbolISOtechfor all
U+2201HTML 5.0ISOamsocomplement
U+2202HTMLsymbolISOtechpartial differential
∂̸U+2202 U+0338HTML 5.0ISOtechpartial differential, combining long solidus overlay
U+2203HTMLsymbolISOtechthere exists
U+2204HTML 5.0ISOamsothere does not exist
U+2205HTMLsymbolISOamsoempty set '; see also U+8960, ⌀
U+2207HTMLsymbolISOtechnabla '
U+2208HTMLsymbolISOtechelement of '
U+2209HTMLsymbolISOtechnot an element of '
U+220BHTMLsymbolISOtechcontains as member '
U+220CHTML 5.0ISOtechdoes not contain as member '
U+220FHTMLsymbolISOamsbn-ary product '
U+2210HTML 5.0ISOamsbn-ary coproduct '
U+2211HTMLsymbolISOamsbn-ary summation
U+2212HTML 4.0HTMLsymbolISOtechminus sign
U+2213HTML 5.0ISOtechminus-or-plus sign '
U+2214HTML 5.0ISOamsbdot plus '
U+2216HTML 5.0ISOamsbset minus
U+2217HTML 4.0HTMLsymbolISOtechasterisk operator
U+2218HTML 5.0ISOtechring operator '
U+221AHTMLsymbolISOtechsquare root '
U+221DHTMLsymbolISOtechproportional to
U+221EHTML 4.0HTMLsymbolISOtechinfinity
U+221FHTML 5.0ISOtechright angle
U+2220HTMLsymbolISOamsoangle
∠⃒U+2220 U+20D2HTML 5.0ISOamsoangle, combining long vertical line overlay
U+2221HTML 5.0ISOamsomeasured angle
U+2222HTML 5.0ISOtechspherical angle
U+2223HTML 5.0ISOamsrdivides '
U+2224HTML 5.0ISOamsndoes not divide '
U+2225HTML 5.0ISOtechparallel to '
U+2226HTML 5.0ISOamsnnot parallel to '
U+2227HTMLsymbolISOtechlogical and '
U+2228HTMLsymbolISOtechlogical or '
U+2229HTML 4.0HTMLsymbolISOtechintersection '
∩︀U+2229 U+FE00HTML 5.0ISOamsbintersection, variation selector-1
U+222AHTML 4.0HTMLsymbolISOtechunion '
∪︀U+222A U+FE00HTML 5.0ISOamsbunion, variation selector-1
U+222BHTMLsymbolISOtechintegral
U+222CHTML 5.0ISOtechdouble integral
U+222DHTML 5.0ISOtechtriple integral
U+222EHTML 5.0ISOtechcontour integral '
U+222FHTML 5.0ISOtechsurface integral '
U+2230HTML 5.0ISOtechvolume integral
U+2231HTML 5.0ISOtechclockwise integral
U+2232HTML 5.0ISOtechclockwise contour integral
U+2233HTML 5.0ISOtechanticlockwise contour integral
U+2234HTMLsymbolISOtechtherefore
U+2235HTML 5.0ISOtechbecause
U+2236HTML 5.0ISOamsrratio
U+2237HTML 5.0ISOamsrproportion
U+2238HTML 5.0ISOamsbdot minus
U+223AHTML 5.0ISOamsrgeometric proportion
U+223BHTML 5.0ISOamsrhomothetic
U+223CHTMLsymbolISOtechtilde operator '
∼⃒U+223C U+20D2HTML 5.0ISOamsntilde operator, combining long vertical line overlay
U+223DHTML 5.0ISOamsrreversed tilde '
∽̱U+223D U+0331HTML 5.0reversed tilde, combining macron below
U+223EHTML 5.0ISOamsbinverted lazy s
∾̳U+223E U+0333HTML 5.0inverted lazy s, combining double low line
U+223FHTML 5.0ISOtechsine wave
U+2240HTML 5.0ISOamsbwreath product '
U+2241HTML 5.0ISOamsnnot tilde '
U+2242HTML 5.0ISOamsrminus tilde '
≂̸U+2242 U+0338HTML 5.0minus tilde, combining long solidus overlay
U+2243HTML 5.0ISOtechasymptotically equal to '
U+2244HTML 5.0ISOamsnnot asymptotically equal to '
U+2245HTMLsymbolISOtechapproximately equal to '
U+2246HTML 5.0ISOamsnapproximately but not actually equal to '
U+2247HTML 5.0ISOamsnneither approximately nor actually equal to '
U+2248HTMLsymbolISOamsralmost equal to '
U+2249HTML 5.0ISOamsnnot almost equal to '
U+224AHTML 5.0ISOamsralmost equal or equal to '
U+224BHTML 5.0ISOamsrtriple tilde
≋̸U+224B U+0338HTML 5.0ISOamsntriple tilde, combining long solidus overlay
U+224CHTML 5.0ISOamsrall equal to '
U+224DHTML 5.0equivalent to '
≍⃒U+224D U+20D2HTML 5.0ISOamsnequivalent to, combining long vertical line overlay
U+224EHTML 5.0ISOamsrgeometrically equivalent to '
≎̸U+224E U+0338HTML 5.0geometrically equivalent to, combining long solidus overlay
U+224FHTML 5.0ISOamsrdifference between '
≏̸U+224F U+0338HTML 5.0difference between, combining long solidus overlay
U+2250HTML 5.0ISOamsrapproaches the limit '
≐̸U+2250 U+0338HTML 5.0ISOtechapproaches the limit, combining long solidus overlay
U+2251HTML 5.0ISOamsrgeometrically equal to '
U+2252HTML 5.0ISOamsrapproximately equal to or the image of '
U+2253HTML 5.0ISOamsrimage of or approximately equal to '
U+2254HTML 5.0ISOamsrcolon equals
U+2255HTML 5.0ISOamsrequals colon
U+2256HTML 5.0ISOamsrring in equal to '
U+2257HTML 5.0ISOamsrring equal to '
U+2259HTML 5.0ISOtechestimates '
U+225AHTML 5.0ISOtechequiangular to '
U+225CHTML 5.0ISOamsrdelta equal to '
U+225FHTML 5.0ISOamsrquestioned equal to
U+2260HTMLsymbolISOtechnot equal to
U+2261HTMLsymbolISOtechidentical to; sometimes used for 'equivalent to' or 'congruent'
≡⃥U+2261 U+20E5HTML 5.0ISOtechidentical to, combining reverse solidus overlay
U+2262HTML 5.0ISOamsnnot identical to; sometimes used for 'not congruent'
U+2264HTMLsymbolISOtechless-than or equal to
≤⃒U+2264 U+20D2HTML 5.0ISOamsnless-than or equal to, combining long vertical line overlay
U+2265HTMLsymbolISOtechgreater-than or equal to
≥⃒U+2265 U+20D2HTML 5.0ISOamsngreater-than or equal to, combining long vertical line overlay
U+2266HTML 5.0ISOamsrless-than over equal to
≦̸U+2266 U+0338HTML 5.0ISOamsnless-than over equal to, combining long solidus overlay
U+2267HTML 5.0ISOamsrgreater-than over equal to
≧̸U+2267 U+0338HTML 5.0ISOamsngreater-than over equal to, combining long solidus overlay
U+2268HTML 5.0ISOamsnless-than but not equal to
≨︀U+2268 U+FE00HTML 5.0ISOamsnless-than but not equal to, variation selector-1
U+2269HTML 5.0ISOamsngreater-than but not equal to
≩︀U+2269 U+FE00HTML 5.0ISOamsngreater-than but not equal to, variation selector-1
U+226AHTML 5.0ISOamsrmuch less-than
≪̸U+226A U+0338HTML 5.0ISOamsnmuch less-than, combining long solidus overlay
≪⃒U+226A U+20D2HTML 5.0ISOamsnmuch less-than, combining long vertical line overlay
U+226BHTML 5.0ISOamsrmuch greater-than
≫̸U+226B U+0338HTML 5.0ISOamsnmuch greater-than, combining long solidus overlay
≫⃒U+226B U+20D2HTML 5.0ISOamsnmuch greater-than, combining long vertical line overlay
U+226CHTML 5.0ISOamsrbetween
U+226DHTML 5.0not equivalent to '
U+226EHTML 5.0ISOamsnnot less-than
U+226FHTML 5.0ISOamsnnot greater-than
U+2270HTML 5.0ISOamsnneither less-than nor equal to
U+2271HTML 5.0ISOamsnneither greater-than nor equal to
U+2272HTML 5.0ISOamsrless-than or equivalent to '
U+2273HTML 5.0ISOamsrgreater-than or equivalent to '
U+2274HTML 5.0ISOamsnneither less-than nor equivalent to '
U+2275HTML 5.0ISOamsnneither greater-than nor equivalent to '
U+2276HTML 5.0ISOamsrless-than or greater-than
U+2277HTML 5.0ISOamsrgreater-than or less-than
U+2278HTML 5.0ISOamsnneither less-than nor greater-than
U+2279HTML 5.0ISOamsnneither greater-than nor less-than
U+227AHTML 5.0ISOamsrprecedes
U+227BHTML 5.0ISOamsrsucceeds
U+227CHTML 5.0ISOamsrprecedes or equal to '
U+227DHTML 5.0ISOamsrsucceeds or equal to '
U+227EHTML 5.0ISOamsrprecedes or equivalent to '
U+227FHTML 5.0ISOamsrsucceeds or equivalent to '
≿̸U+227F U+0338HTML 5.0succeeds or equivalent to, combining long solidus overlay
U+2280HTML 5.0ISOamsndoes not precede
U+2281HTML 5.0ISOamsndoes not succeed
U+2282HTMLsymbolISOtechsubset of
⊂⃒U+2282 U+20D2HTML 5.0ISOamsnsubset of, combining long vertical line overlay
U+2283HTMLsymbolISOtechsuperset of
⊃⃒U+2283 U+20D2HTML 5.0ISOamsnsuperset of, combining long vertical line overlay
U+2284HTML 4.0HTMLsymbolISOamsnnot a subset of
U+2285HTML 4.0HTMLsymbolISOamsnnot a superset of
U+2286HTMLsymbolISOtechsubset of or equal to
U+2287HTMLsymbolISOtechsuperset of or equal to
U+2288HTML 5.0ISOamsnneither a subset of nor equal to
U+2289HTML 5.0ISOamsnneither a superset of nor equal to
U+228AHTML 5.0ISOamsnsubset of with not equal to
⊊︀U+228A U+FE00HTML 5.0ISOamsnsubset of with not equal to, variation selector-1
U+228BHTML 5.0ISOamsnsuperset of with not equal to
⊋︀U+228B U+FE00HTML 5.0ISOamsnsuperset of with not equal to, variation selector-1
U+228DHTML 5.0ISOamsb multiset multiplication '
U+228EHTML 5.0ISOamsb multiset union '
U+228FHTML 5.0ISOamsrsquare image of '
⊏̸U+228F U+0338HTML 5.0square image of, combining long solidus overlay
U+2290HTML 5.0ISOamsrsquare original of '
⊐̸U+2290 U+0338HTML 5.0square original of, combining long solidus overlay
U+2291HTML 5.0ISOamsrsquare image of or equal to '
U+2292HTML 5.0ISOamsrsquare original of or equal to '
U+2293HTML 5.0ISOamsbsquare cap '
⊓︀U+2293 U+FE00HTML 5.0ISOamsbsquare cap, variation selector-1
U+2294HTML 5.0ISOamsbsquare cup '
⊔︀U+2294 U+FE00HTML 5.0ISOamsbsquare cup, variation selector-1
U+2295HTMLsymbolISOamsbcircled plus '
U+2296HTML 5.0ISOamsbcircled minus
U+2297HTMLsymbolISOamsbcircled times '
U+2298HTML 5.0ISOamsbcircled division slash '
U+2299HTML 5.0ISOamsbcircled dot operator '
U+229AHTML 5.0ISOamsbcircled ring operator '
U+229BHTML 5.0ISOamsbcircled asterisk operator
U+229DHTML 5.0ISOamsbcircled dash
U+229EHTML 5.0ISOamsbsquared plus '
U+229FHTML 5.0ISOamsbsquared minus '
U+22A0HTML 5.0ISOamsbsquared times '
U+22A1HTML 5.0ISOamsbsquared dot operator '
U+22A2HTML 5.0ISOamsrright tack '
U+22A3HTML 5.0ISOamsrleft tack '
U+22A4HTML 5.0down tack '
U+22A5HTMLsymbolISOtechup tack '
U+22A7HTML 5.0ISOamsrmodels
U+22A8HTML 5.0ISOamsrtrue '
U+22A9HTML 5.0ISOamsrforces
U+22AAHTML 5.0ISOamsrtriple vertical bar right turnstile
U+22ABHTML 5.0ISOamsrdouble vertical bar double right turnstile
U+22ACHTML 5.0ISOamsndoes not prove
U+22ADHTML 5.0ISOamsnnot true
U+22AEHTML 5.0ISOamsndoes not force
U+22AFHTML 5.0ISOamsnnegated double vertical bar double right turnstile
U+22B0HTML 5.0ISOamsrprecedes under relation
U+22B2HTML 5.0ISOamsrnormal subgroup of '
U+22B3HTML 5.0ISOamsrcontains as normal subgroup '
U+22B4HTML 5.0ISOamsrnormal subgroup of or equal to '
⊴⃒U+22B4 U+20D2HTML 5.0ISOamsnnormal subgroup of or equal to, combining long vertical line overlay
U+22B5HTML 5.0ISOamsrcontains as normal subgroup or equal to '
⊵⃒U+22B5 U+20D2HTML 5.0ISOamsncontains as normal subgroup or equal to, combining long vertical line overlay
U+22B6HTML 5.0ISOamsaoriginal of
U+22B7HTML 5.0ISOamsaimage of
U+22B8HTML 5.0ISOamsamultimap
U+22B9HTML 5.0ISOamsbHermitian conjugate matrix
U+22BAHTML 5.0ISOamsbintercalate
U+22BBHTML 5.0xor
U+22BDHTML 5.0nor
U+22BEHTML 5.0ISOamso right angle with arc
U+22BFHTML 5.0ISOamsoright triangle '
U+22C0HTML 5.0ISOamsbn-ary logical and '
U+22C1HTML 5.0ISOamsbn-ary logical or '
U+22C2HTML 5.0ISOamsbn-ary intersection '
U+22C3HTML 5.0ISOamsbn-ary union '
U+22C4HTML 5.0ISOamsbdiamond operator
U+22C5HTML 4.0HTMLsymbolISOamsbdot operator '
U+22C6HTML 5.0ISOamsbstar operator
U+22C7HTML 5.0ISOamsbdivision times
U+22C8HTML 5.0ISOamsrbowtie
U+22C9HTML 5.0ISOamsbleft normal factor semidirect product '
U+22CAHTML 5.0ISOamsbright normal factor semidirect product '
U+22CBHTML 5.0ISOamsbleft semidirect product '
U+22CCHTML 5.0ISOamsbright semidirect product '
U+22CDHTML 5.0ISOamsrreversed tilde equals '
U+22CEHTML 5.0ISOamsbcurly logical or '
U+22CFHTML 5.0ISOamsbcurly logical and '
U+22D0HTML 5.0ISOamsrdouble subset
U+22D1HTML 5.0ISOamsrdouble superset
U+22D2HTML 5.0ISOamsbdouble intersection '
U+22D3HTML 5.0ISOamsbdouble union '
U+22D4HTML 5.0ISOamsrpitchfork
U+22D5HTML 5.0ISOtechequal and parallel to
U+22D6HTML 5.0ISOamsrless-than with dot
U+22D7HTML 5.0ISOamsrgreater-than with dot
U+22D8HTML 5.0ISOamsrvery much less-than
⋘̸U+22D8 U+0338HTML 5.0ISOamsnvery much less-than, combining long solidus overlay
U+22D9HTML 5.0ISOamsrvery much greater-than
⋙̸U+22D9 U+0338HTML 5.0ISOamsnvery much greater-than, combining long solidus overlay
U+22DAHTML 5.0ISOamsrless-than equal to or greater-than
⋚︀U+22DA U+FE00HTML 5.0ISOamsrless-than equal to or greater-than, variation selector-1
U+22DBHTML 5.0ISOamsrgreater-than equal to or less-than
⋛︀U+22DB U+FE00HTML 5.0ISOamsrgreater-than equal to or less-than, variation selector-1
U+22DEHTML 5.0ISOamsrequal to or precedes '
U+22DFHTML 5.0ISOamsrequal to or succeeds '
U+22E0HTML 5.0ISOamsndoes not precede or equal '
U+22E1HTML 5.0ISOamsndoes not succeed or equal '
U+22E2HTML 5.0ISOamsnnot square image of or equal to '
U+22E3HTML 5.0ISOamsnnot square original of or equal to '
U+22E6HTML 5.0ISOamsnless-than but not equivalent to '
U+22E7HTML 5.0ISOamsngreater-than but not equivalent to '
U+22E8HTML 5.0ISOamsnprecedes but not equivalent to '
U+22E9HTML 5.0ISOamsnsucceeds but not equivalent to '
U+22EAHTML 5.0ISOamsnnot normal subgroup of '
U+22EBHTML 5.0ISOamsndoes not contain as normal subgroup '
U+22ECHTML 5.0ISOamsnnot normal subgroup of or equal to '
U+22EDHTML 5.0ISOamsndoes not contain as normal subgroup or equal '
U+22EEHTML 5.0ISOpubvertical ellipsis
U+22EFHTML 5.0ISOtechmidline horizontal ellipsis '
U+22F0HTML 5.0ISOtechup right diagonal ellipsis '
U+22F1HTML 5.0ISOtechdown right diagonal ellipsis '
U+22F2HTML 5.0ISOtechelement of with long horizontal stroke
U+22F3HTML 5.0ISOtechelement of with vertical bar at end of horizontal stroke
U+22F4HTML 5.0ISOtechsmall element of with vertical bar at end of horizontal stroke
U+22F5HTML 5.0ISOtechelement of with dot above
⋵̸U+22F5 U+0338HTML 5.0ISOtechelement of with dot above, combining long solidus overlay
U+22F6HTML 5.0ISOtechelement of with overbar
U+22F7HTML 5.0ISOtechsmall element of with overbar
U+22F9HTML 5.0ISOtechelement of with two horizontal strokes
⋹̸U+22F9 U+0338HTML 5.0ISOtechelement of with two horizontal strokes, combining long solidus overlay
U+22FAHTML 5.0ISOtechcontains with long horizontal stroke
U+22FBHTML 5.0ISOtechcontains with vertical bar at end of horizontal stroke
U+22FCHTML 5.0ISOtechsmall contains with vertical bar at end of horizontal stroke
U+22FDHTML 5.0ISOtechcontains with overbar
U+22FEHTML 5.0ISOtechsmall contains with overbar
U+2305HTML 5.0ISOamsbprojective
U+2306HTML 5.0ISOamsbperspective
U+2308HTMLsymbolISOamscleft ceiling '
U+2309HTMLsymbolISOamscright ceiling
U+230AHTMLsymbolISOamscleft floor '
U+230BHTMLsymbolISOamscright floor
U+230CHTML 5.0ISOpubbottom right crop '
U+230DHTML 5.0ISOpubbottom left crop '
U+230EHTML 5.0ISOpubtop right crop '
U+230FHTML 5.0ISOpubtop left crop '
U+2310HTML 5.0ISOtechreversed not sign '
U+2312HTML 5.0ISOtecharc
U+2313HTML 5.0ISOtechsegment
U+2315HTML 5.0ISOpubtelephone recorder
U+2316HTML 5.0ISOpubposition indicator '
U+231CHTML 5.0ISOamsctop left corner '
U+231DHTML 5.0ISOamsctop right corner '
U+231EHTML 5.0ISOamscbottom left corner '
U+231FHTML 5.0ISOamscbottom right corner '
U+2322HTML 5.0ISOamsrfrown
U+2323HTML 5.0ISOamsrsmile
U+232DHTML 5.0ISOtechcylindricity
U+232EHTML 5.0ISOtechall around-profile
U+2336HTML 5.0ISOtechAPL functional symbol I-beam '
U+233DHTML 5.0ISOamsbAPL functional symbol circle stile '
U+233FHTML 5.0ISOamsnAPL functional symbol slash bar '
U+237CHTML 5.0ISOamsaright angle with downwards zigzag arrow '
U+23B0HTML 5.0ISOamscupper left or lower right curly bracket section '
U+23B1HTML 5.0ISOamscupper right or lower left curly bracket section '
U+23B4HTML 5.0ISOamsotop square bracket '
U+23B5HTML 5.0ISOamsobottom square bracket '
U+23B6HTML 5.0ISOamsobottom square bracket over top square bracket
U+23DCHTML 5.0top parenthesis '
U+23DDHTML 5.0bottom parenthesis '
U+23DEHTML 5.0top curly bracket '
U+23DFHTML 5.0bottom curly bracket '
U+23E2HTML 5.0ISOamsowhite trapezium
U+23E7HTML 5.0ISOtechelectrical intersection
U+2423HTML 5.0ISOpubopen box '
U+24C8HTML 5.0ISOamsocircled Latin capital letter S
U+2500HTML 5.0ISOboxbox drawings light horizontal '
U+2502HTML 5.0ISOboxbox drawings light vertical
U+250CHTML 5.0ISOboxbox drawings light down and right
U+2510HTML 5.0ISOboxbox drawings light down and left
U+2514HTML 5.0ISOboxbox drawings light up and right
U+2518HTML 5.0ISOboxbox drawings light up and left
U+251CHTML 5.0ISOboxbox drawings light vertical and right
U+2524HTML 5.0ISOboxbox drawings light vertical and left
U+252CHTML 5.0ISOboxbox drawings light down and horizontal '
U+2534HTML 5.0ISOboxbox drawings light up and horizontal '
U+253CHTML 5.0ISOboxbox drawings light vertical and horizontal
U+2550HTML 5.0ISOboxbox drawings double horizontal
U+2551HTML 5.0ISOboxbox drawings double vertical
U+2552HTML 5.0ISOboxbox drawings down single and right double
U+2553HTML 5.0ISOboxbox drawings down double and right single
U+2554HTML 5.0ISOboxbox drawings double down and right
U+2555HTML 5.0ISOboxbox drawings down single and left double
U+2556HTML 5.0ISOboxbox drawings down double and left single
U+2557HTML 5.0ISOboxbox drawings double down and left
U+2558HTML 5.0ISOboxbox drawings up single and right double
U+2559HTML 5.0ISOboxbox drawings up double and right single
U+255AHTML 5.0ISOboxbox drawings double up and right
U+255BHTML 5.0ISOboxbox drawings up single and left double
U+255CHTML 5.0ISOboxbox drawings up double and left single
U+255DHTML 5.0ISOboxbox drawings double up and left
U+255EHTML 5.0ISOboxbox drawings vertical single and right double
U+255FHTML 5.0ISOboxbox drawings vertical double and right single
U+2560HTML 5.0ISOboxbox drawings double vertical and right
U+2561HTML 5.0ISOboxbox drawings vertical single and left double
U+2562HTML 5.0ISOboxbox drawings vertical double and left single
U+2563HTML 5.0ISOboxbox drawings double vertical and left
U+2564HTML 5.0ISOboxbox drawings down single and horizontal double '
U+2565HTML 5.0ISOboxbox drawings down double and horizontal single '
U+2566HTML 5.0ISOboxbox drawings double down and horizontal '
U+2567HTML 5.0ISOboxbox drawings up single and horizontal double '
U+2568HTML 5.0ISOboxbox drawings up double and horizontal single '
U+2569HTML 5.0ISOboxbox drawings double up and horizontal '
U+256AHTML 5.0ISOboxbox drawings vertical single and horizontal double
U+256BHTML 5.0ISOboxbox drawings vertical double and horizontal single
U+256CHTML 5.0ISOboxbox drawings double vertical and horizontal
U+2580HTML 5.0ISOpubupper half block
U+2584HTML 5.0ISOpublower half block
U+2588HTML 5.0ISOpubfull block
U+2591HTML 5.0ISOpublight shade '
U+2592HTML 5.0ISOpubmedium shade '
U+2593HTML 5.0ISOpubdark shade '
U+25A1HTML 5.0ISOpubwhite square
U+25AAHTML 5.0ISOpubblack small square '
U+25ABHTML 5.0white small square '
U+25ADHTML 5.0ISOpubwhite rectangle
U+25AEHTML 5.0ISOpubblack vertical rectangle '
U+25B1HTML 5.0ISOtechwhite parallelogram
U+25B3HTML 5.0ISOamsbwhite up-pointing triangle '
U+25B4HTML 5.0ISOpubblack up-pointing small triangle '
U+25B5HTML 5.0ISOpubwhite up-pointing small triangle '
U+25B8HTML 5.0ISOpubblack right-pointing small triangle '
U+25B9HTML 5.0ISOpubwhite right-pointing small triangle '
U+25BDHTML 5.0ISOamsbwhite down-pointing triangle '
U+25BEHTML 5.0ISOpubblack down-pointing small triangle '
U+25BFHTML 5.0ISOpubwhite down-pointing small triangle '
U+25C2HTML 5.0ISOpubblack left-pointing small triangle '
U+25C3HTML 5.0ISOpubwhite left-pointing small triangle '
U+25CAHTMLsymbolISOpublozenge
U+25CBHTML 5.0ISOpubwhite circle '
U+25ECHTML 5.0ISOamsbwhite up-pointing triangle with dot '
U+25EFHTML 5.0ISOamsblarge circle '
U+25F8HTML 5.0ISOamsoupper left triangle
U+25F9HTML 5.0ISOamsoupper right triangle
U+25FAHTML 5.0ISOamsolower left triangle
U+25FBHTML 5.0white medium square '
U+25FCHTML 5.0black medium square '
U+2605HTML 5.0ISOpubblack star '
U+2606HTML 5.0ISOpubwhite star '
U+260EHTML 5.0ISOpubblack telephone '
U+2640HTML 5.0ISOpubfemale sign
U+2642HTML 5.0ISOpubmale sign
U+2660HTMLsymbolISOpubblack spade suit
U+2663HTMLsymbolISOpubblack club suit '
U+2665HTMLsymbolISOpubblack heart suit '
U+2666HTMLsymbolISOpubblack diamond suit
U+266AHTML 5.0ISOnumeighth note '
U+266DHTML 5.0ISOpubmusic flat sign
U+266EHTML 5.0ISOpubmusic natural sign
U+266FHTML 5.0ISOpubmusic sharp sign
U+2713HTML 5.0ISOpubcheck mark
U+2717HTML 5.0ISOpubballot x '
U+2720HTML 5.0ISOpubMaltese cross
U+2736HTML 5.0ISOpubsix pointed black star '
U+2758HTML 5.0light vertical bar '
U+2772HTML 5.0ISOtechlight left tortoise shell bracket ornament
U+2773HTML 5.0ISOtechlight right tortoise shell bracket ornament
U+27C8HTML 5.0ISOamsrreverse solidus preceding subset
U+27C9HTML 5.0ISOamsrsuperset preceding solidus
U+27E6HTML 5.0ISOtechmathematical left white square bracket
U+27E7HTML 5.0ISOtechmathematical right white square bracket
HTMLsymbolISOtechmathematical left angle bracket '
HTMLsymbolISOtechmathematical right angle bracket '
U+27EAHTML 5.0ISOtechmathematical left double angle bracket
U+27EBHTML 5.0ISOtechmathematical right double angle bracket
U+27ECHTML 5.0ISOtechmathematical left white tortoise shell bracket
U+27EDHTML 5.0ISOtechmathematical right white tortoise shell bracket
U+27F5HTML 5.0ISOamsalong leftwards arrow
U+27F6HTML 5.0ISOamsalong rightwards arrow
U+27F7HTML 5.0ISOamsalong left right arrow '
U+27F8HTML 5.0ISOamsalong leftwards double arrow
U+27F9HTML 5.0ISOamsalong rightwards double arrow
U+27FAHTML 5.0ISOamsalong left right double arrow '
U+27FCHTML 5.0ISOamsalong rightwards arrow from bar '
U+27FFHTML 5.0ISOamsalong rightwards squiggle arrow '
U+2902HTML 5.0ISOamsaleftwards double arrow with vertical stroke
U+2903HTML 5.0ISOamsarightwards double arrow with vertical stroke
U+2904HTML 5.0ISOamsaleft right double arrow with vertical stroke
U+2905HTML 5.0ISOamsarightwards two-headed arrow from bar '
U+290CHTML 5.0ISOamsaleftwards double dash arrow
U+290DHTML 5.0ISOamsarightwards double dash arrow
U+290EHTML 5.0ISOamsaleftwards triple dash arrow
U+290FHTML 5.0ISOamsarightwards triple dash arrow
U+2910HTML 5.0ISOamsarightwards two-headed triple dash arrow
U+2911HTML 5.0ISOamsarightwards arrow with dotted stem
U+2912HTML 5.0upwards arrow to bar
U+2913HTML 5.0downwards arrow to bar
U+2916HTML 5.0ISOamsarightwards two-headed arrow with tail
U+2919HTML 5.0ISOamsaleftwards arrow-tail
U+291AHTML 5.0ISOamsarightwards arrow-tail
U+291BHTML 5.0ISOamsaleftwards double arrow-tail
U+291CHTML 5.0ISOamsarightwards double arrow-tail
U+291DHTML 5.0ISOamsaleftwards arrow to black diamond
U+291EHTML 5.0ISOamsarightwards arrow to black diamond
U+291FHTML 5.0ISOamsaleftwards arrow from bar to black diamond
U+2920HTML 5.0ISOamsarightwards arrow from bar to black diamond
U+2923HTML 5.0ISOamsanorth west arrow with hook
U+2924HTML 5.0ISOamsanorth east arrow with hook
U+2925HTML 5.0ISOamsasouth east arrow with hook
U+2926HTML 5.0ISOamsasouth west arrow with hook
U+2927HTML 5.0ISOamsanorth west arrow and north east arrow
U+2928HTML 5.0ISOamsanorth east arrow and south east arrow '
U+2929HTML 5.0ISOamsasouth east arrow and south west arrow '
U+292AHTML 5.0ISOamsasouth west arrow and north west arrow
U+2933HTML 5.0ISOamsawave arrow pointing directly right '
⤳̸U+2933 U+0338HTML 5.0ISOamsawave arrow pointing directly right, combining long solidus overlay
U+2935HTML 5.0ISOamsaarrow pointing rightwards then curving downwards '
U+2936HTML 5.0ISOamsaarrow pointing downwards then curving leftwards '
U+2937HTML 5.0ISOamsaarrow pointing downwards then curving rightwards '
U+2938HTML 5.0ISOamsaright-side arc clockwise arrow '
U+2939HTML 5.0ISOamsaleft-side arc anticlockwise arrow
U+293CHTML 5.0ISOamsatop arc clockwise arrow with minus '
U+293DHTML 5.0ISOamsatop arc anticlockwise arrow with plus '
U+2945HTML 5.0ISOamsarightwards arrow with plus below
U+2948HTML 5.0ISOamsaleft right arrow through small circle
U+2949HTML 5.0ISOamsaupwards two-headed arrow from small circle
U+294AHTML 5.0ISOamsaleft barb up right barb down harpoon '
U+294BHTML 5.0ISOamsaleft barb down right barb up harpoon '
U+294EHTML 5.0left barb up right barb up harpoon '
U+294FHTML 5.0up barb right down barb right harpoon '
U+2950HTML 5.0left barb down right barb down harpoon '
U+2951HTML 5.0up barb left down barb left harpoon '
U+2952HTML 5.0leftwards harpoon with barb up to bar '
U+2953HTML 5.0rightwards harpoon with barb up to bar '
U+2954HTML 5.0upwards harpoon with barb right to bar '
U+2955HTML 5.0downwards harpoon with barb right to bar '
U+2956HTML 5.0leftwards harpoon with barb down to bar '
U+2957HTML 5.0rightwards harpoon with barb down to bar '
U+2958HTML 5.0upwards harpoon with barb left to bar '
U+2959HTML 5.0downwards harpoon with barb left to bar '
U+295AHTML 5.0leftwards harpoon with barb up from bar '
U+295BHTML 5.0rightwards harpoon with barb up from bar '
U+295CHTML 5.0upwards harpoon with barb right from bar '
U+295DHTML 5.0downwards harpoon with barb right from bar '
U+295EHTML 5.0leftwards harpoon with barb down from bar '
U+295FHTML 5.0rightwards harpoon with barb down from bar '
U+2960HTML 5.0upwards harpoon with barb left from bar '
U+2961HTML 5.0downwards harpoon with barb left from bar '
U+2962HTML 5.0ISOamsaleftwards harpoon with barb up above leftwards harpoon with barb down
U+2963HTML 5.0ISOamsaupwards harpoon with barb left beside upwards harpoon with barb right
U+2964HTML 5.0ISOamsarightwards harpoon with barb up above rightwards harpoon with barb down
U+2965HTML 5.0ISOamsadownwards harpoon with barb left beside downwards harpoon with barb right
U+2966HTML 5.0ISOamsaleftwards harpoon with barb up above rightwards harpoon with barb up
U+2967HTML 5.0ISOamsaleftwards harpoon with barb down above rightwards harpoon with barb down
U+2968HTML 5.0ISOamsarightwards harpoon with barb up above leftwards harpoon with barb up
U+2969HTML 5.0ISOamsarightwards harpoon with barb down above leftwards harpoon with barb down
U+296AHTML 5.0ISOamsaleftwards harpoon with barb up above long dash
U+296BHTML 5.0ISOamsaleftwards harpoon with barb down below long dash
U+296CHTML 5.0ISOamsarightwards harpoon with barb up above long dash
U+296DHTML 5.0ISOamsarightwards harpoon with barb down below long dash
U+296EHTML 5.0ISOamsaupwards harpoon with barb left beside downwards harpoon with barb right '
U+296FHTML 5.0ISOamsadownwards harpoon with barb left beside upwards harpoon with barb right '
U+2970HTML 5.0right double arrow with rounded head '
U+2971HTML 5.0ISOamsaequals sign above rightwards arrow
U+2972HTML 5.0ISOamsatilde operator above rightwards arrow '
U+2973HTML 5.0ISOamsaleftwards arrow above tilde operator '
U+2974HTML 5.0ISOamsarightwards arrow above tilde operator '
U+2975HTML 5.0ISOamsarightwards arrow above almost equal to '
U+2976HTML 5.0ISOamsrless-than above leftwards arrow
U+2978HTML 5.0ISOamsrgreater-than above rightwards arrow
U+2979HTML 5.0ISOamsrsubset above rightwards arrow
U+297BHTML 5.0ISOamsrsuperset above leftwards arrow
U+297CHTML 5.0ISOamsaleft fish tail
U+297DHTML 5.0ISOamsaright fish tail
U+297EHTML 5.0ISOamsaup fish tail
⥿U+297FHTML 5.0ISOamsadown fish tail
U+2985HTML 5.0ISOtechleft white parenthesis
U+2986HTML 5.0ISOtechright white parenthesis
U+298BHTML 5.0ISOamscleft square bracket with underbar
U+298CHTML 5.0ISOamscright square bracket with underbar
U+298DHTML 5.0ISOamscleft square bracket with tick in top corner
U+298EHTML 5.0ISOamscright square bracket with tick in bottom corner
U+298FHTML 5.0ISOamscleft square bracket with tick in bottom corner
U+2990HTML 5.0ISOamscright square bracket with tick in top corner
U+2991HTML 5.0ISOamscleft angle bracket with dot
U+2992HTML 5.0ISOamscright angle bracket with dot
U+2993HTML 5.0ISOamscleft arc less-than bracket '
U+2994HTML 5.0ISOamscright arc greater-than bracket '
U+2995HTML 5.0ISOamscdouble left arc greater-than bracket '
U+2996HTML 5.0ISOamscdouble right arc less-than bracket '
U+299AHTML 5.0ISOamsovertical zigzag line
U+299CHTML 5.0ISOtechright angle variant with square
U+299DHTML 5.0ISOamsomeasured right angle with dot
U+29A4HTML 5.0ISOamsoangle with underbar
U+29A5HTML 5.0ISOamsoreversed angle with underbar
U+29A6HTML 5.0ISOtechoblique angle opening up
U+29A7HTML 5.0ISOtechoblique angle opening down
U+29A8HTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing up and right
U+29A9HTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing up and left
U+29AAHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing down and right
U+29ABHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing down and left
U+29ACHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing right and up
U+29ADHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing left and up
U+29AEHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing right and down
U+29AFHTML 5.0ISOamsomeasured angle with open arm ending in arrow pointing left and down
U+29B0HTML 5.0ISOamsoreversed empty set '
U+29B1HTML 5.0ISOamsoempty set with overbar '
U+29B2HTML 5.0ISOamsoempty set with small circle above
U+29B3HTML 5.0ISOamsoempty set with right arrow above
U+29B4HTML 5.0ISOamsoempty set with left arrow above
U+29B5HTML 5.0ISOamsbcircle with horizontal bar
U+29B6HTML 5.0ISOamsbcircled vertical bar '
U+29B7HTML 5.0ISOamsbcircled parallel
U+29B9HTML 5.0ISOamsbcircled perpendicular
U+29BBHTML 5.0ISOtechcircle with superimposed x '
U+29BCHTML 5.0ISOamsbcircled anticlockwise-rotated division sign
U+29BEHTML 5.0ISOamsbcircled white bullet '
⦿U+29BFHTML 5.0ISOamsbcircled bullet '
U+29C0HTML 5.0ISOamsbcircled less-than
U+29C1HTML 5.0ISOamsbcircled greater-than
U+29C2HTML 5.0ISOamsocircle with small circle to the right
U+29C3HTML 5.0ISOamsocircle with two horizontal strokes to the right
U+29C4HTML 5.0ISOamsbsquared rising diagonal slash '
U+29C5HTML 5.0ISOamsbsquared falling diagonal slash '
U+29C9HTML 5.0ISOamsotwo joined squares '
U+29CDHTML 5.0triangle with serifs at bottom
U+29CEHTML 5.0ISOamsrright triangle above left triangle
U+29CFHTML 5.0left triangle beside vertical bar
⧏̸U+29CF U+0338HTML 5.0left triangle beside vertical bar, combining long solidus overlay
U+29D0HTML 5.0vertical bar beside right triangle
⧐̸U+29D0 U+0338HTML 5.0vertical bar beside right triangle, combining long solidus overlay
U+29DCHTML 5.0ISOtechincomplete infinity
U+29DDHTML 5.0ISOtechtie over infinity
U+29DEHTML 5.0ISOtechinfinity negated with vertical bar
U+29E3HTML 5.0ISOtechequals sign and slanted parallel
U+29E4HTML 5.0ISOtechequals sign and slanted parallel with tilde above '
U+29E5HTML 5.0ISOtechidentical to and slanted parallel
U+29EBHTML 5.0ISOpubblack lozenge '
U+29F4HTML 5.0rule-delayed
U+29F6HTML 5.0ISOtechsolidus with overbar '
U+2A00HTML 5.0ISOamsbn-ary circled dot operator
U+2A01HTML 5.0ISOamsbn-ary circled plus operator
U+2A02HTML 5.0ISOamsbn-ary circled times operator
U+2A04HTML 5.0ISOamsbn-ary union operator with plus '
U+2A06HTML 5.0ISOamsbn-ary square union operator '
U+2A0CHTML 5.0ISOtechquadruple integral operator
U+2A0DHTML 5.0ISOtechfinite part integral
U+2A10HTML 5.0ISOtechcirculation function
U+2A11HTML 5.0ISOtechanticlockwise integration
U+2A12HTML 5.0ISOtechline integration with rectangular path around pole
U+2A13HTML 5.0ISOtechline integration with semicircular path around pole
U+2A14HTML 5.0ISOtechline integration not including the pole
U+2A15HTML 5.0ISOtechintegral around a point operator
U+2A16HTML 5.0ISOtechquaternion integral operator
U+2A17HTML 5.0ISOtechintegral with leftwards arrow with hook
U+2A22HTML 5.0ISOamsbplus sign with small circle above
U+2A23HTML 5.0ISOamsbplus sign with circumflex accent above
U+2A24HTML 5.0ISOamsbplus sign with tilde above '
U+2A25HTML 5.0ISOamsbplus sign with dot below '
U+2A26HTML 5.0ISOamsbplus sign with tilde below '
U+2A27HTML 5.0ISOamsbplus sign with subscript two
U+2A29HTML 5.0ISOamsrminus sign with comma above
U+2A2AHTML 5.0ISOamsbminus sign with dot below '
U+2A2DHTML 5.0ISOamsbplus sign in left half circle
U+2A2EHTML 5.0ISOamsbplus sign in right half circle
U+2A2FHTML 5.0vector or cross product
U+2A30HTML 5.0ISOamsbmultiplication sign with dot above '
U+2A31HTML 5.0ISOamsbmultiplication sign with underbar
U+2A33HTML 5.0ISOamsbsmash product
U+2A34HTML 5.0ISOamsbmultiplication sign in left half circle
U+2A35HTML 5.0ISOamsbmultiplication sign in right half circle
U+2A36HTML 5.0ISOamsbcircled multiplication sign with circumflex accent
U+2A37HTML 5.0ISOamsbmultiplication sign in double circle
U+2A38HTML 5.0ISOamsbcircled division sign
U+2A39HTML 5.0ISOamsbplus sign in triangle
U+2A3AHTML 5.0ISOamsbminus sign in triangle
U+2A3BHTML 5.0ISOamsbmultiplication sign in triangle
U+2A3CHTML 5.0ISOamsbinterior product
⨿U+2A3FHTML 5.0ISOamsbamalgamation or coproduct
U+2A40HTML 5.0ISOamsbintersection with dot '
U+2A42HTML 5.0ISOamsbunion with overbar
U+2A43HTML 5.0ISOamsbintersection with overbar
U+2A44HTML 5.0ISOamsbintersection with logical and '
U+2A45HTML 5.0ISOamsbunion with logical or '
U+2A46HTML 5.0ISOamsbunion above intersection '
U+2A47HTML 5.0ISOamsbintersection above union '
U+2A48HTML 5.0ISOamsbunion above bar above intersection '
U+2A49HTML 5.0ISOamsbintersection above bar above union '
U+2A4AHTML 5.0ISOamsbunion beside and joined with union '
U+2A4BHTML 5.0ISOamsbintersection beside and joined with intersection '
U+2A4CHTML 5.0closed union with serifs
U+2A4DHTML 5.0closed intersection with serifs
U+2A50HTML 5.0closed union with serifs and smash product
U+2A53HTML 5.0ISOtechdouble logical and
U+2A54HTML 5.0ISOtechdouble logical or
U+2A55HTML 5.0ISOtechtwo intersecting logical and
U+2A56HTML 5.0ISOtechtwo intersecting logical or
U+2A57HTML 5.0ISOtechsloping large or
U+2A58HTML 5.0ISOtechsloping large and
U+2A5AHTML 5.0ISOtechlogical and with middle stem
U+2A5BHTML 5.0ISOtechlogical or with middle stem
U+2A5CHTML 5.0ISOtechlogical and with horizontal dash
U+2A5DHTML 5.0ISOtechlogical or with horizontal dash
U+2A5FHTML 5.0logical and with underbar
U+2A66HTML 5.0ISOamsrequals sign with dot below
U+2A6AHTML 5.0ISOtechtilde operator with dot above '
U+2A6DHTML 5.0ISOamsrcongruent with dot above
⩭̸U+2A6D U+0338HTML 5.0ISOamsncongruent with dot above, combining long solidus overlay
U+2A6EHTML 5.0ISOamsrequals with asterisk
U+2A6FHTML 5.0ISOtechalmost equal to with circumflex accent
U+2A70HTML 5.0ISOamsrapproximately equal or equal to
⩰̸U+2A70 U+0338HTML 5.0ISOamsnapproximately equal or equal to, combining long solidus overlay
U+2A71HTML 5.0ISOamsbequals sign above plus sign
U+2A72HTML 5.0ISOamsbplus sign above equals sign
U+2A73HTML 5.0ISOamsrequals sign above tilde operator
U+2A74HTML 5.0ISOamsrdouble colon equal
U+2A75HTML 5.0two consecutive equals signs
U+2A77HTML 5.0ISOamsrequals sign with two dots above and two dots below
U+2A78HTML 5.0ISOamsrequivalent with four dots above
U+2A79HTML 5.0ISOamsrless-than with circle inside
U+2A7AHTML 5.0ISOamsrgreater-than with circle inside
U+2A7BHTML 5.0ISOamsrless-than with question mark above
U+2A7CHTML 5.0ISOamsrgreater-than with question mark above
U+2A7DHTML 5.0ISOamsrless-than or slanted equal to
⩽̸U+2A7D U+0338HTML 5.0ISOamsnless-than or slanted equal to, combining long solidus overlay
U+2A7EHTML 5.0ISOamsrgreater-than or slanted equal to
⩾̸U+2A7E U+0338HTML 5.0ISOamsngreater-than or slanted equal to, combining long solidus overlay
⩿U+2A7FHTML 5.0ISOamsrless-than or slanted equal to with dot inside
U+2A80HTML 5.0ISOamsrgreater-than or slanted equal to with dot inside
U+2A81HTML 5.0ISOamsrless-than or slanted equal to with dot above
U+2A82HTML 5.0ISOamsrgreater-than or slanted equal to with dot above
U+2A83HTML 5.0ISOamsrless-than or slanted equal to with dot above right
U+2A84HTML 5.0ISOamsrgreater-than or slanted equal to with dot above left
U+2A85HTML 5.0ISOamsrless-than or approximate
U+2A86HTML 5.0ISOamsrgreater-than or approximate
U+2A87HTML 5.0ISOamsnless-than and single-line not equal to
U+2A88HTML 5.0ISOamsngreater-than and single-line not equal to
U+2A89HTML 5.0ISOamsnless-than and not approximate
U+2A8AHTML 5.0ISOamsngreater-than and not approximate
U+2A8BHTML 5.0ISOamsrless-than above double-line equal above greater-than
U+2A8CHTML 5.0ISOamsrgreater-than above double-line equal above less-than
U+2A8DHTML 5.0ISOamsrless-than above similar or equal
U+2A8EHTML 5.0ISOamsrgreater-than above similar or equal
U+2A8FHTML 5.0ISOamsrless-than above similar above greater-than
U+2A90HTML 5.0ISOamsrgreater-than above similar above less-than
U+2A91HTML 5.0ISOamsrless-than above greater-than above double-line equal
U+2A92HTML 5.0ISOamsrgreater-than above less-than above double-line equal
U+2A93HTML 5.0ISOamsrless-than above slanted equal above greater-than above slanted equal
U+2A94HTML 5.0ISOamsrgreater-than above slanted equal above less-than above slanted equal
U+2A95HTML 5.0ISOamsrslanted equal to or less-than
U+2A96HTML 5.0ISOamsrslanted equal to or greater-than
U+2A97HTML 5.0ISOamsrslanted equal to or less-than with dot inside
U+2A98HTML 5.0ISOamsrslanted equal to or greater-than with dot inside
U+2A99HTML 5.0ISOamsrdouble-line equal to or less-than
U+2A9AHTML 5.0ISOamsrdouble-line equal to or greater-than
U+2A9DHTML 5.0ISOamsrsimilar or less-than
U+2A9EHTML 5.0ISOamsrsimilar or greater-than
U+2A9FHTML 5.0ISOamsrsimilar above less-than above equals sign
U+2AA0HTML 5.0ISOamsrsimilar above greater-than above equals sign
U+2AA1HTML 5.0double nested less-than
⪡̸U+2AA1 U+0338HTML 5.0double nested less-than, combining long solidus overlay
U+2AA2HTML 5.0double nested greater-than
⪢̸U+2AA2 U+0338HTML 5.0double nested greater-than, combining long solidus overlay
U+2AA4HTML 5.0ISOamsrgreater-than overlapping less-than
U+2AA5HTML 5.0ISOamsrgreater-than beside less-than
U+2AA6HTML 5.0ISOamsrless-than closed by curve
U+2AA7HTML 5.0ISOamsrgreater-than closed by curve
U+2AA8HTML 5.0ISOamsrless-than closed by curve above slanted equal
U+2AA9HTML 5.0ISOamsrgreater-than closed by curve above slanted equal
U+2AAAHTML 5.0ISOamsrsmaller than
U+2AABHTML 5.0ISOamsrlarger than
U+2AACHTML 5.0ISOamsrsmaller than or equal to
⪬︀U+2AAC U+FE00HTML 5.0ISOamsrsmaller than or equal to, variation selector-1
U+2AADHTML 5.0ISOamsrlarger than or equal to
⪭︀U+2AAD U+FE00HTML 5.0ISOamsrlarger than or equal to, variation selector-1
U+2AAEHTML 5.0ISOamsrequals sign with bumpy above
U+2AAFHTML 5.0ISOamsrprecedes above single-line equals sign
⪯̸U+2AAF U+0338HTML 5.0ISOamsnprecedes above single-line equals sign, combining long solidus overlay
U+2AB0HTML 5.0ISOamsrsucceeds above single-line equals sign
⪰̸U+2AB0 U+0338HTML 5.0ISOamsnsucceeds above single-line equals sign, combining long solidus overlay
U+2AB3HTML 5.0ISOamsrprecedes above equals sign
U+2AB4HTML 5.0ISOamsrsucceeds above equals sign
U+2AB5HTML 5.0ISOamsnprecedes above not equal to
U+2AB6HTML 5.0ISOamsnsucceeds above not equal to
U+2AB7HTML 5.0ISOamsrprecedes above almost equal to
U+2AB8HTML 5.0ISOamsrsucceeds above almost equal to
U+2AB9HTML 5.0ISOamsnprecedes above not almost equal to
U+2ABAHTML 5.0ISOamsnsucceeds above not almost equal to
U+2ABBHTML 5.0ISOamsrdouble precedes
U+2ABCHTML 5.0ISOamsrdouble succeeds
U+2ABDHTML 5.0ISOamsbsubset with dot
U+2ABEHTML 5.0ISOamsbsuperset with dot
⪿U+2ABFHTML 5.0ISOamsrsubset with plus sign below
U+2AC0HTML 5.0ISOamsrsuperset with plus sign below
U+2AC1HTML 5.0ISOamsrsubset with multiplication sign below
U+2AC2HTML 5.0ISOamsrsuperset with multiplication sign below
U+2AC3HTML 5.0ISOamsrsubset of or equal to with dot above
U+2AC4HTML 5.0ISOamsrsuperset of or equal to with dot above
U+2AC5HTML 5.0ISOamsrsubset of above equals sign
⫅̸U+2AC5 U+0338HTML 5.0ISOamsnsubset of above equals sign, combining long solidus overlay
U+2AC6HTML 5.0ISOamsrsuperset of above equals sign
⫆̸U+2AC6 U+0338HTML 5.0ISOamsnsuperset of above equals sign, combining long solidus overlay
U+2AC7HTML 5.0ISOamsrsubset of above tilde operator
U+2AC8HTML 5.0ISOamsrsuperset of above tilde operator
U+2ACBHTML 5.0ISOamsnsubset of above not equal to
⫋︀U+2ACB U+FE00HTML 5.0ISOamsnsubset of above not equal to, variation selector-1
U+2ACCHTML 5.0ISOamsnsuperset of above not equal to
⫌︀U+2ACC U+FE00HTML 5.0ISOamsnsuperset of above not equal to, variation selector-1
U+2ACFHTML 5.0ISOamsrclosed subset
U+2AD0HTML 5.0ISOamsrclosed superset
U+2AD1HTML 5.0ISOamsrclosed subset or equal to
U+2AD2HTML 5.0ISOamsrclosed superset or equal to
U+2AD3HTML 5.0ISOamsrsubset above superset
U+2AD4HTML 5.0ISOamsrsuperset above subset
U+2AD5HTML 5.0ISOamsrsubset above subset
U+2AD6HTML 5.0ISOamsrsuperset above superset
U+2AD7HTML 5.0ISOamsrsuperset beside subset
U+2AD8HTML 5.0ISOamsrsuperset beside and joined by dash with subset
U+2AD9HTML 5.0ISOamsrelement of opening downwards
U+2ADAHTML 5.0ISOamsrpitchfork with tee top
U+2ADBHTML 5.0ISOamsrtransversal intersection
U+2AE4HTML 5.0ISOamsrvertical bar double left turnstile
U+2AE6HTML 5.0ISOamsrlong dash from left member of double vertical
U+2AE7HTML 5.0ISOamsrshort down tack with overbar
U+2AE8HTML 5.0ISOamsrshort up tack with underbar
U+2AE9HTML 5.0ISOamsrshort up tack above short down tack
U+2AEBHTML 5.0ISOamsrdouble up tack
U+2AECHTML 5.0ISOtechdouble stroke not sign
U+2AEDHTML 5.0ISOtechreversed double stroke not sign
U+2AEEHTML 5.0ISOamsndoes not divide with reversed negation slash
U+2AEFHTML 5.0ISOamsavertical line with circle above
U+2AF0HTML 5.0ISOamsavertical line with circle below
U+2AF1HTML 5.0ISOtechdown tack with circle below
U+2AF2HTML 5.0ISOtechparallel with horizontal stroke
U+2AF3HTML 5.0ISOamsnparallel with tilde operator
U+2AFDHTML 5.0ISOtechdouble solidus operator '
⫽⃥U+2AFD U+20E5HTML 5.0ISOtechdouble solidus operator, combining reverse solidus overlay '
U+FB00HTML 5.0ISOpubLatin small ligature ff
U+FB01HTML 5.0ISOpubLatin small ligature fi
U+FB02HTML 5.0ISOpubLatin small ligature fl
U+FB03HTML 5.0ISOpubLatin small ligature ffi
U+FB04HTML 5.0ISOpubLatin small ligature ffl
?U+1D49CHTML 5.0ISOmscrmathematical script capital A
?U+1D49EHTML 5.0ISOmscrmathematical script capital C
?U+1D49FHTML 5.0ISOmscrmathematical script capital D
?U+1D4A2HTML 5.0ISOmscrmathematical script capital G
?U+1D4A5HTML 5.0ISOmscrmathematical script capital J
?U+1D4A6HTML 5.0ISOmscrmathematical script capital K
?U+1D4A9HTML 5.0ISOmscrmathematical script capital N
?U+1D4AAHTML 5.0ISOmscrmathematical script capital O
?U+1D4ABHTML 5.0ISOmscrmathematical script capital P
?U+1D4ACHTML 5.0ISOmscrmathematical script capital Q
?U+1D4AEHTML 5.0ISOmscrmathematical script capital S
?U+1D4AFHTML 5.0ISOmscrmathematical script capital T
?U+1D4B0HTML 5.0ISOmscrmathematical script capital U
?U+1D4B1HTML 5.0ISOmscrmathematical script capital V
?U+1D4B2HTML 5.0ISOmscrmathematical script capital W
?U+1D4B3HTML 5.0ISOmscrmathematical script capital X
?U+1D4B4HTML 5.0ISOmscrmathematical script capital Y
?U+1D4B5HTML 5.0ISOmscrmathematical script capital Z
?U+1D4B6HTML 5.0ISOmscrmathematical script small a
?U+1D4B7HTML 5.0ISOmscrmathematical script small b
?U+1D4B8HTML 5.0ISOmscrmathematical script small c
?U+1D4B9HTML 5.0ISOmscrmathematical script small d
?U+1D4BBHTML 5.0ISOmscrmathematical script small f
?U+1D4BDHTML 5.0ISOmscrmathematical script small h
?U+1D4BEHTML 5.0ISOmscrmathematical script small i
?U+1D4BFHTML 5.0ISOmscrmathematical script small j
?U+1D4C0HTML 5.0ISOmscrmathematical script small k
?U+1D4C1HTML 5.0ISOmscrmathematical script small l
?U+1D4C2HTML 5.0ISOmscrmathematical script small m
?U+1D4C3HTML 5.0ISOmscrmathematical script small n
?U+1D4C5HTML 5.0ISOmscrmathematical script small p
?U+1D4C6HTML 5.0ISOmscrmathematical script small q
?U+1D4C7HTML 5.0ISOmscrmathematical script small r
?U+1D4C8HTML 5.0ISOmscrmathematical script small s
?U+1D4C9HTML 5.0ISOmscrmathematical script small t
?U+1D4CAHTML 5.0ISOmscrmathematical script small u
?U+1D4CBHTML 5.0ISOmscrmathematical script small v
?U+1D4CCHTML 5.0ISOmscrmathematical script small w
?U+1D4CDHTML 5.0ISOmscrmathematical script small x
?U+1D4CEHTML 5.0ISOmscrmathematical script small y
?U+1D4CFHTML 5.0ISOmscrmathematical script small z
?U+1D504HTML 5.0ISOmfrkmathematical Fraktur capital A
?U+1D505HTML 5.0ISOmfrkmathematical Fraktur capital B
?U+1D507HTML 5.0ISOmfrkmathematical Fraktur capital D
?U+1D508HTML 5.0ISOmfrkmathematical Fraktur capital E
?U+1D509HTML 5.0ISOmfrkmathematical Fraktur capital F
?U+1D50AHTML 5.0ISOmfrkmathematical Fraktur capital G
?U+1D50DHTML 5.0ISOmfrkmathematical Fraktur capital J
?U+1D50EHTML 5.0ISOmfrkmathematical Fraktur capital K
?U+1D50FHTML 5.0ISOmfrkmathematical Fraktur capital L
?U+1D510HTML 5.0ISOmfrkmathematical Fraktur capital M
?U+1D511HTML 5.0ISOmfrkmathematical Fraktur capital N
?U+1D512HTML 5.0ISOmfrkmathematical Fraktur capital O
?U+1D513HTML 5.0ISOmfrkmathematical Fraktur capital P
?U+1D514HTML 5.0ISOmfrkmathematical Fraktur capital Q
?U+1D516HTML 5.0ISOmfrkmathematical Fraktur capital S
?U+1D517HTML 5.0ISOmfrkmathematical Fraktur capital T
?U+1D518HTML 5.0ISOmfrkmathematical Fraktur capital U
?U+1D519HTML 5.0ISOmfrkmathematical Fraktur capital V
?U+1D51AHTML 5.0ISOmfrkmathematical Fraktur capital W
?U+1D51BHTML 5.0ISOmfrkmathematical Fraktur capital X
?U+1D51CHTML 5.0ISOmfrkmathematical Fraktur capital Y
?U+1D51EHTML 5.0ISOmfrkmathematical Fraktur small a
?U+1D51FHTML 5.0ISOmfrkmathematical Fraktur small b
?U+1D520HTML 5.0ISOmfrkmathematical Fraktur small c
?U+1D521HTML 5.0ISOmfrkmathematical Fraktur small d
?U+1D522HTML 5.0ISOmfrkmathematical Fraktur small e
?U+1D523HTML 5.0ISOmfrkmathematical Fraktur small f
?U+1D524HTML 5.0ISOmfrkmathematical Fraktur small g
?U+1D525HTML 5.0ISOmfrkmathematical Fraktur small h
?U+1D526HTML 5.0ISOmfrkmathematical Fraktur small i
?U+1D527HTML 5.0ISOmfrkmathematical Fraktur small j
?U+1D528HTML 5.0ISOmfrkmathematical Fraktur small k
?U+1D529HTML 5.0ISOmfrkmathematical Fraktur small l
?U+1D52AHTML 5.0ISOmfrkmathematical Fraktur small m
?U+1D52BHTML 5.0ISOmfrkmathematical Fraktur small n
?U+1D52CHTML 5.0ISOmfrkmathematical Fraktur small o
?U+1D52DHTML 5.0ISOmfrkmathematical Fraktur small p
?U+1D52EHTML 5.0ISOmfrkmathematical Fraktur small q
?U+1D52FHTML 5.0ISOmfrkmathematical Fraktur small r
?U+1D530HTML 5.0ISOmfrkmathematical Fraktur small s
?U+1D531HTML 5.0ISOmfrkmathematical Fraktur small t
?U+1D532HTML 5.0ISOmfrkmathematical Fraktur small u
?U+1D533HTML 5.0ISOmfrkmathematical Fraktur small v
?U+1D534HTML 5.0ISOmfrkmathematical Fraktur small w
?U+1D535HTML 5.0ISOmfrkmathematical Fraktur small x
?U+1D536HTML 5.0ISOmfrkmathematical Fraktur small y
?U+1D537HTML 5.0ISOmfrkmathematical Fraktur small z
?U+1D538HTML 5.0ISOmopfmathematical double-struck capital A '
?U+1D539HTML 5.0ISOmopfmathematical double-struck capital B
?U+1D53BHTML 5.0ISOmopfmathematical double-struck capital D
?U+1D53CHTML 5.0ISOmopfmathematical double-struck capital E
?U+1D53DHTML 5.0ISOmopfmathematical double-struck capital F
?U+1D53EHTML 5.0ISOmopfmathematical double-struck capital G
?U+1D540HTML 5.0ISOmopfmathematical double-struck capital I
?U+1D541HTML 5.0ISOmopfmathematical double-struck capital J
?U+1D542HTML 5.0ISOmopfmathematical double-struck capital K
?U+1D543HTML 5.0ISOmopfmathematical double-struck capital L
?U+1D544HTML 5.0ISOmopfmathematical double-struck capital M
?U+1D546HTML 5.0ISOmopfmathematical double-struck capital O
?U+1D54AHTML 5.0ISOmopfmathematical double-struck capital S
?U+1D54BHTML 5.0ISOmopfmathematical double-struck capital T
?U+1D54CHTML 5.0ISOmopfmathematical double-struck capital U
?U+1D54DHTML 5.0ISOmopfmathematical double-struck capital V
?U+1D54EHTML 5.0ISOmopfmathematical double-struck capital W
?U+1D54FHTML 5.0ISOmopfmathematical double-struck capital X
?U+1D550HTML 5.0ISOmopfmathematical double-struck capital Y
?U+1D552HTML 5.0mathematical double-struck small a
?U+1D553HTML 5.0mathematical double-struck small b
?U+1D554HTML 5.0mathematical double-struck small c
?U+1D555HTML 5.0mathematical double-struck small d
?U+1D556HTML 5.0mathematical double-struck small e
?U+1D557HTML 5.0mathematical double-struck small f
?U+1D558HTML 5.0mathematical double-struck small g
?U+1D559HTML 5.0mathematical double-struck small h
?U+1D55AHTML 5.0mathematical double-struck small i
?U+1D55BHTML 5.0mathematical double-struck small j
?U+1D55CHTML 5.0mathematical double-struck small k
?U+1D55DHTML 5.0mathematical double-struck small l
?U+1D55EHTML 5.0mathematical double-struck small m
?U+1D55FHTML 5.0mathematical double-struck small n
?U+1D560HTML 5.0mathematical double-struck small o
?U+1D561HTML 5.0mathematical double-struck small p
?U+1D562HTML 5.0mathematical double-struck small q
?U+1D563HTML 5.0mathematical double-struck small r
?U+1D564HTML 5.0mathematical double-struck small s
?U+1D565HTML 5.0mathematical double-struck small t
?U+1D566HTML 5.0mathematical double-struck small u
?U+1D567HTML 5.0mathematical double-struck small v
?U+1D568HTML 5.0mathematical double-struck small w
?U+1D569HTML 5.0mathematical double-struck small x
?U+1D56AHTML 5.0mathematical double-struck small y
?U+1D56BHTML 5.0mathematical double-struck small z