html5/spec-author-view Overview.html,1.801,1.802 acknowledgements.html,1.591,1.592 apis-in-html-documents.html,1.24,1.25 association-of-controls-and-forms.html,1.22,1.23 browsers.html,1.583,1.584 commands.html,1.20,1.21 common-input-element-attributes.html,1.25,1.26 common-microsyntaxes.html,1.19,1.20 content-models.html,1.27,1.28 dnd.html,1.26,1.27 dom.html,1.581,1.582 editing.html,1.576,1.577 edits.html,1.17,1.18 elements.html,1.33,1.34 embedded-content-1.html,1.26,1.27 forms.html,1.571,1.572 fragment-links.js,1.45,1.46 grouping-content.html,1.24,1.25 history.html,1.579,1.580 iana.html,1.29,1.30 index.html,1.582,1.583 infrastructure.html,1.577,1.578 interactive-elements.html,1.573,1.574 introduction.html,1.572,1.573 links.html,1.27,1.28 named-character-references.html,1.570,1.571 number-state.html,1.22,1.23 obsolete.html,1.571,1.572 offline.html,1.572,1.573 origin-0.html,1.3,1.4 references.html,1.574,1.575 scripting-1.html,1.21,1.22 sections.html,1.30,1.31 semantics.html,1.581,1.582 spec.html,1.8

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13949

Modified Files:
	Overview.html acknowledgements.html 
	apis-in-html-documents.html 
	association-of-controls-and-forms.html browsers.html 
	commands.html common-input-element-attributes.html 
	common-microsyntaxes.html content-models.html dnd.html 
	dom.html editing.html edits.html elements.html 
	embedded-content-1.html forms.html fragment-links.js 
	grouping-content.html history.html iana.html index.html 
	infrastructure.html interactive-elements.html 
	introduction.html links.html named-character-references.html 
	number-state.html obsolete.html offline.html origin-0.html 
	references.html scripting-1.html sections.html semantics.html 
	spec.html states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html the-xhtml-syntax.html timers.html 
	urls.html video.html webappapis.html 
Log Message:
Make IDL setters of enumerated attributes not throw an exception but instead pass invalid values through unmodified. (whatwg r4934)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- infrastructure.html	29 Mar 2010 06:17:14 -0000	1.577
+++ infrastructure.html	1 Apr 2010 03:17:04 -0000	1.578
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -376,19 +378,18 @@
   element</a> to being another element.</p><p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that
   node's <a href="#root-element">root element</a>. When a node is <a href="#in-a-document">in a
   <code>Document</code></a>, its <a href="#home-subtree">home subtree</a> is that
-  <code><a href="#document">Document</a></code>'s tree.</p><p>The <code><a href="#document">Document</a></code> of a <code>Node</code> (such as an
-  element) is the <code><a href="#document">Document</a></code> that the <code>Node</code>'s
+  <code><a href="#document">Document</a></code>'s tree.</p><p>The <code><a href="#document">Document</a></code> of a <code><a href="#node">Node</a></code> (such as an
+  element) is the <code><a href="#document">Document</a></code> that the <code><a href="#node">Node</a></code>'s
   <code title="">ownerDocument</code> IDL attribute returns. When a
-  <code>Node</code> is <a href="#in-a-document">in a <code>Document</code></a> then
-  that <code><a href="#document">Document</a></code> is always the <code>Node</code>'s
-  <code><a href="#document">Document</a></code>, and the <code>Node</code>'s <code title="">ownerDocument</code> IDL attribute thus always returns that
+  <code><a href="#node">Node</a></code> is <a href="#in-a-document">in a <code>Document</code></a> then
+  that <code><a href="#document">Document</a></code> is always the <code><a href="#node">Node</a></code>'s
+  <code><a href="#document">Document</a></code>, and the <code><a href="#node">Node</a></code>'s <code title="">ownerDocument</code> IDL attribute thus always returns that
   <code><a href="#document">Document</a></code>.</p><p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
-  traversal of DOM nodes involved (through the <code title="">parentNode</code>/<code title="">childNodes</code>
-  relationship).</p><p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
+  traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a href="#dom-node-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="#dom-node-childnodes">childNodes</a></code> relationship).</p><p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
   handled as if it was something else, this refers only to the
-  processing of the node after it is in the DOM. </p><p>The term <dfn id="text-node">text node</dfn> refers to any <code>Text</code>
-  node, including <code>CDATASection</code> nodes; specifically, any
-  <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
+  processing of the node after it is in the DOM. </p><p>The term <dfn id="text-node">text node</dfn> refers to any <code><a href="#text">Text</a></code>
+  node, including <code><a href="#cdatasection">CDATASection</a></code> nodes; specifically, any
+  <code><a href="#node">Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
   or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
   an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The construction "a <code>Foo</code> object", where
@@ -407,7 +408,7 @@
   that supports displaying content as part of the user agent's
   rendering of a <code><a href="#document">Document</a></code> object, but that neither acts
   as a <a href="browsers.html#child-browsing-context">child browsing context</a> of the
-  <code><a href="#document">Document</a></code> nor introduces any <code>Node</code> objects
+  <code><a href="#document">Document</a></code> nor introduces any <code><a href="#node">Node</a></code> objects
   to the <code><a href="#document">Document</a></code>'s DOM.</p><p>Typically such content handlers are provided by third parties,
   though a user agent can designate content handlers to be
   plugins.</p><p class="example">One example of a plugin would be a PDF viewer
@@ -452,7 +453,17 @@
   "OPTIONAL" in the normative parts of this document are to be
   interpreted as described in RFC2119. For readability, these words do
   not appear in all uppercase letters in this specification. <a href="references.html#refsRFC2119">[RFC2119]</a></p><p>This specification describes the conformance criteria for 
-  documents.</p><p>For compatibility with existing content and prior specifications,
+  documents.</p><p><dfn id="conforming-documents">Conforming documents</dfn> are those that comply with all
+  the conformance criteria for documents. For readability, some of
+  these conformance requirements are phrased as conformance
+  requirements on authors; such requirements are implicitly
+  requirements on documents: by definition, all documents are assumed
+  to have had an author. (In some cases, that author may itself be a
+  user agent &#8212; such user agents are subject to additional rules,
+  as explained below.)</p><p class="example">For example, if a requirement states that
+  "authors must not use the <code title="">foobar</code> element", it
+  would imply that documents are not allowed to contain elements named
+  <code title="">foobar</code>.</p><p>For compatibility with existing content and prior specifications,
   this specification describes two authoring formats: one based on XML
   (referred to as <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>), and one using a <a href="syntax.html#writing">custom format</a> inspired by SGML (referred to as
   <a href="syntax.html#syntax">the HTML syntax</a>). </p><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Comparing two strings in a <dfn id="case-sensitive">case-sensitive</dfn> manner means

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- text-level-semantics.html	29 Mar 2010 06:17:16 -0000	1.574
+++ text-level-semantics.html	1 Apr 2010 03:17:06 -0000	1.575
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -512,7 +514,9 @@
   used for attribution, or for satisfying licensing requirements.</p><p class="note">The <code><a href="#the-small-element">small</a></code> element does not
   "de-emphasize" or lower the importance of text emphasized by the
   <code><a href="#the-em-element">em</a></code> element or marked as important with the
-  <code><a href="#the-strong-element">strong</a></code> element.</p><p>The <code><a href="#the-small-element">small</a></code> element should not be used for extended
+  <code><a href="#the-strong-element">strong</a></code> element. To mark text as not emphasized or
+  important, simply do not mark it up with the <code><a href="#the-em-element">em</a></code> or
+  <code><a href="#the-strong-element">strong</a></code> elements respectively.</p><p>The <code><a href="#the-small-element">small</a></code> element should not be used for extended
   spans of text, such as multiple paragraphs, lists, or sections of
   text. It is only intended for short runs of text. The text of a page
   listing terms of use, for instance, would not be a suitable
@@ -1326,12 +1330,16 @@
    marked up:</p>
    <pre>&lt;article&gt;
  &lt;h2&gt;Kittens 'adopted' by pet rabbit&lt;/h2&gt;
- &lt;p&gt;&lt;b&gt;Six abandoned kittens have found an unexpected new
- mother figure &#8212; a pet rabbit.&lt;/b&gt;&lt;/p&gt;
+ &lt;p&gt;&lt;b class="lede"&gt;Six abandoned kittens have found an
+ unexpected new mother figure &#8212; a pet rabbit.&lt;/b&gt;&lt;/p&gt;
  &lt;p&gt;Veterinary nurse Melanie Humble took the three-week-old
  kittens to her Aberdeen home.&lt;/p&gt;
 <i>[...]</i></pre>
-  </div><p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when
+  </div><p>As with the <code><a href="#the-i-element">i</a></code> element, authors are encouraged to use
+  the <code title="attr-class"><a href="elements.html#classes">class</a></code> attribute on the
+  <code><a href="#the-b-element">b</a></code> element to identify why the element is being used, so
+  that if the style of a particular use is to be changed at a later
+  date, the author doesn't have to go through annotating each use.</p><p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when
   no other element is more appropriate. In particular, headings should
   use the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> to <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements, stress emphasis
   should use the <code><a href="#the-em-element">em</a></code> element, importance should be denoted

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- scripting-1.html	29 Mar 2010 06:17:15 -0000	1.21
+++ scripting-1.html	1 Apr 2010 03:17:05 -0000	1.22
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -346,8 +348,10 @@
   <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute. If the language
   is not that described by "<code title="">text/javascript</code>",
   then the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute must
-  be present, as described below.</p><p>When used to include data blocks, the data must be embedded
-  inline, the format of the data must be given using the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, and the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute must not be
+  be present, as described below.</p><p>When used to include data blocks (as opposed to scripts), the
+  data must be embedded inline, the format of the data must be given
+  using the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, and
+  the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute must not be
   specified.</p><p>The <dfn id="attr-script-type" title="attr-script-type"><code>type</code></dfn>
   attribute gives the language of the script or format of the data. If
   the attribute is present, its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME
@@ -372,7 +376,8 @@
   external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p><p>The <dfn id="attr-script-async" title="attr-script-async"><code>async</code></dfn> and
   <dfn id="attr-script-defer" title="attr-script-defer"><code>defer</code></dfn> attributes
   are <a href="common-microsyntaxes.html#boolean-attribute" title="boolean attribute">boolean attributes</a> that
-  indicate how the script should be executed.</p><p>There are three possible modes that can be selected using these
+  indicate how the script should be executed. These attributes must
+  not be specified when the element is used to include data blocks.</p><p>There are three possible modes that can be selected using these
   attributes. If the <code title="attr-script-async"><a href="#attr-script-async">async</a></code>
   attribute is present, then the script will be executed
   asynchronously, as soon as it is available. If the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is not present but

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- the-map-element.html	29 Mar 2010 06:17:16 -0000	1.20
+++ the-map-element.html	1 Apr 2010 03:17:07 -0000	1.21
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.573
retrieving revision 1.574
diff -u -d -r1.573 -r1.574
--- the-canvas-element.html	29 Mar 2010 06:17:16 -0000	1.573
+++ the-canvas-element.html	1 Apr 2010 03:17:07 -0000	1.574
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -380,7 +382,8 @@
 
    </dd>
 
-  </dl><p>Contexts are defined by other specifications.</p><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
+  </dl><p>Contexts are defined by other specifications, for example the 2D
+  Context specification. <a href="references.html#refs2DCONTEXT">[2DCONTEXT]</a></p><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
 
    <dd>
 

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -d -r1.566 -r1.567
--- tabular-data.html	29 Mar 2010 06:17:16 -0000	1.566
+++ tabular-data.html	1 Apr 2010 03:17:06 -0000	1.567
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -572,84 +574,84 @@
     <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the
     new value is not a <code><a href="#the-caption-element">caption</a></code> element, throws a
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a href="#dom-table-createcaption">createCaption</a></code>()</dt>
+   <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a href="#dom-table-createcaption">createCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-caption-element">caption</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="#dom-table-deletecaption">deleteCaption</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="#dom-table-deletecaption">deleteCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-caption-element">caption</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-tHead"><a href="#dom-table-thead">tHead</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tHead"><a href="#dom-table-thead">tHead</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-thead-element">thead</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-thead-element">thead</a></code> element. If the
     new value is not a <code><a href="#the-thead-element">thead</a></code> element, throws a
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a href="#dom-table-createthead">createTHead</a></code>()</dt>
+   <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a href="#dom-table-createthead">createTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-thead-element">thead</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="#dom-table-deletethead">deleteTHead</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="#dom-table-deletethead">deleteTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-thead-element">thead</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="#dom-table-tfoot">tFoot</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="#dom-table-tfoot">tFoot</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-tfoot-element">tfoot</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-tfoot-element">tfoot</a></code> element. If the
     new value is not a <code><a href="#the-tfoot-element">tfoot</a></code> element, throws a
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a href="#dom-table-createtfoot">createTFoot</a></code>()</dt>
+   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a href="#dom-table-createtfoot">createTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-tfoot-element">tfoot</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="#dom-table-deletetfoot">deleteTFoot</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="#dom-table-deletetfoot">deleteTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-tfoot-element">tfoot</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="#dom-table-tbodies">tBodies</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="#dom-table-tbodies">tBodies</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tbody-element">tbody</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a href="#dom-table-createtbody">createTBody</a></code>()</dt>
+   <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a href="#dom-table-createtbody">createTBody</a></code>()</dt>
    <dd>
     <p>Creates a <code><a href="#the-tbody-element">tbody</a></code> element, inserts it into the table, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a href="#dom-table-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a href="#dom-table-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, along with a <code><a href="#the-tbody-element">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
     <p>The position is relative to the rows in the table. The index &#8722;1 is equivalent to inserting at the end of the table.</p>
     <p>If the given position is less than &#8722;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="#dom-table-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="#dom-table-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table.</p>
     <p>The position is relative to the rows in the table. The index &#8722;1 is equivalent to deleting the last row of the table.</p>
     <p>If the given position is less than &#8722;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  </dl><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As the first element child of a <code><a href="#the-table-element">table</a></code> element.</dd>
@@ -765,23 +767,23 @@
   element has a parent and it is a <code><a href="#the-table-element">table</a></code>.</p><dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table section.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a href="#dom-tbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a href="#dom-tbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
     <p>The position is relative to the rows in the table section. The index &#8722;1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
     <p>If the given position is less than &#8722;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="#dom-tbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="#dom-tbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table section.</p>
     <p>The position is relative to the rows in the table section. The index &#8722;1 is equivalent to deleting the last row of the table section.</p>
     <p>If the given position is less than &#8722;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  </dl><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any
@@ -873,9 +875,9 @@
 
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements of the row.</p>
 
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a href="#dom-tr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a href="#dom-tr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 
    <dd>
 
@@ -906,9 +908,9 @@
     the index of the last cell, or if there are no cells, throws an
     <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
 
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  </dl><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd>
@@ -1056,7 +1058,10 @@
 
    <dd>
 
-    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list.</p>
+    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list. This does not necessarily
+    correspond to the <var title="">x</var>-position of the cell in
+    the table, since earlier cells might cover multiple rows or
+    columns.</p>
 
     <p>Returns 0 if the element isn't in a row.</p>
 
@@ -1064,7 +1069,7 @@
 
   </dl><h4 id="examples"><span class="secno">4.9.12 </span>Examples</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The following shows how might one mark up the bottom part of
   table 45 of the <cite>Smithsonian physical tables, Volume
-  71</cite>:</p><!-- Smithsonian physical tables, Volume 71: By Smithsonian Institution, Frederick Eugene Fowle; page 76 --><pre>&lt;table&gt;
+  71</cite>:</p><!-- Smithsonian physical tables, Volume 71: By Smithsonian Institution, Frederick Eugene Fowle; page 76 --><!-- from the reprint of the seventh revised edition; publication 2539, published 1921 --><pre>&lt;table&gt;
  &lt;caption&gt;Specification values: &lt;b&gt;Steel&lt;/b&gt;, &lt;b&gt;Castings&lt;/b&gt;,
  Ann. A.S.T.M. A27-16, Class B;* P max. 0.06; S max. 0.05.&lt;/caption&gt;
  &lt;thead&gt;
@@ -1072,7 +1077,7 @@
    &lt;th rowspan=2&gt;Grade.&lt;/th&gt;
    &lt;th rowspan=2&gt;Yield Point.&lt;/th&gt;
    &lt;th colspan=2&gt;Ultimate tensile strength&lt;/th&gt;
-   &lt;th rowspan=2&gt;Per sent elong. 50.8mm or 2 in.&lt;/th&gt;
+   &lt;th rowspan=2&gt;Per cent elong. 50.8mm or 2 in.&lt;/th&gt;
    &lt;th rowspan=2&gt;Per cent reduct. area.&lt;/th&gt;
   &lt;/tr&gt;
   &lt;tr&gt;

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- the-iframe-element.html	29 Mar 2010 06:17:16 -0000	1.35
+++ the-iframe-element.html	1 Apr 2010 03:17:07 -0000	1.36
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.801
retrieving revision 1.802
diff -u -d -r1.801 -r1.802
--- Overview.html	29 Mar 2010 06:17:13 -0000	1.801
+++ Overview.html	1 Apr 2010 03:17:02 -0000	1.802
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -306,7 +308,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3916.
+This is revision 1.3955.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -475,7 +477,7 @@
  <li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
   <ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a>
     <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li>
-     <li><a href="dom.html#security"><span class="secno">3.1.2 </span>Security</a></li>
+     <li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li>
      <li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li>
      <li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li>
      <li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></li></ol></li>
@@ -720,7 +722,7 @@
      <li><a href="association-of-controls-and-forms.html#constraints"><span class="secno">4.10.20 </span>Constraints</a>
       <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.20.1 </span>Definitions</a></li>
        <li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The constraint validation API</a></li>
-       <li><a href="association-of-controls-and-forms.html#security-0"><span class="secno">4.10.20.3 </span>Security</a></li></ol></li>
+       <li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.20.3 </span>Security</a></li></ol></li>
      <li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.21 </span>Form submission</a></li></ol></li>
    <li><a href="interactive-elements.html#interactive-elements"><span class="secno">4.11 </span>Interactive elements</a>
     <ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li>
@@ -840,7 +842,7 @@
        <li><a href="syntax.html#optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</a></li>
        <li><a href="syntax.html#element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</a></li>
        <li><a href="syntax.html#cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></li></ol></li>
-     <li><a href="syntax.html#text"><span class="secno">8.1.3 </span>Text</a>
+     <li><a href="syntax.html#text-0"><span class="secno">8.1.3 </span>Text</a>
       <ol><li><a href="syntax.html#newlines"><span class="secno">8.1.3.1 </span>Newlines</a></li></ol></li>
      <li><a href="syntax.html#character-references"><span class="secno">8.1.4 </span>Character references</a></li>
      <li><a href="syntax.html#cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</a></li>

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- history.html	29 Mar 2010 06:17:14 -0000	1.579
+++ history.html	1 Apr 2010 03:17:04 -0000	1.580
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- origin-0.html	29 Mar 2010 06:17:15 -0000	1.3
+++ origin-0.html	1 Apr 2010 03:17:05 -0000	1.4
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- common-input-element-attributes.html	29 Mar 2010 06:17:13 -0000	1.25
+++ common-input-element-attributes.html	1 Apr 2010 03:17:03 -0000	1.26
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- dom.html	29 Mar 2010 06:17:13 -0000	1.581
+++ dom.html	1 Apr 2010 03:17:03 -0000	1.582
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -292,7 +294,7 @@
    <a href="elements.html">3.2 Elements &#8594;</a>
   <ol class="toc"><li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
   <ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a>
-    <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li><li><a href="dom.html#security"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></li></ol></li></ol></li></ol></div>
+    <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></li></ol></li></ol></li></ol></div>
 
   <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every XML and HTML document in an HTML UA is represented by a
   <code><a href="#document">Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a>
@@ -303,7 +305,7 @@
   a <a href="#scroll-to-fragid" title="navigate-fragid">fragment identifier</a> on the
   page or when the <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> method is called
   with a new <a href="urls.html#url">URL</a>. </p><p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the
-  document's current address</a> in their user interface.</p><p>When a <code><a href="#document">Document</a></code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code>
+  document's current address</a> in their user interface.</p><p>When a <code><a href="#document">Document</a></code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
   or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
   APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the
   document's address</a> of the <a href="#script-s-document">script's document</a>.</p><p><code><a href="#document">Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
@@ -433,7 +435,7 @@
 };
 <a href="#document">Document</a> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
-  this interface are described in various different sections.</p><h4 id="security"><span class="secno">3.1.2 </span>Security</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents  raise a
+  this interface are described in various different sections.</p><h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents  raise a
   <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href="#htmldocument">HTMLDocument</a></code> object are accessed by scripts whose
   <a href="origin-0.html#effective-script-origin">effective script origin</a> is not the <a href="#same-origin" title="same
@@ -609,20 +611,16 @@
  &lt;p id="p3" class="bbb ccc"/&gt;
 &lt;/div&gt;</pre>
 
-   <p>A call to
-   <code>document.getElementById('example').getElementsByClassName('aaa')</code>
-   would return a <code><a href="#nodelist">NodeList</a></code> with the two paragraphs
-   <code>p1</code> and <code>p2</code> in it.</p>
+   <p>A call to <code title="">document.getElementById('example').getElementsByClassName('aaa')</code>
+   would return a <code><a href="#nodelist">NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
 
-   <p>A call to <code>getElementsByClassName('ccc&#160;bbb')</code>
-   would only return one node, however, namely <code>p3</code>. A call
-   to
-   <code>document.getElementById('example').getElementsByClassName('bbb&#160;&#160;ccc&#160;')</code>
+   <p>A call to <code title="">getElementsByClassName('ccc&#160;bbb')</code> would only
+   return one node, however, namely <code title="">p3</code>. A call
+   to <code title="">document.getElementById('example').getElementsByClassName('bbb&#160;&#160;ccc&#160;')</code>
    would return the same thing.</p>
 
-   <p>A call to <code>getElementsByClassName('aaa,bbb')</code> would
-   return no nodes; none of the elements above are in the "aaa,bbb"
-   class.</p>
+   <p>A call to <code title="">getElementsByClassName('aaa,bbb')</code> would return no
+   nodes; none of the elements above are in the "aaa,bbb" class.</p>
 
   </div><!-- v2:
 >         * xGetParentElementByClassName(rootElement, className, tagName) -
@@ -632,13 +630,13 @@
   attribute on the <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined
   along with the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> content
   attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><a href="#xml-documents">XML documents</a> can be created from script using the
-  <code title="dom-DOMImplementation-createDocument">createDocument()</code>
-  method on the <code>DOMImplementation</code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
+  <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
+  method on the <code><a href="#domimplementation">DOMImplementation</a></code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
   method:</p><pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="domhtmlimplementation">DOMHTMLImplementation</dfn> {
   <a href="#document">Document</a> <a href="#dom-domhtmlimplementation-createhtmldocument" title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</a>(in DOMString title);
 };
-<span>DOMImplementation</span> implements <a href="#domhtmlimplementation">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+<a href="#domimplementation">DOMImplementation</a> implements <a href="#domhtmlimplementation">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument</a></code>( <var title="">title</var> )</dt>
    <dd>
 
     <p>Returns a new <code><a href="#document">Document</a></code>, with a basic DOM already

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- embedded-content-1.html	29 Mar 2010 06:17:13 -0000	1.26
+++ embedded-content-1.html	1 Apr 2010 03:17:03 -0000	1.27
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -514,9 +516,11 @@
  &lt;p&gt;He would play in the morning, he would play in the evening.&lt;/p&gt;
 &lt;/article&gt;</pre>
 
-  </div><h5 id="alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (missing-alt) blocks progress to Last Call</span></p><p>The requirements for the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code>
-  attribute depend on what the image is intended to represent, as
-  described in the following sections.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href="text-level-semantics.html#the-a-element">a</a> element that is a <a href="links.html#hyperlink">hyperlink</a>,
+  </div><h5 id="alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (missing-alt) blocks progress to Last Call</span></p><p>Except where otherwise specified, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must be specified and its
+  value must not be empty; the value must be an appropriate
+  replacement for the image. The specific requirements for the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute depend on what the image
+  is intended to represent, as described in the following
+  sections.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.1.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href="text-level-semantics.html#the-a-element">a</a> element that is a <a href="links.html#hyperlink">hyperlink</a>,
   or a <code><a href="the-button-element.html#the-button-element">button</a></code> element, has no textual content but
   contains one or more images, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attributes must contain text that
   together convey the purpose of the link or button.</p><div class="example">

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- the-input-element.html	29 Mar 2010 06:17:16 -0000	1.19
+++ the-input-element.html	1 Apr 2010 03:17:07 -0000	1.20
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- grouping-content.html	29 Mar 2010 06:17:14 -0000	1.24
+++ grouping-content.html	1 Apr 2010 03:17:04 -0000	1.25
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- timers.html	29 Mar 2010 06:17:17 -0000	1.21
+++ timers.html	1 Apr 2010 03:17:07 -0000	1.22
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- elements.html	29 Mar 2010 06:17:13 -0000	1.33
+++ elements.html	1 Apr 2010 03:17:03 -0000	1.34
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- urls.html	29 Mar 2010 06:17:17 -0000	1.26
+++ urls.html	1 Apr 2010 03:17:07 -0000	1.27
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -472,7 +474,7 @@
    </dd>
 
   </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code> interface represents
-  a <a href="#collections" title="collections">collection</a> of <a href="forms.html#category-listed" title="category-listed">listed</a> elements in <code><a href="forms.html#the-form-element">form</a></code>
+  a <a href="#collections" title="collections">collection</a> of <a href="forms.html#category-listed" title="category-listed">listed elements</a> in <code><a href="forms.html#the-form-element">form</a></code>
   and <code><a href="forms.html#the-fieldset-element">fieldset</a></code> elements.</p><pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>()
   caller getter object <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
@@ -663,7 +665,7 @@
   strings</a>. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>Authors are strongly discouraged from using these, as they are
   notoriously unreliable and imprecise. Authors are encouraged to rely
   on explicit feature testing or the graceful degradation behavior
-  intrinsic to some of the features in this specification.</p><h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code>DOMException</code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
+  intrinsic to some of the features in this specification.</p><h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code><a href="#domexception">DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value="2"><dfn id="domstring_size_err"><code>DOMSTRING_SIZE_ERR</code></dfn></li>
    <li value="3"><dfn id="hierarchy_request_err"><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
    <li value="4"><dfn id="wrong_document_err"><code>WRONG_DOCUMENT_ERR</code></dfn></li>

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- iana.html	29 Mar 2010 06:17:14 -0000	1.29
+++ iana.html	1 Apr 2010 03:17:04 -0000	1.30
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- association-of-controls-and-forms.html	29 Mar 2010 06:17:13 -0000	1.22
+++ association-of-controls-and-forms.html	1 Apr 2010 03:17:03 -0000	1.23
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -292,7 +294,7 @@
    <a href="interactive-elements.html">4.11 Interactive elements &#8594;</a>
   <ol class="toc"><li><ol><li><ol><li><a href="association-of-controls-and-forms.html#association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</a></li><li><a href="association-of-controls-and-forms.html#attributes-common-to-form-controls"><span class="secno">4.10.19 </span>Attributes common to form controls</a>
       <ol><li><a href="association-of-controls-and-forms.html#naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</a></li><li><a href="association-of-controls-and-forms.html#enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</a></li><li><a href="association-of-controls-and-forms.html#autofocusing-a-form-control"><span class="secno">4.10.19.3 </span>Autofocusing a form control</a></li><li><a href="association-of-controls-and-forms.html#limiting-user-input-length"><span class="secno">4.10.19.4 </span>Limiting user input length</a></li><li><a href="association-of-controls-and-forms.html#form-submission-0"><span class="secno">4.10.19.5 </span>Form submission</a></li></ol></li><li><a href="association-of-controls-and-forms.html#constraints"><span class="secno">4.10.20 </span>Constraints</a>
-      <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.20.1 </span>Definitions</a></li><li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The constraint validation API</a></li><li><a href="association-of-controls-and-forms.html#security-0"><span class="secno">4.10.20.3 </span>Security</a></li></ol></li><li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.21 </span>Form submission</a></li></ol></li></ol></li></ol></div>
+      <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.20.1 </span>Definitions</a></li><li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The constraint validation API</a></li><li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.20.3 </span>Security</a></li></ol></li><li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.21 </span>Form submission</a></li></ol></li></ol></li></ol></div>
 
   <h4 id="association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <a href="forms.html#form-associated-element">form-associated element</a> can have a relationship
   with a <code><a href="forms.html#the-form-element">form</a></code> element, which is called the element's
@@ -572,11 +574,11 @@
  }
 &lt;/script&gt;</pre>
 
-  </div><h5 id="security-0"><span class="secno">4.10.20.3 </span>Security</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Servers should not rely on client-side validation. Client-side
-  validation can be intentionally bypassed by hostile users, and
-  unintentionally bypassed by users of older user agents or automated
-  tools that do not implement these features. The constraint
-  validation features are only intended to improve the user
+  </div><h5 id="security-forms"><span class="secno">4.10.20.3 </span>Security</h5><p id="security-0">Servers should not rely on client-side
+  validation. Client-side validation can be intentionally bypassed by
+  hostile users, and unintentionally bypassed by users of older user
+  agents or automated tools that do not implement these features. The
+  constraint validation features are only intended to improve the user
   experience, not to provide any kind of security mechanism.</p><h4 id="form-submission"><span class="secno">4.10.21 </span><dfn>Form submission</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>When forms are submitted, the data in the form is converted into
   the form specified by the <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a>, and then sent to the
   destination specified by the <a href="#concept-fs-action" title="concept-fs-action">action</a> using the given <a href="#concept-fs-method" title="concept-fs-method">method</a>.</p><p>For example, take the following form:</p><pre>&lt;form action="/find.cgi" method=get&gt;

Index: fragment-links.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/fragment-links.js,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- fragment-links.js	29 Mar 2010 04:57:08 -0000	1.45
+++ fragment-links.js	1 Apr 2010 03:17:03 -0000	1.46
@@ -1,4 +1,4 @@
-var fragment_links = { 'refsRFC1557':'references','attr-meter-high':'the-button-element','refsRFC1554':'references','dom-opener':'browsers','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'association-of-controls-and-forms','htmlfieldsetelement':'forms','conformance-requirements-for-authors':'introduction','the-root-element':'semantics','command-facet-type':'commands','valid-non-negative-integer':'common-microsyntaxes','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','activation':'editing','the-br-element':'grouping-content','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'urls','command-redo':'dnd','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'video','concept-facet':'commands','hierarchy_request_err':'urls','critical-subresources':'infrastructure','attr-script-async':'scripting-1','a-graphical-representation-of-som-of-the-surrounding-text':'embedded-content-1','math':'the-map-element','refsIANAPERMHEADERS':'references','attr-br-clear':'obsolete','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'common-input-element-attributes','the-cite-element':'text-level-semantics','attr-button-type':'the-button-element','attr-input-type-button-keyword':'the-input-element','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'the-button-element','concept-fe-disabled':'association-of-controls-and-forms','dom-feature-strings':'urls','root-element':'infrastructure','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','htmltitleelement':'semantics','character-references':'syntax','command-bold':'dnd','attr-hyperlink-media':'links','attr-object-align':'obsolete','u':'obsolete','syntax-start-tag':'syntax','html-mime-type':'infrastructure,'link-type-index':'links','command-facet-disabledstate':'commands','strike':'obsolete','browsing-the-web':'history','refsDOMRANGE':'references','attr-tr-bgcolor':'obsolete','the-img-element':'embedded-content-1','mq':'common-microsyntaxes','exceptions':'urls','scripting':'webappapis','valid-browsing-context-name-or-keyword':'browsers','attr-meta-http-equiv-refresh':'semantics','the-dfn-element':'text-level-semantics','times':'common-microsyntaxes','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','command-facet-checkedstate':'commands','refsRFC3279':'references','absolute-url':'urls','attr-p-align':'obsolete','concept-datetime-digit':'common-microsyntaxes','edits-and-paragraphs':'edits','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','unknown-images':'embedded-content-1','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dnd':'dnd','timers':'timers','meta-description':'semantics','validsimple-color':'common-microsyntaxes','quota_exceeded_err':'urls','the-div-element':'grouping-content','use-div-for-wrappers':'sections','refsDOMVIEWS':'references','media-element-attributes':'video','element-level-focus-apis':'editing','htmlmenuelement':'interactive-elements','attributes-0':'index','scripting-1':'scripting-1','scripting-0':'infrastructure','attr-input-alt':'number-state','writing':'syntax','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','history-0':'history','history-1':'introduction','weeks':'common-microsyntaxes','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','attr-textarea-cols':'the-button-element','attr-fieldset-disabled':'forms','htmldetailselement':'interactive-elements','event-media-progress':'video','domtokenlist-0':'urls','attr-base-href':'semantics','command-insertorderedlist':'dnd','command-unlink':'dnd','the-blockquote-element':'grouping-content','attr-object-type':'the-iframe-element','dom-media-have_enough_data':'video','attr-input-ype-email-keyword':'the-input-element','attr-textarea-readonly':'the-button-element','serialize_err':'urls','client-identification':'timers','attr-input-type-color-keyword':'the-input-element','concept-command':'commands','attr-ol-type':'obsolete','attr-fs-method-post-keyword':'association-of-controls-and-forms','htmlhrelement':'grouping-content','rb':'obsolete','standard-metadata-names':'semantics','command-insertparagraph':'dnd','attr-meta-http-equiv-default-style':'semantics','htmltextareaelement':'the-button-element','default-media':'semantics','refsRFC3548':'references','attr-link-urn':'obsolete','no_modification_allowed_err':'urls','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','attr-tdth-char':'obsolete','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','attr-fe-maxlength':'association-of-controls-and-forms','attr-media-preload-none-state':'video','sequential-focus-navigation':'editing','attr-fs-method-delete':'associaton-of-controls-and-forms','rank':'sections','network-states':'video','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','navigator':'timers','link-type-help':'links','set-of-comma-separated-tokens':'common-microsyntaxes','refsBECSS':'references','link-type-author':'links','attr-media-controls':'video','htmlmetaelement':'semantics','attr-script-charset':'scripting-1','htmlcollection-0':'urls','dom-location-hash':'history','dom-media-have_nothing':'video','attr-fe-autofocus':'association-of-controls-and-forms','in-a-document':'infrastructure','table-example-1':'tabular-data','dynamic-markup-insertion':'apis-in-html-documents','classes':'elements','the-multiple-attribute':'common-input-element-attributes','syntax-ambiguous-ampersand':'syntax','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','attr-button-value':'the-button-element','navigatorabilities':'timers','event-media-ratechange':'video','link-type-nofollow':'links','event-drag':dnd','refsRFC1345':'references','inuse_attribute_err':'urls','attr-object-declare':'obsolete','refsWIN31J':'references','the-title-element':'dom','pragma-set-default-language':'semantics','radio-button-state':'number-state','acknowledgements':'acknowledgements','htmlmapelement':'the-map-element','dom':'dom','the-mark-element':'text-level-semantics','concept-fs-target':'association-of-controls-and-forms','not_found_err':'urls','concept-datetime-local':'common-microsyntaxes','syntax':'syntax','colors':'common-microsyntaxes','outerhtml':'apis-in-html-documents','refsPROGRESS':'references','htmloptionscollection':'urls','radionodelist':'urls','domtokenlist':'urls','preferred-mime-name':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','custom-handlers':'timers','mathml-namespace':'urls','event-media-canplay':'video','refsFILEAPI':'references','attr-iframe-srcdoc':'the-iframeelement','the-col-element':'tabular-data','the-placeholder-attribute':'common-input-element-attributes','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','creator-browsing-context':'browsers','event-dragstart':'dnd','event-media-waiting':'video','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'the-button-element','active-document':'browsers','article-example':'sections','hidden-state':'states-of-the-type-attribute','refsRFC5724':'references','attr-li-value':'grouping-content','attr-command-type-keyword-checkbox':'interactive-elements','navigatoronline':'timers','refsORIGIN':'references','attr-button-type-button':'the-button-element','concept-option-value':'the-button-element','attr-head-profile':'obsolete','attr-tdth-charoff':'obsolete','form-associated-element':'forms','media-elements':'video','attr-tr-align':'obsolete','urls':'urls','mediaerror':'video','concept-section':'sections','attr-input-malength':'common-input-element-attributes','refsRFC3023':'references','attr-area-shape-rect':'the-map-element','radio-button-group':'number-state','attr-input-min':'common-input-element-attributes','e-mail-state':'states-of-the-type-attribute','htmlheadelement':'semantics','attr-input-type-url-keyword':'the-input-element','htmlembedelement':'the-iframe-element','syntax-errors':'introduction','htmlmediaelement':'video','character-encoding-declaration':'semantics','attr-keygen-challenge':'the-button-element','date-state':'states-of-the-type-attribute','link-type-tag':'links','attr-div-align':'obsolete','category-reset':'forms','the-dragevent-and-datatransfer-interfaces':'dnd','attr-input-type-text-keyword':'the-input-element','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-map-element','element-definitions':'elements','attr-fs-method-get':'association-of-controls-and-forms','command-delete':'dnd','concept-appcace-manifest-explicit':'offline','link-type-prev':'links','attr-fae-form':'association-of-controls-and-forms','attr-form-accept-charset':'forms','event-appcache-cached':'offline','attr-fs-formmethod':'association-of-controls-and-forms','xml-mime-type':'infrastructure','hashchangeevent':'history','htmlbrelement':'grouping-content','attr-img-hspace':'obsolete','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','attr-img-border':'obsolete','htmlkeygenelement':'the-button-element','the-body-element':'dom','heading-content':'content-models','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','the-output-element':'the-button-element','attr-input-type-image-keyword':'the-input-element','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'the-input-element','attr-col-charoff':'obsolete','htmltimeelement':'text-level-semantics','the-address-element':'sections','validation_err':'urls','category-label':'forms','collections':'urls','week-state':'states-of-the-type-attriute','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','scriptingLanguages':'scripting-1','event-dragover':'dnd','attr-hx-align':'obsolete','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'the-iframe-element','scrolling-elements-into-view':'editing','attr-background':'obsolete','refsRFC4281':'references','security':'dom','refsRFC4329':'references','domstringmap-0':'urls','paragraphs':'content-models','the-ins-element':'edits','attr-embed-type':'the-iframe-element','manually-releasing-the-storage-mutex':'timers','network_err':'urls','comments':'syntax','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','presentational-markup':'introduction','nested-browsing-context':'browsers','phrasing-content':'content-models','text-html-sandboxed':'iana','attr-meter-min':'the-button-element','tag-clouds':'links','event-media-seeking':'video','attr-command-disabled':'interactiv-elements','event-dragenter':'dnd','months':'common-microsyntaxes','attr-script-type':'scripting-1','creator-document':'browsers','refsMIMESNIFF':'references','htmltableelement':'tabular-data','reflecting-content-attributes-in-idl-attributes':'urls','refsATOM':'references','attr-param-type':'obsolete','attr-button-type-submit':'the-button-element','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','isindex-0':'obsolete','attr-source-media':'video','attr-area-nohref':'obsolete','index_size_err':'urls','attr-fs-formenctype':'association-of-controls-and-forms','attr-fs-action':'association-of-controls-and-forms','cdata-sections':'syntax','event-media-play':'video','command-facet-hiddenstate':'commands','refsSVG':'references','introduction-2':'offline','valid-date-or-time-string':'common-microsyntaxes','attr-media-preload-auto':'video','attr-media-preload-metadata':'video','command-insertunorderedlst':'dnd','the-directionality':'elements','attr-script-event':'obsolete','attr-select-size':'the-button-element','dom-mediaerror-media_err_aborted':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','willful-violation':'introduction','meta-generator':'semantics','attr-spellcheck':'editing','local-date-and-time-state':'states-of-the-type-attribute','webappapis':'webappapis','attr-a-charset':'obsolete','meta-keywords':'semantics','concept-datetime':'common-microsyntaxes','html-namespace':'infrastructure','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'links','attr-meta-content':'semantics','command-italic':'dnd','focus':'editing','attr-caption-align':'obsolete','attr-textarea-placeholder':'the-button-element','sequential-link-types':'links','attr-time-pubdate':'text-level-semantics','local-dates-and-times':'common-microsyntaxes','htmlselectelement':'the-button-eleent','valid-media-query':'common-microsyntaxes','beforeunloadevent':'history','xml-namespace':'urls','command-undo':'dnd','dir':'obsolete','timeranges':'video','attr-hyperlink-href':'links','attr-dataformatas':'obsolete','input-type-attr-summary':'the-input-element','obsolete':'obsolete','number-state':'number-state','event-media-playing':'video','secondary-browsing-contexts':'browsers','dom-media-have_current_data':'video','global-dates-and-times':'common-microsyntaxes','the-pre-element':'grouping-content','concept-submit-button':'forms','command-unselect':'dnd','refsSHIFTJIS':'references','htmldocument':'dom','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'the-iframe-element','refsECMA262':'references','command-selectall':'dnd','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'links','named-access-on-the-window-object':'browsers','attr-command-type-keyword-radio':'interactive-elements','sectioning-content':'content-models','synta-tag-name':'syntax','set-of-space-separated-tokens':'common-microsyntaxes','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'elements','style-default-media':'semantics','attr-hr-size':'obsolete','htmlparagraphelement':'grouping-content','not_supported_err':'urls','charset512':'semantics','refsRFC2483':'references','security_err':'urls','event-dragleave':'dnd','attr-object-standby':'obsolete','attr-mod-datetime':'edits','dom-media-have_metadata':'video','attr-input-type-range-keyword':'the-input-element','live':'infrastructure','scope':'introduction','attr-input-readonly':'common-input-element-attributes','attr-area-shape-keyword-circle':'the-map-element','attr-tabindex':'editing','printing':'timers','attr-link-media':'semantics','syntax-attribute-value':'syntax','xml-compatible':'infrastructure','htmlbuttonelement':'the-button-element','attr-fs-novalidate':'association-of-controls-and-forms','attr-input-type-reset-keyword':'the-input-element','attr-optgroup-label':'the-button-element,'context-menus':'interactive-elements','the-param-element':'the-iframe-element','charset':'semantics','auxiliary-browsing-context':'browsers','xhtml':'the-xhtml-syntax','history-traversal':'history','the-option-element':'the-button-element','common-idioms-without-dedicated-elements':'links','attr-script-src':'scripting-1','htmlareaelement':'the-map-element','refsCOOKIES':'references','attr-hyperlink-type':'links','appcacheevents':'offline','outline':'sections','attr-select-multiple':'the-button-element','attr-iframe-sandbox':'the-iframe-element','dom-location-pathname':'history','the-span-element':'text-level-semantics','definitions':'association-of-controls-and-forms','the-form-element':'forms','effective-script-origin':'origin-0','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','location-of-the-media-resource':'video','a-quick-introduction-to-html':'introduction','htmlquoteelement':'grouping-content','attr-input-autocomplete':'common-input-element-attributes','command-fact-id':'commands','user-prompts':'timers','forms':'forms','closing-the-input-stream':'apis-in-html-documents','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','attr-object-data':'the-iframe-element','recommended-reading':'introduction','conversations':'links','attr-tdth-height':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','category-listed':'forms','refsUTF8DET':'references','attr-hyperlink-usemap':'the-map-element','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','other-metadata-names':'semantics','the-required-attribute':'common-input-element-attributes','authors-using-xhtml':'iana','manifests':'offline','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'dnd','attr-dl-compact':'obsolete','htmlhtmlelement':'semantics','htmlunknownelement':'elements','sectioning-root':'sections','the-size-attribute':'common-input-element-attributes','htmllinkelement':'semantics','heading-content-0':'conent-models','text-html':'iana','valid-list-of-integers':'common-microsyntaxes','attr-hr-width':'obsolete','the-style-attribute':'elements','image-maps':'the-map-element','origin':'origin-0','the-document-s-current-address':'dom','blink':'obsolete','elements-0':'syntax','elements-1':'index','doctype-legacy-string':'syntax','error-codes':'video','the-q-element':'text-level-semantics','event-media-emptied':'video','syntax-charref':'syntax','attr-input-type-radio-keyword':'the-input-element','the-figure-element':'grouping-content','semantics':'semantics','attr-tbody-valign':'obsolete','concept-time':'common-microsyntaxes','syntax-cdata':'syntax','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'common-input-element-attributes','refsRFC2237':'references','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','optional-tags':'syntax','attr-link-sizes':'links','refsGRAPHICS':'references','the-document-s-address':'dom','attr-th-scope-row':'tabular-data','event-pagehide':'histoy','type_mismatch_err':'urls','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','event-pageshow':'history','element-content-categories':'index','attr-fe-disabled':'association-of-controls-and-forms','general-guidelines':'embedded-content-1','the-bdo-element':'text-level-semantics','the-article-element':'sections','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','attr-input-checked':'the-input-element','spacer':'obsolete','the-aside-element':'sections','a-sample-manifest':'offline','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'sections','xml':'infrastructure','syntax_err':'urls','link-type-last':'links','refsWHATWGWIKI':'references','the-min-and-max-attributes':'common-input-element-attributes','category-submit':'forms','attr-area-shape-default':'the-map-element','xmp':'obsolete','attributes-common-to-form-controls':'association-of-controls-and-forms','image-map':'the-map-element','attr-output-for':'the-button-elment','htmllegendelement':'forms','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'text-level-semantics','nobr':'obsolete','attr-iframe-align':'obsolete','command-insertlinebreak':'dnd','svg-namespace':'urls','attr-map-name':'the-map-element','attributes-common-to-td-and-th-elements':'tabular-data','document.writeln':'apis-in-html-documents','attr-link-methods':'obsolete','command-subscript':'dnd','attr-source-src':'video','the-var-element':'text-level-semantics','attr-script-language':'obsolete','the-undomanagerevent-interface-and-the-undo-and-redo-events':'dnd','the-summary-element':'interactive-elements','refsGREGORIAN':'references','the-header-element':'sections','attr-option-selected':'the-button-element','infrastructure':'infrastructure','form-submission':'association-of-controls-and-forms','the-th-element':'tabular-data','svg-0':'the-map-element','dom-appcache-updateready':'offline','security-0':'association-of-controls-and-forms','joint-session-history':'history','attr-media-reload':'video','dates':'common-microsyntaxes','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','valid-non-empty-url':'urls','parse_err':'urls','concept-appcache-manifest-fallback':'offline','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':'urls','attr-iframe-name':'the-iframe-element','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','making-entire-documents-editable':'editing','documentSelection':'editing','htmlbaseelement':'semantics','attr-media-loop':'video','the-area-element':'the-map-element','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','attr-keygen-keytype':'the-button-element','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'number-state','time-ranges':'video','plugin':'infrastructure','attr-area-shape-keyword-default':'the-map-element','refsWIN1254':'references','dom-dcument-open':'apis-in-html-documents','htmlbodyelement':'sections','boolean-attributes':'common-microsyntaxes','refsARIAIMPL':'references','domstring_size_err':'urls','refsCORS':'references','the-dt-element':'grouping-content','events':'webappapis','table-descriptions':'tabular-data','the-map-element':'the-map-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'the-button-element','the-window-object':'browsers','editing-apis':'dnd','the-object-element':'the-iframe-element','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','refsRFC2045':'references','refsRFC2046':'references','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','the-li-element':'grouping-content','design-notes':'introduction','attr-hyperlink-hreflang':'links','element-restrictions':'syntax','refsNPAPI':'references','compliance-with-other-specifications':'introduction','the-thead-element':'tabular-data','event-hashchange':'history','the-p-element':'gouping-content','the-del-element':'edits','event-media-loadstart':'video','noembed':'obsolete','htmltablecolelement':'tabular-data','wbr':'obsolete','browsing-context':'browsers','restrictions-on-content-models-and-on-attribute-values':'introduction','refsWIN874':'references','audience':'introduction','color-state':'number-state','the-dl-element':'grouping-content','rel-sidebar-hyperlink':'links','x-that':'introduction','lists-of-integers':'common-microsyntaxes','external-resource-link':'semantics','elements':'elements','attr-base-target':'semantics','syntax-elements':'syntax','attributes-common-to-ins-and-del-elements':'edits','attr-table-summary':'tabular-data','date-and-time-state':'states-of-the-type-attribute','concept-appcache-manifest-network':'offline','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-fs-method-post':'association-of-controls-and-forms','dom-media-network_empty':'video','attr-object-code':'obsolete','title-on-style':'semantics','attr-link-charset':'obsolete''browsing-context-nested-through':'browsers','dom-trees':'infrastructure','annotations-for-assistive-technology-products-aria':'content-models','dom-mediaerror-media_err_decode':'video','parent-browsing-context':'browsers','references':'references','refsWEBIDL':'references','invalid_access_err':'urls','attr-optgroup-disabled':'the-button-element','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','attr-input-type-month-keyword':'the-input-element','the-title-attribute':'elements','attr-source-type':'video','styling':'semantics','attr-input-autocomplete-on-state':'common-input-element-attributes','inline-documentation-for-external-scripts':'scripting-1','the-code-element':'text-level-semantics','toolbar-state':'interactive-elements','htmlimageelement':'embedded-content-1','attr-table-rules':'obsolete','refsWEBSTORAGE':'references','attr-img-align':'obsolete','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','te-legend-element':'forms','attr-command-title':'interactive-elements','mathml':'the-map-element','undomanagerevent':'dnd','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'links','checkbox-state':'number-state','attr-fs-method-put':'association-of-controls-and-forms','the-time-element':'text-level-semantics','concept-id':'elements','obsolete-but-conforming-features':'obsolete','link-type-alternate':'links','refsXMLBASE':'references','an-image-not-intended-for-the-user':'embedded-content-1','refsHTMLDIFF':'references','command-facet-action':'commands','dom-outerhtml':'apis-in-html-documents','htmlolistelement':'grouping-content','anonymous-command':'commands','fallback-content':'content-models','refsRFC1034':'references','keywords-and-enumerated-attributes':'common-microsyntaxes','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','refsRFC1922':'references','browsers':'browsers','alt':'embedded-content-1''tt':'obsolete','invalid_state_err':'urls','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','foreign-elements':'syntax','the-ruby-element':'text-level-semantics','command-inserthtml':'dnd','application-cache-api':'offline','the-session-history-of-browsing-contexts':'history','concept-fs-method':'association-of-controls-and-forms','the-link-is-an-alternative-stylesheet':'links','ascii-compatible-character-encoding':'infrastructure','form-submission-0':'association-of-controls-and-forms','the-meter-element':'the-button-element','plugins':'infrastructure','refsMQ':'references','htmloptionscollection-0':'urls','terminology-0':'urls','attr-input-placeholder':'common-input-element-attributes','flow-content-0':'content-models','html-elements':'infrastructure','attr-meter-low':'the-button-element','attr-script-defer':'scripting-1','attr-iframe-frameborder':'obsolete','windowtimers':'timers','states-of-the-type-attribute':'states-of-the-type-attribute','url_mismatch_err':'urls','attr-h-color':'obsolete','attr-ol-compact':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','link-type-first':'links','attr-a-urn':'obsolete','event-media-timeupdate':'video','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','attr-ul-type':'obsolete','namespace_err':'urls','introduction-4':'dnd','introduction-0':'forms','introduction-3':'webappapis','the-button-element':'the-button-element','the-ol-element':'grouping-content','void-elements':'syntax','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','file-upload-state':'number-state','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','refsCSSUI':'references','history':'history','refsRFC3490':'references','ascii-case-insensitive':'infrastructure','telephone-state':'states-of-the-type-attribute','numbers':'common-microsntaxes','default-view':'browsers','writing-cache-manifests':'offline','undomanager':'dnd','attr-tdth-rowspan':'tabular-data','menus':'interactive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','attr-media-preload-metadata-state':'video','attr-mod-cite':'edits','enabling-and-disabling-form-controls':'association-of-controls-and-forms','reflect':'urls','htmlaudioelement':'video','refsXPATH10':'references','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'elements','htmlmodelement':'edits','meta-application-name':'semantics','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','valid-date-or-time-string-in-content':'common-microsyntaxes','refsCESU8':'references','interactive-content-0':'content-models','the-nav-element':'sections','seeking':'video','event-media-pause':'video','refsBOCU1':'references','conformance-requirements':'infrastructure','the-footer-element':'sectios','concept-option-label':'the-button-element','auxiliary-browsing-contexts':'browsers','attr-table-datapagesize':'obsolete','attr-textarea-required':'the-button-element','refsRFC2119':'references','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','attr-area-shape-keyword-poly':'the-map-element','attr-option-value':'the-button-element','valid-url':'urls','attr-input-type-password-keyword':'the-input-element','attr-param-name':'the-iframe-element','the-select-element':'the-button-element','attr-embed-align':'obsolete','attr-blockquote-cite':'grouping-content','attr-input-required':'common-input-element-attributes','invalid_modification_err':'urls','offline':'offline','attr-img-src':'embedded-content-1','attr-lang':'elements','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','selection-0':'editing','expiring-application-caches':'offline','preceded-or-followed':'content-models','month-state':'states-of-the-type-attribute','attr-object-classid':'obsolete','iplementing-the-server-side-processing-for-a-form':'forms','limiting-user-input-length':'association-of-controls-and-forms','attr-a-name':'obsolete','script':'scripting-1','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'number-state','button-state':'number-state','list-state':'interactive-elements','attr-object-border':'obsolete','hyperlink-link':'semantics','dragevent':'dnd','pragma-directives':'semantics','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','simple-dialogs':'timers','attr-li-type':'obsolete','text-content':'content-models','hierarchical-link-types':'links','attr-input-step':'common-input-element-attributes','dndevents':'dnd','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'content-models','htmloutputelement':'the-button-element','command-api':'commands','htmlallcollection':'urls','attr-tr-chr':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','syntax-doctype':'syntax','html-namespace-0':'urls','attr-body-alink':'obsolete','range-state':'number-state','attr-area-shape-keyword-rect':'the-map-element','session-history':'history','attr-table-border':'obsolete','xlink-namespace':'urls','attr-input-type-week-keyword':'the-input-element','maximum-allowed-value-length':'association-of-controls-and-forms','htmlpreelement':'grouping-content','the-draggable-attribute':'dnd','refsCHARMOD':'references','datatransfer':'dnd','attr-meta-name':'semantics','windows':'browsers','command-facet-label':'commands','attr-area-shape':'the-map-element','attr-style-title':'semantics','refsIANACHARSET':'references','attributes-for-form-submission':'association-of-controls-and-forms','htmlvideoelement':'video','attr-fs-method-put-keyword':'association-of-controls-and-forms','html-vs-xhtml':'introduction','the-xhtml-syntax':'the-xhtml-syntax','font':'obsolete','attr-option-disabled':'the-buttn-element','attr-a-shape':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','domsettabletokenlist-0':'urls','the-autocomplete-attribute':'common-input-element-attributes','refsXMLNS':'references','attr-input-type-tel-keyword':'the-input-element','restrictions-for-contents-of-script-elements':'scripting-1','association-of-controls-and-forms':'association-of-controls-and-forms','attr-col-valign':'obsolete','the-label-element':'forms','furthest-ancestor-browsing-context':'browsers','refsHATOM':'references','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'association-of-controls-and-forms','user-interface':'video','attr-hyperlink-rel':'links','text-node':'infrastructure','command-insertimage':'dnd','attr-ol-start':'grouping-content','formatblock-candidate':'dnd','state-object':'history','attr-input-type-submit-keyword':'the-input-element','embedded-content':'content-models','interfaces':'index','collections-0':'urls','vent-media-ended':'video','attr-link-title':'semantics','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'links','refsRFC2781':'references','context':'the-canvas-element','document.write':'apis-in-html-documents','htmlsourceelement':'video','attr-html-version':'obsolete','domsettabletokenlist':'urls','attr-input-pattern':'common-input-element-attributes','the-accesskey-attribute':'editing','insertadjacenthtml':'apis-in-html-documents','tag-cloud':'links','attr-th-scope-rowgroup':'tabular-data','xmlns-namespace':'urls','dom-appcache-downloading':'offline','attr-object-codebase':'obsolete','refsSELECTORS':'references','htmlprogresselement':'the-button-element','attr-input-type-datetime-keyword':'the-input-element','attr-embed-name':'obsolete','attr-textarea-wrap-hard-state':'the-button-element','the-table-element':'tabular-data','event-popstate':'history','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','attr-table-frme':'obsolete','attr-input-type-datetime-local-keyword':'the-input-element','attr-media-preload-none':'video','multicol':'obsolete','attr-table-width':'obsolete','writing-a-form-s-user-interface':'forms','concept-fs-enctype':'association-of-controls-and-forms','attr-tdth-align':'obsolete','ancestor-browsing-context':'browsers','url-decomposition-idl-attributes':'urls','attr-fs-formtarget':'association-of-controls-and-forms','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','attr-table-cellspacing':'obsolete','attr-object-name':'the-iframe-element','attr-area-coords':'the-map-element','embedding-custom-non-visible-data':'elements','wrong_document_err':'urls','dom-location-protocol':'history','syntax-tags':'syntax','compatibility-caseless':'infrastructure','newlines':'syntax','attr-xml-lang':'elements','attr-meter-optimum':'the-button-element','the-ul-element':'grouping-content','metadata-content-0':'content-models','location:'history','event-media-abort':'video','concept-rel-extensions':'links','attr-form-name':'forms','big':'obsolete','attr-command-icon':'interactive-elements','dom-appcache-idle':'offline','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'commands','ignore':'infrastructure','valid-local-date-and-time-string':'common-microsyntaxes','dom-media-network_idle':'video','terminology':'infrastructure','the-title-element-0':'semantics','refsRFC1468':'references','valid-floating-point-number':'common-microsyntaxes','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'association-of-controls-and-forms','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','opening-the-input-stream':'apis-in-html-documents','refsCSSCOLOR':'references','attr-textarea-rows':'the-button-element','the-list-attribute':'common-input-element-attributes','the-noscript-element':'scripting-1','interactive-content':'content-models','dom-location-search':'history','attr-ifram-src':'the-iframe-element','refsRFC5322':'references','valid-browsing-context-name':'browsers','command-facet-accesskey':'commands','attr-input-type-number-keyword':'the-input-element','attr-fs-method-get-keyword':'association-of-controls-and-forms','refsRFC2313':'references','refsRFC2646':'references','attr-link-sizes-any':'links','refsRFC2318':'references','refsRFC1842':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','attr-fs-method':'association-of-controls-and-forms','refsX690':'references','sections':'sections','dom-navigator-registerprotocolhandler':'timers','document-metadata':'semantics','refsCOMPUTABLE':'references','htmlulistelement':'grouping-content','attr-input-align':'obsolete','the-iframe-element':'the-iframe-element','refsMAILTO':'references','current-entry-of-the-joint-session-history':'history','htmlparamelement':'the-iframe-element','attr-hyperlink-target':'links','reset-button-state':'numberstate','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','refsCSSOM':'references','intro-early-example':'introduction','refsISO885911':'references','attr-command-type':'interactive-elements','attr-col-char':'obsolete','valid-e-mail-address':'states-of-the-type-attribute','attr-th-scope-auto':'tabular-data','attr-input-list':'common-input-element-attributes','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','refsGBK':'references','mediaevents':'video','text-state-and-search-state':'states-of-the-type-attribute','non-negative-integers':'common-microsyntaxes','valid-month-string':'common-microsyntaxes','syntax-attribute-name':'syntax','htmloptgroupelement':'the-button-element','documents-in-the-dom':'dom','svg':'the-map-element','attr-button-type-reset':'the-button-element','the-pattern-attribute':'common-input-element-attributes','source-defult-media':'video','attr-input-max':'common-input-element-attributes','event-media-volumechange':'video','headings-and-sections':'sections','event-dragend':'dnd','concept-week':'common-microsyntaxes','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'common-microsyntaxes','attr-iframe-seamless':'the-iframe-element','event-media-error':'video','valid-week-string':'common-microsyntaxes','the-dd-element':'grouping-content','attr-data':'elements','categories':'forms','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','unloading-documents':'history','dimension-attributes':'the-map-element','attr-embed-src':'the-iframe-element','video':'video','attr-img-name':'obsolete','index':'index','the-hgroup-element':'sections','events-0':'index','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxs','attr-contextmenu':'interactive-elements','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','attr-fs-target':'association-of-controls-and-forms','event-media-durationchange':'video','the-head-element':'dom','a-key-part-of-the-content':'embedded-content-1','refsSCSU':'references','htmldivelement':'grouping-content','media-element':'video','the-constraint-validation-api':'association-of-controls-and-forms','link-type-pingback':'links','the-hr-element':'grouping-content','dom-media-network_no_source':'video','link-type-next':'links','child-browsing-context':'browsers','attr-fs-formaction':'association-of-controls-and-forms','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','htmlformcontrolscollection-0':'urls','htmlmeterelement':'the-button-element','noframes':'obsolete','an-iframe-srcdoc-document':'the-iframe-element','refsCSS':'references','the-step-attribute':'common-input-element-attributes','concept-meta-extensions':'semantics','text-field-selection':'diting','signed-integers':'common-microsyntaxes','htmllielement':'grouping-content','attr-img-vspace':'obsolete','windowmodal':'timers','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','hyperlink-elements':'links','browser-state':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','attr-style-media':'semantics','links':'links','refsDOMEVENTS':'references','event-appcache-checking':'offline','refsARIA':'references','attr-meta-http-equiv':'semantics','htmldatalistelement':'the-button-element','refsUTR36':'references','the-sub-and-sup-elements':'text-level-semantics','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','origin-0':'origin-0','event-appcache-obsolete':'offline','attr-img-alt':'embedded-content-1','dom-appcache-checking':'offline','refsXML':'references','attr-iframe-marginwidth':'obsolete','the-link-element':'semantics','command-superscript':'dnd','applicationcache':'offline','concept-fs-novlidate':'association-of-controls-and-forms','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'the-input-element','htmlinputelement':'the-input-element','htmloptionelement':'the-button-element','attr-input-type-file-keyword':'the-input-element','the-base-element':'semantics','attr-input-type-checkbox-keyword':'the-input-element','transparent':'content-models','event-handler-content-attributes':'webappapis','linkTypes':'links','the-html-element':'dom','structure-of-this-specification':'introduction','refsMATHML':'references','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','link-type-archives':'links','attr-table-cellpadding':'obsolete','a-type-that-the-user-agent-knows-it-cannot-render':'video','constraints':'association-of-controls-and-forms','attr-input-multiple':'common-input-element-attributes','meta':'semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','refsPNG':'references','dom-link-disabled':'semantics','the-hidden-attrbute':'editing','attr-a-rev':'obsolete','attr-input-accept':'number-state','htmltablesectionelement':'tabular-data','secondary-browsing-context':'browsers','undo':'dnd','link-type-external':'links','refsHTTP':'references','attr-a-methods':'obsolete','usage-summary':'text-level-semantics','system-state-and-capabilities':'timers','attr-details-open':'interactive-elements','content-models':'content-models','htmltabledatacellelement':'tabular-data','footnotes':'links','other-link-types':'links','attr-abbr-title':'text-level-semantics','attr-script-for':'obsolete','refsABOUT':'references','no_data_allowed_err':'urls','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','attr-area-alt':'the-map-element','represented-by-the-collection':'urls','the-xml:base-attribute-xml-only':'elements','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'content-models','htmleleent':'elements','attr-img-longdesc':'obsolete','enumerated-attribute':'common-microsyntaxes','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','space-separated-tokens':'common-microsyntaxes','htmlallcollection-0':'urls','refsPINGBACK':'references','xml-documents':'dom','attr-menu-type':'interactive-elements','attr-input-value':'the-input-element','semantics-0':'elements','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','metadata-content':'content-models','attr-object-vspace':'obsolete','documents':'dom','invalid_character_err':'urls','attr-object-hspace':'obsolete','refsXSLT10':'references','attr-datasrc':'obsolete','attr-meta-charset':'semantics','command-inserttext':'dnd','attr-command-type-state-radio':'interactive-elements','the-selection':'editing','configuring-a-form-to-communicate-with-a-server':'forms','attr-tdth-width':'obsolete','htmlcanvaselement':'the-canvas-element','refsJSURL':'references','url':'urls','obsolete-permitted-doctyp-string':'syntax','the-ready-states':'video','selection':'editing','text':'syntax','attr-col-align':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','rcdata-elements':'syntax','html-documents':'dom','fully-active':'browsers','attr-dfn-title':'text-level-semantics','the-html-element-0':'semantics','dom-location-port':'history','attr-body-bgcolor':'obsolete','refsPSL':'references','comma-separated-tokens':'common-microsyntaxes','ready-for-editing-host-commands':'dnd','dialogs-implemented-using-separate-documents':'timers','the-figcaption-element':'grouping-content','client-side-form-validation':'forms','refsEUCKR':'references','password-state':'states-of-the-type-attribute','the-kbd-element':'text-level-semantics','view':'browsers','the-head-element-0':'semantics','x-this':'introduction','concept-month':'common-microsyntaxes','attr-video-poster':'video','normal-elements':'syntax','link-type-prefetch':'links','the-tfoot-element':'tabular-data','basefont':'obsolete','the-daalist-element':'the-button-element','attr-table-bgcolor':'obsolete','link-type-up':'links','commands':'commands','flow-content':'content-models','command-forwarddelete':'dnd','common-dom-interfaces':'urls','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'embedded-content-1','attr-meta-scheme':'obsolete','attributes':'syntax','refsBCP47':'references','valid-date-string':'common-microsyntaxes','attr-canvas-width':'the-canvas-element','concept-date':'common-microsyntaxes','abort_err':'urls','event-media-seeked':'video','form-owner':'association-of-controls-and-forms','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','attr-input-src':'number-state','attr-col-width':'obsolete','attr-tr-valign':'obsolete','attr-input-type':'the-input-element','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','valid-integer':'common-microsyntaxes','eent-handlers':'webappapis','attr-object-codetype':'obsolete','dom-media-network_loading':'video','nested-browsing-contexts':'browsers','command-createlink':'dnd','attr-media-autoplay':'video','htmldlistelement':'grouping-content','attr-progress-value':'the-button-element','link-type-search':'links','attr-body-vlink':'obsolete','other-pragma-directives':'semantics','htmlformcontrolscollection':'urls','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','textFieldSelection':'editing','audio':'video','event-media-canplaythrough':'video','htmlcollection':'urls','attr-tdth-nowrap':'obsolete','global-attributes':'elements','the-section-element':'sections','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','attr-input-autocomplete-off-state':'common-input-element-attributes','attr-fs-enctype-text':'association-of-controls-and-forms','autofocusing-a-form-control':'association-of-controls-and-forms','nextid':'obsolete','syntax-end-tag':'syntax','elments-in-the-dom':'elements','attr-link-hreflang':'semantics','raw-text-elements':'syntax','outlines':'sections','attr-area-shape-poly':'the-map-element','dom-function-call':'webappapis','the-fieldset-element':'forms','innerhtml':'apis-in-html-documents','attr-a-coords':'obsolete','attr-link-target':'obsolete','dom-navigator-registercontenthandler':'timers','attr-command-label':'interactive-elements','how-to-read-this-specification':'introduction','attr-link-rel':'semantics','htmlformelement':'forms','refsUAAG':'references','attr-body-link':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','htmlanchorelement':'text-level-semantics','attr-textarea-wrap':'the-button-element','attr-datafld':'obsolete','the-dir-attribute':'elements','the-doctype':'syntax','dom-location-hostname':'history','common-microsyntaxes':'common-microsyntaxes','refsUTF7':'references','event-appcache-error':'offline','meta-author':'semantics','the-small-element':'text-level-semantics','custom-data-attribute':'eleents','session-history-entry':'history','refsWIN949':'references','common-input-element-apis':'common-input-element-attributes','offsets-into-the-media-resource':'video','command-facet-icon':'commands','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'timers','url-state':'states-of-the-type-attribute','mime-type':'infrastructure','valid-hash-name-reference':'common-microsyntaxes','attr-command-type-keyword-command':'interactive-elements','command-facet-hint':'commands','loading-the-media-resource':'video','time-state':'states-of-the-type-attribute','application-xhtml-xml':'iana','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'common-microsyntaxes','pagetransitionevent':'history','home-subtree':'infrastructure','media-data':'video','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','text-level-semantics':'text-level-semantics','barprop':'browsers','function':'webappapis','serializability-of-script-execution':'intrduction','attr-input-type-search-keyword':'the-input-element','editing':'editing','concept-http-equiv-extensions':'semantics','attr-textarea-maxlength':'the-button-element','dom-location-host':'history','the-undomanager-interface':'dnd','attr-legend-align':'obsolete','end-tags':'syntax','mime-types':'video','valid-lowercase-simple-color':'common-microsyntaxes','named-character-references':'named-character-references','cdata-rcdata-restrictions':'syntax','rel-icon':'links','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','grouping-content':'grouping-content','authors-using-html':'iana','syntax-tag-omission':'syntax','event-appcache-downloading':'offline','the-optgroup-element':'the-button-element','attr-canvas-height':'the-canvas-element','current-entry':'history','refsUNICODE':'references','refsRFC2426':'references','refsRFC2425':'references','htmllabelelement':'forms','attr-input-autocomplete-default-state':'common-input-element-attributes','starttags':'syntax','content-categories':'content-models','browsing-context-names':'browsers','submit-button-state':'number-state','concept-select-option-list':'the-button-element' };
+var fragment_links = { 'refsRFC1557':'references','attr-meter-high':'the-button-element','refsRFC1554':'references','dom-opener':'browsers','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'association-of-controls-and-forms','htmlfieldsetelement':'forms','conformance-requirements-for-authors':'introduction','the-root-element':'semantics','command-facet-type':'commands','valid-non-negative-integer':'common-microsyntaxes','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','activation':'editing','the-br-element':'grouping-content','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'urls','command-redo':'dnd','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'video','concept-facet':'commands','hierarchy_request_err':'urls','critical-subresources':'infrastructure','attr-script-async':'scripting-1','a-graphical-representation-of-som-of-the-surrounding-text':'embedded-content-1','math':'the-map-element','refsIANAPERMHEADERS':'references','attr-br-clear':'obsolete','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'common-input-element-attributes','the-cite-element':'text-level-semantics','attr-button-type':'the-button-element','attr-input-type-button-keyword':'the-input-element','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'the-button-element','concept-fe-disabled':'association-of-controls-and-forms','dom-feature-strings':'urls','root-element':'infrastructure','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','htmltitleelement':'semantics','character-references':'syntax','command-bold':'dnd','attr-hyperlink-media':'links','attr-object-align':'obsolete','u':'obsolete','syntax-start-tag':'syntax','html-mime-type':'infrastructure,'link-type-index':'links','command-facet-disabledstate':'commands','strike':'obsolete','browsing-the-web':'history','refsDOMRANGE':'references','attr-tr-bgcolor':'obsolete','the-img-element':'embedded-content-1','mq':'common-microsyntaxes','exceptions':'urls','scripting':'webappapis','valid-browsing-context-name-or-keyword':'browsers','attr-meta-http-equiv-refresh':'semantics','the-dfn-element':'text-level-semantics','times':'common-microsyntaxes','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','syntax-attributes':'syntax','command-facet-checkedstate':'commands','refsRFC3279':'references','absolute-url':'urls','attr-p-align':'obsolete','concept-datetime-digit':'common-microsyntaxes','edits-and-paragraphs':'edits','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','unknown-images':'embedded-content-1','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dnd':'dnd','timers':'timers','meta-description':'semantics','validsimple-color':'common-microsyntaxes','quota_exceeded_err':'urls','the-div-element':'grouping-content','use-div-for-wrappers':'sections','refsDOMVIEWS':'references','media-element-attributes':'video','element-level-focus-apis':'editing','htmlmenuelement':'interactive-elements','attributes-0':'index','scripting-1':'scripting-1','scripting-0':'infrastructure','attr-input-alt':'number-state','writing':'syntax','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','history-0':'history','history-1':'introduction','weeks':'common-microsyntaxes','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','attr-textarea-cols':'the-button-element','attr-fieldset-disabled':'forms','htmldetailselement':'interactive-elements','event-media-progress':'video','domtokenlist-0':'urls','attr-base-href':'semantics','command-insertorderedlist':'dnd','command-unlink':'dnd','the-blockquote-element':'grouping-content','attr-object-type':'the-iframe-element','dom-media-have_enough_data':'video','attr-input-ype-email-keyword':'the-input-element','attr-textarea-readonly':'the-button-element','serialize_err':'urls','client-identification':'timers','attr-input-type-color-keyword':'the-input-element','concept-command':'commands','attr-ol-type':'obsolete','attr-fs-method-post-keyword':'association-of-controls-and-forms','htmlhrelement':'grouping-content','rb':'obsolete','standard-metadata-names':'semantics','command-insertparagraph':'dnd','attr-meta-http-equiv-default-style':'semantics','htmltextareaelement':'the-button-element','default-media':'semantics','refsRFC3548':'references','attr-link-urn':'obsolete','no_modification_allowed_err':'urls','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','attr-tdth-char':'obsolete','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','attr-fe-maxlength':'association-of-controls-and-forms','attr-media-preload-none-state':'video','sequential-focus-navigation':'editing','attr-fs-method-delete':'associaton-of-controls-and-forms','rank':'sections','network-states':'video','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','navigator':'timers','link-type-help':'links','set-of-comma-separated-tokens':'common-microsyntaxes','refsBECSS':'references','link-type-author':'links','attr-media-controls':'video','htmlmetaelement':'semantics','attr-script-charset':'scripting-1','htmlcollection-0':'urls','dom-location-hash':'history','dom-media-have_nothing':'video','attr-fe-autofocus':'association-of-controls-and-forms','in-a-document':'infrastructure','table-example-1':'tabular-data','dynamic-markup-insertion':'apis-in-html-documents','classes':'elements','the-multiple-attribute':'common-input-element-attributes','syntax-ambiguous-ampersand':'syntax','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','attr-button-value':'the-button-element','navigatorabilities':'timers','event-media-ratechange':'video','link-type-nofollow':'links','event-drag':dnd','event-media-emptied':'video','inuse_attribute_err':'urls','attr-object-declare':'obsolete','refsWIN31J':'references','the-title-element':'dom','pragma-set-default-language':'semantics','radio-button-state':'number-state','acknowledgements':'acknowledgements','htmlmapelement':'the-map-element','dom':'dom','the-mark-element':'text-level-semantics','concept-fs-target':'association-of-controls-and-forms','not_found_err':'urls','concept-datetime-local':'common-microsyntaxes','syntax':'syntax','colors':'common-microsyntaxes','outerhtml':'apis-in-html-documents','refsPROGRESS':'references','htmloptionscollection':'urls','radionodelist':'urls','domtokenlist':'urls','preferred-mime-name':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','custom-handlers':'timers','mathml-namespace':'urls','event-media-canplay':'video','refsFILEAPI':'references','attr-iframe-srcdoc':'the-ifrme-element','the-col-element':'tabular-data','the-placeholder-attribute':'common-input-element-attributes','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','creator-browsing-context':'browsers','event-dragstart':'dnd','event-media-waiting':'video','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'the-button-element','active-document':'browsers','article-example':'sections','hidden-state':'states-of-the-type-attribute','refsRFC5724':'references','attr-li-value':'grouping-content','attr-command-type-keyword-checkbox':'interactive-elements','navigatoronline':'timers','refsORIGIN':'references','attr-button-type-button':'the-button-element','concept-option-value':'the-button-element','attr-head-profile':'obsolete','attr-tdth-charoff':'obsolete','form-associated-element':'forms','media-elements':'video','attr-tr-align':'obsolete','urls':'urls','mediaerror':'video','concept-section':'sections','attr-inputmaxlength':'common-input-element-attributes','refsRFC3023':'references','attr-area-shape-rect':'the-map-element','radio-button-group':'number-state','attr-input-min':'common-input-element-attributes','e-mail-state':'states-of-the-type-attribute','htmlheadelement':'semantics','attr-input-type-url-keyword':'the-input-element','htmlembedelement':'the-iframe-element','syntax-errors':'introduction','htmlmediaelement':'video','character-encoding-declaration':'semantics','attr-keygen-challenge':'the-button-element','date-state':'states-of-the-type-attribute','link-type-tag':'links','attr-div-align':'obsolete','category-reset':'forms','the-dragevent-and-datatransfer-interfaces':'dnd','attr-input-type-text-keyword':'the-input-element','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-map-element','element-definitions':'elements','attr-fs-method-get':'association-of-controls-and-forms','command-delete':'dnd','concept-appache-manifest-explicit':'offline','link-type-prev':'links','attr-fae-form':'association-of-controls-and-forms','attr-form-accept-charset':'forms','event-appcache-cached':'offline','attr-fs-formmethod':'association-of-controls-and-forms','xml-mime-type':'infrastructure','hashchangeevent':'history','htmlbrelement':'grouping-content','attr-img-hspace':'obsolete','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','attr-img-border':'obsolete','htmlkeygenelement':'the-button-element','the-body-element':'dom','heading-content':'content-models','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','the-output-element':'the-button-element','attr-input-type-image-keyword':'the-input-element','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'the-input-element','attr-col-charoff':'obsolete','htmltimeelement':'text-level-semantics','the-address-element':'sections','validation_err':'urls','category-label':'forms','collections':'urls','week-state':'states-of-the-type-atribute','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','scriptingLanguages':'scripting-1','event-dragover':'dnd','attr-hx-align':'obsolete','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'the-iframe-element','security-document':'dom','scrolling-elements-into-view':'editing','attr-background':'obsolete','refsRFC4281':'references','security':'dom','refsRFC4329':'references','domstringmap-0':'urls','paragraphs':'content-models','the-ins-element':'edits','attr-embed-type':'the-iframe-element','manually-releasing-the-storage-mutex':'timers','network_err':'urls','comments':'syntax','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','presentational-markup':'introduction','nested-browsing-context':'browsers','phrasing-content':'content-models','text-html-sandboxed':'iana','attr-meter-min':'the-button-element','tag-clouds':'links','event-media-seeking':'video','attr-ommand-disabled':'interactive-elements','event-dragenter':'dnd','months':'common-microsyntaxes','attr-script-type':'scripting-1','creator-document':'browsers','refsMIMESNIFF':'references','htmltableelement':'tabular-data','reflecting-content-attributes-in-idl-attributes':'urls','refsATOM':'references','attr-param-type':'obsolete','attr-button-type-submit':'the-button-element','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','isindex-0':'obsolete','attr-source-media':'video','attr-area-nohref':'obsolete','index_size_err':'urls','attr-fs-formenctype':'association-of-controls-and-forms','attr-fs-action':'association-of-controls-and-forms','cdata-sections':'syntax','event-media-play':'video','command-facet-hiddenstate':'commands','refsSVG':'references','introduction-2':'offline','valid-date-or-time-string':'common-microsyntaxes','attr-media-preload-auto':'video','attr-media-preload-metadata':'vido','command-insertunorderedlist':'dnd','the-directionality':'elements','attr-script-event':'obsolete','attr-select-size':'the-button-element','dom-mediaerror-media_err_aborted':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','willful-violation':'introduction','meta-generator':'semantics','attr-spellcheck':'editing','local-date-and-time-state':'states-of-the-type-attribute','webappapis':'webappapis','attr-a-charset':'obsolete','meta-keywords':'semantics','concept-datetime':'common-microsyntaxes','html-namespace':'infrastructure','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'links','attr-meta-content':'semantics','command-italic':'dnd','focus':'editing','attr-caption-align':'obsolete','attr-textarea-placeholder':'the-button-element','sequential-link-types':'links','attr-time-pubdate':'text-level-semantics','local-dates-and-times':'common-microsyntaxes','htmlslectelement':'the-button-element','valid-media-query':'common-microsyntaxes','beforeunloadevent':'history','xml-namespace':'urls','command-undo':'dnd','dir':'obsolete','timeranges':'video','attr-hyperlink-href':'links','attr-dataformatas':'obsolete','input-type-attr-summary':'the-input-element','obsolete':'obsolete','number-state':'number-state','event-media-playing':'video','secondary-browsing-contexts':'browsers','dom-media-have_current_data':'video','global-dates-and-times':'common-microsyntaxes','the-pre-element':'grouping-content','concept-submit-button':'forms','command-unselect':'dnd','refsSHIFTJIS':'references','htmldocument':'dom','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'the-iframe-element','refsECMA262':'references','command-selectall':'dnd','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'links','named-access-on-the-window-object':'browsers','attr-command-type-keyword-radio':'interactive-elements','sectioning-conent':'content-models','syntax-tag-name':'syntax','set-of-space-separated-tokens':'common-microsyntaxes','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'elements','style-default-media':'semantics','attr-hr-size':'obsolete','htmlparagraphelement':'grouping-content','not_supported_err':'urls','charset512':'semantics','refsRFC2483':'references','security_err':'urls','event-dragleave':'dnd','attr-object-standby':'obsolete','attr-mod-datetime':'edits','dom-media-have_metadata':'video','attr-input-type-range-keyword':'the-input-element','live':'infrastructure','scope':'introduction','attr-input-readonly':'common-input-element-attributes','attr-area-shape-keyword-circle':'the-map-element','attr-tabindex':'editing','printing':'timers','attr-link-media':'semantics','syntax-attribute-value':'syntax','xml-compatible':'infrastructure','htmlbuttonelement':'the-button-element','attr-fs-novalidate':'association-of-controls-and-forms','attr-input-type-reset-keyword':'the-input-element','attr-optgrop-label':'the-button-element','context-menus':'interactive-elements','the-param-element':'the-iframe-element','charset':'semantics','auxiliary-browsing-context':'browsers','xhtml':'the-xhtml-syntax','history-traversal':'history','the-option-element':'the-button-element','common-idioms-without-dedicated-elements':'links','attr-script-src':'scripting-1','htmlareaelement':'the-map-element','refsCOOKIES':'references','attr-hyperlink-type':'links','appcacheevents':'offline','outline':'sections','attr-select-multiple':'the-button-element','attr-iframe-sandbox':'the-iframe-element','dom-location-pathname':'history','the-span-element':'text-level-semantics','definitions':'association-of-controls-and-forms','the-form-element':'forms','effective-script-origin':'origin-0','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','htmlquoteelement':'grouping-content','attr-input-autocomplete':'common-input-element-attribute','command-facet-id':'commands','user-prompts':'timers','forms':'forms','closing-the-input-stream':'apis-in-html-documents','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','attr-object-data':'the-iframe-element','recommended-reading':'introduction','conversations':'links','attr-tdth-height':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','category-listed':'forms','refsUTF8DET':'references','attr-hyperlink-usemap':'the-map-element','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','other-metadata-names':'semantics','the-required-attribute':'common-input-element-attributes','authors-using-xhtml':'iana','manifests':'offline','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'dnd','attr-dl-compact':'obsolete','htmlhtmlelement':'semantics','htmlunknownelement':'elements','sectioning-root':'sections','the-size-attribute':'common-input-element-attributes','htmllinkelement':'semantics','heading-ontent-0':'content-models','text-html':'iana','valid-list-of-integers':'common-microsyntaxes','attr-hr-width':'obsolete','the-style-attribute':'elements','image-maps':'the-map-element','origin':'origin-0','the-document-s-current-address':'dom','blink':'obsolete','elements-0':'syntax','elements-1':'index','doctype-legacy-string':'syntax','error-codes':'video','the-q-element':'text-level-semantics','refsRFC1345':'references','syntax-charref':'syntax','attr-input-type-radio-keyword':'the-input-element','the-figure-element':'grouping-content','semantics':'semantics','attr-tbody-valign':'obsolete','concept-time':'common-microsyntaxes','syntax-cdata':'syntax','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'common-input-element-attributes','refsRFC2237':'references','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','optional-tags':'syntax','attr-link-sizes':'links','refsGRAPHICS':'references','the-document-s-address':'dom','attr-th-scope-row':'tabular-data','event-pageide':'history','type_mismatch_err':'urls','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','event-pageshow':'history','element-content-categories':'index','attr-fe-disabled':'association-of-controls-and-forms','general-guidelines':'embedded-content-1','the-bdo-element':'text-level-semantics','the-article-element':'sections','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','attr-input-checked':'the-input-element','spacer':'obsolete','the-aside-element':'sections','a-sample-manifest':'offline','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'sections','xml':'infrastructure','syntax_err':'urls','link-type-last':'links','refsWHATWGWIKI':'references','the-min-and-max-attributes':'common-input-element-attributes','category-submit':'forms','attr-area-shape-default':'the-map-element','xmp':'obsolete','attributes-common-to-form-controls':'association-of-controls-and-forms','image-map':'the-map-element','attr-output-for':'te-button-element','htmllegendelement':'forms','refsRFC3986':'references','refsRFC3987':'references','htmlspanelement':'text-level-semantics','nobr':'obsolete','attr-iframe-align':'obsolete','command-insertlinebreak':'dnd','svg-namespace':'urls','attr-map-name':'the-map-element','attributes-common-to-td-and-th-elements':'tabular-data','document.writeln':'apis-in-html-documents','attr-link-methods':'obsolete','command-subscript':'dnd','attr-source-src':'video','the-var-element':'text-level-semantics','attr-script-language':'obsolete','the-undomanagerevent-interface-and-the-undo-and-redo-events':'dnd','the-summary-element':'interactive-elements','refsGREGORIAN':'references','the-header-element':'sections','attr-option-selected':'the-button-element','infrastructure':'infrastructure','form-submission':'association-of-controls-and-forms','the-th-element':'tabular-data','svg-0':'the-map-element','dom-appcache-updateready':'offline','security-0':'association-of-controls-and-forms','joint-session-history':'history',attr-media-preload':'video','dates':'common-microsyntaxes','refsWEBSQL':'references','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','valid-non-empty-url':'urls','parse_err':'urls','concept-appcache-manifest-fallback':'offline','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':'urls','attr-iframe-name':'the-iframe-element','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','making-entire-documents-editable':'editing','documentSelection':'editing','htmlbaseelement':'semantics','attr-media-loop':'video','the-area-element':'the-map-element','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','attr-keygen-keytype':'the-button-element','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'number-state','time-ranges':'video','plugin':'infrastructure','attr-area-shape-keyword-default':'the-map-element','refsWIN1254':'refereces','dom-document-open':'apis-in-html-documents','htmlbodyelement':'sections','boolean-attributes':'common-microsyntaxes','refsARIAIMPL':'references','domstring_size_err':'urls','refsCORS':'references','the-dt-element':'grouping-content','events':'webappapis','table-descriptions':'tabular-data','the-map-element':'the-map-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'the-button-element','the-window-object':'browsers','editing-apis':'dnd','the-object-element':'the-iframe-element','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','refsRFC2045':'references','refsRFC2046':'references','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','the-li-element':'grouping-content','design-notes':'introduction','attr-hyperlink-hreflang':'links','element-restrictions':'syntax','refsNPAPI':'references','compliance-with-other-specifications':'introduction','the-thead-element':'tabular-data','event-hashchange':'history','the-pelement':'grouping-content','the-del-element':'edits','event-media-loadstart':'video','noembed':'obsolete','htmltablecolelement':'tabular-data','wbr':'obsolete','browsing-context':'browsers','restrictions-on-content-models-and-on-attribute-values':'introduction','refsWIN874':'references','audience':'introduction','color-state':'number-state','the-dl-element':'grouping-content','rel-sidebar-hyperlink':'links','x-that':'introduction','lists-of-integers':'common-microsyntaxes','external-resource-link':'semantics','elements':'elements','attr-base-target':'semantics','syntax-elements':'syntax','attributes-common-to-ins-and-del-elements':'edits','attr-table-summary':'tabular-data','date-and-time-state':'states-of-the-type-attribute','concept-appcache-manifest-network':'offline','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-fs-method-post':'association-of-controls-and-forms','dom-media-network_empty':'video','attr-object-code':'obsolete','title-on-style':'semantics','attr-link-charset:'obsolete','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','annotations-for-assistive-technology-products-aria':'content-models','dom-mediaerror-media_err_decode':'video','parent-browsing-context':'browsers','references':'references','refsWEBIDL':'references','invalid_access_err':'urls','attr-optgroup-disabled':'the-button-element','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','attr-input-type-month-keyword':'the-input-element','the-title-attribute':'elements','attr-source-type':'video','styling':'semantics','attr-input-autocomplete-on-state':'common-input-element-attributes','inline-documentation-for-external-scripts':'scripting-1','the-code-element':'text-level-semantics','toolbar-state':'interactive-elements','htmlimageelement':'embedded-content-1','attr-table-rules':'obsolete','refsWEBSTORAGE':'references','attr-img-align':'obsolete','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text''syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','mathml':'the-map-element','undomanagerevent':'dnd','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'links','checkbox-state':'number-state','attr-fs-method-put':'association-of-controls-and-forms','the-time-element':'text-level-semantics','concept-id':'elements','obsolete-but-conforming-features':'obsolete','link-type-alternate':'links','refsXMLBASE':'references','an-image-not-intended-for-the-user':'embedded-content-1','refsHTMLDIFF':'references','command-facet-action':'commands','refs2DCONTEXT':'references','dom-outerhtml':'apis-in-html-documents','htmlolistelement':'grouping-content','anonymous-command':'commands','fallback-content':'content-models','refsRFC1034':'references','keywords-and-enumerated-attributes':'common-microsyntaxes','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','refsRFC1922':'references','browses':'browsers','alt':'embedded-content-1','tt':'obsolete','invalid_state_err':'urls','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','foreign-elements':'syntax','the-ruby-element':'text-level-semantics','command-inserthtml':'dnd','application-cache-api':'offline','the-session-history-of-browsing-contexts':'history','concept-fs-method':'association-of-controls-and-forms','the-link-is-an-alternative-stylesheet':'links','ascii-compatible-character-encoding':'infrastructure','form-submission-0':'association-of-controls-and-forms','the-meter-element':'the-button-element','plugins':'infrastructure','refsMQ':'references','htmloptionscollection-0':'urls','terminology-0':'urls','attr-input-placeholder':'common-input-element-attributes','flow-content-0':'content-models','html-elements':'infrastructure','attr-meter-low':'the-button-element','attr-script-defer':'scripting-1','attr-iframe-frameborder':'obsolete','windowtimers':'timers','states-of-the-type-attribute':'states-of-the-type-attibute','url_mismatch_err':'urls','attr-hr-color':'obsolete','attr-ol-compact':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','link-type-first':'links','attr-a-urn':'obsolete','event-media-timeupdate':'video','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','attr-ul-type':'obsolete','namespace_err':'urls','introduction-4':'dnd','introduction-0':'forms','introduction-3':'webappapis','the-button-element':'the-button-element','the-ol-element':'grouping-content','void-elements':'syntax','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','file-upload-state':'number-state','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','refsCSSUI':'references','history':'history','refsRFC3490':'references','ascii-case-insensitive':'infrastructure','telephone-state':'states-of-thetype-attribute','numbers':'common-microsyntaxes','default-view':'browsers','writing-cache-manifests':'offline','undomanager':'dnd','attr-tdth-rowspan':'tabular-data','menus':'interactive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','attr-media-preload-metadata-state':'video','attr-mod-cite':'edits','enabling-and-disabling-form-controls':'association-of-controls-and-forms','reflect':'urls','htmlaudioelement':'video','refsXPATH10':'references','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'elements','htmlmodelement':'edits','meta-application-name':'semantics','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','valid-date-or-time-string-in-content':'common-microsyntaxes','refsCESU8':'references','interactive-content-0':'content-models','the-nav-element':'sections','seeking':'video','event-media-pause':'video','refsBOCU1':'references','conformance-requirements':'infastructure','the-footer-element':'sections','concept-option-label':'the-button-element','auxiliary-browsing-contexts':'browsers','attr-table-datapagesize':'obsolete','attr-textarea-required':'the-button-element','refsRFC2119':'references','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','attr-option-value':'the-button-element','valid-url':'urls','attr-input-type-password-keyword':'the-input-element','attr-param-name':'the-iframe-element','the-select-element':'the-button-element','attr-embed-align':'obsolete','attr-blockquote-cite':'grouping-content','attr-input-required':'common-input-element-attributes','invalid_modification_err':'urls','offline':'offline','attr-img-src':'embedded-content-1','attr-lang':'elements','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','selection-0':'editing','expiring-application-caches':'offline','preceded-or-folowed':'content-models','month-state':'states-of-the-type-attribute','attr-object-classid':'obsolete','implementing-the-server-side-processing-for-a-form':'forms','limiting-user-input-length':'association-of-controls-and-forms','attr-a-name':'obsolete','script':'scripting-1','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'number-state','button-state':'number-state','list-state':'interactive-elements','attr-object-border':'obsolete','hyperlink-link':'semantics','dragevent':'dnd','pragma-directives':'semantics','conforming-documents':'infrastructure','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','simple-dialogs':'timers','attr-li-type':'obsolete','text-content':'content-models','hierarchical-link-types':'links','attr-input-step':'common-input-element-attributes','dndevents':'dnd','the-a-element':'text-level-semantics','refsUNIVCHARDET':'reference','phrasing-content-0':'content-models','htmloutputelement':'the-button-element','command-api':'commands','htmlallcollection':'urls','attr-tr-char':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','syntax-doctype':'syntax','html-namespace-0':'urls','attr-body-alink':'obsolete','range-state':'number-state','attr-area-shape-keyword-rect':'the-map-element','session-history':'history','attr-table-border':'obsolete','xlink-namespace':'urls','attr-input-type-week-keyword':'the-input-element','maximum-allowed-value-length':'association-of-controls-and-forms','htmlpreelement':'grouping-content','the-draggable-attribute':'dnd','refsCHARMOD':'references','datatransfer':'dnd','attr-meta-name':'semantics','windows':'browsers','command-facet-label':'commands','attr-area-shape':'the-map-element','attr-style-title':'semantics','refsIANACHARSET':'references','attributes-for-form-submission':'association-of-controls-and-forms','htmlvideoelement':'video','attr-fs-method-put-keyword':'associatin-of-controls-and-forms','html-vs-xhtml':'introduction','the-xhtml-syntax':'the-xhtml-syntax','font':'obsolete','attr-option-disabled':'the-button-element','attr-a-shape':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','domsettabletokenlist-0':'urls','the-autocomplete-attribute':'common-input-element-attributes','refsXMLNS':'references','attr-input-type-tel-keyword':'the-input-element','restrictions-for-contents-of-script-elements':'scripting-1','association-of-controls-and-forms':'association-of-controls-and-forms','attr-col-valign':'obsolete','the-label-element':'forms','furthest-ancestor-browsing-context':'browsers','refsHATOM':'references','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'association-of-controls-and-forms','user-interface':'video','attr-hyperlink-rel':'links','text-node':'infrastructure','command-insertimage':'dnd','attr-ol-start':'grouping-content','formatblock-candidate':'dnd','state-object''history','attr-input-type-submit-keyword':'the-input-element','embedded-content':'content-models','interfaces':'index','collections-0':'urls','event-media-ended':'video','attr-link-title':'semantics','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'links','refsRFC2781':'references','context':'the-canvas-element','document.write':'apis-in-html-documents','htmlsourceelement':'video','attr-html-version':'obsolete','domsettabletokenlist':'urls','attr-input-pattern':'common-input-element-attributes','the-accesskey-attribute':'editing','insertadjacenthtml':'apis-in-html-documents','tag-cloud':'links','attr-th-scope-rowgroup':'tabular-data','xmlns-namespace':'urls','dom-appcache-downloading':'offline','attr-object-codebase':'obsolete','refsSELECTORS':'references','htmlprogresselement':'the-button-element','attr-input-type-datetime-keyword':'the-input-element','attr-embed-name':'obsolete','attr-textarea-wrap-hard-state':'the-button-element','the-table-element':'tabular-dat','event-popstate':'history','event-appcache-progress':'offline','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'the-input-element','attr-media-preload-none':'video','multicol':'obsolete','attr-table-width':'obsolete','writing-a-form-s-user-interface':'forms','concept-fs-enctype':'association-of-controls-and-forms','attr-tdth-align':'obsolete','ancestor-browsing-context':'browsers','url-decomposition-idl-attributes':'urls','attr-fs-formtarget':'association-of-controls-and-forms','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','attr-table-cellspacing':'obsolete','attr-object-name':'the-iframe-element','attr-area-coords':'the-map-element','embedding-custom-non-visible-data':'elements','wrong_document_err':'urls','dom-location-protocol':'history','syntax-tags':'syntax','compatibility-caseless':'infrastructure','newlines':'syntax','attr-xl-lang':'elements','attr-meter-optimum':'the-button-element','the-ul-element':'grouping-content','metadata-content-0':'content-models','location':'history','event-media-abort':'video','concept-rel-extensions':'links','attr-form-name':'forms','big':'obsolete','attr-command-icon':'interactive-elements','dom-appcache-idle':'offline','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'commands','ignore':'infrastructure','valid-local-date-and-time-string':'common-microsyntaxes','dom-media-network_idle':'video','terminology':'infrastructure','the-title-element-0':'semantics','refsRFC1468':'references','valid-floating-point-number':'common-microsyntaxes','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'association-of-controls-and-forms','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','opening-the-input-stream':'apis-in-html-documents','refsCSSCOLOR':'references','attr-textarea-rows':'the-button-element','the-list-attribute':'common-nput-element-attributes','the-noscript-element':'scripting-1','interactive-content':'content-models','dom-location-search':'history','attr-iframe-src':'the-iframe-element','refsRFC5322':'references','valid-browsing-context-name':'browsers','command-facet-accesskey':'commands','attr-input-type-number-keyword':'the-input-element','attr-fs-method-get-keyword':'association-of-controls-and-forms','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'links','refsRFC2318':'references','refsRFC1842':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','attr-fs-method':'association-of-controls-and-forms','refsX690':'references','sections':'sections','dom-navigator-registerprotocolhandler':'timers','document-metadata':'semantics','refsCOMPUTABLE':'references','htmlulistelement':'grouping-content','attr-input-align':'obsolete','the-iframe-element':'the-iframe-element','refsMAILTO':'referencs','current-entry-of-the-joint-session-history':'history','htmlparamelement':'the-iframe-element','attr-hyperlink-target':'links','reset-button-state':'number-state','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','refsCSSOM':'references','intro-early-example':'introduction','refsISO885911':'references','attr-command-type':'interactive-elements','attr-col-char':'obsolete','valid-e-mail-address':'states-of-the-type-attribute','attr-th-scope-auto':'tabular-data','attr-input-list':'common-input-element-attributes','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','refsGBK':'references','mediaevents':'video','text-state-and-search-state':'states-of-the-type-attribute','non-negative-integers':'common-microsyntaxes','valid-month-string':'common-microsyntaxes','syntax-attribute-name':'syntax','htmloptgroupelement':'the-button-element','document-in-the-dom':'dom','svg':'the-map-element','attr-button-type-reset':'the-button-element','the-pattern-attribute':'common-input-element-attributes','source-default-media':'video','attr-input-max':'common-input-element-attributes','event-media-volumechange':'video','headings-and-sections':'sections','event-dragend':'dnd','concept-week':'common-microsyntaxes','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'common-microsyntaxes','attr-iframe-seamless':'the-iframe-element','event-media-error':'video','valid-week-string':'common-microsyntaxes','the-dd-element':'grouping-content','attr-data':'elements','categories':'forms','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','unloading-documents':'history','dimension-attributes':'the-map-element','attr-embed-src':'the-iframe-element','video':'video','attr-img-name':'obsolete','index':'index','the-hgroup-element':'sections','events-0':'index','attr-ol-revrsed':'grouping-content','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-contextmenu':'interactive-elements','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','attr-fs-target':'association-of-controls-and-forms','event-media-durationchange':'video','the-head-element':'dom','a-key-part-of-the-content':'embedded-content-1','refsSCSU':'references','htmldivelement':'grouping-content','media-element':'video','the-constraint-validation-api':'association-of-controls-and-forms','link-type-pingback':'links','the-hr-element':'grouping-content','dom-media-network_no_source':'video','link-type-next':'links','child-browsing-context':'browsers','attr-fs-formaction':'association-of-controls-and-forms','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','htmlformcontrolscollection-0':'urls','htmlmeterelement':'the-button-element','noframes':'obsolete','an-iframe-srcdoc-document':'te-iframe-element','refsCSS':'references','the-step-attribute':'common-input-element-attributes','concept-meta-extensions':'semantics','text-field-selection':'editing','signed-integers':'common-microsyntaxes','htmllielement':'grouping-content','attr-img-vspace':'obsolete','windowmodal':'timers','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','hyperlink-elements':'links','browser-state':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','attr-style-media':'semantics','links':'links','refsDOMEVENTS':'references','event-appcache-checking':'offline','refsARIA':'references','attr-meta-http-equiv':'semantics','htmldatalistelement':'the-button-element','refsUTR36':'references','the-sub-and-sup-elements':'text-level-semantics','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','origin-0':'origin-0','event-appcache-obsolete':'offline','attr-img-alt':'embedded-content-1','dom-appcache-checking':'offline','refXML':'references','attr-iframe-marginwidth':'obsolete','the-link-element':'semantics','command-superscript':'dnd','applicationcache':'offline','concept-fs-novalidate':'association-of-controls-and-forms','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'the-input-element','htmlinputelement':'the-input-element','htmloptionelement':'the-button-element','attr-input-type-file-keyword':'the-input-element','the-base-element':'semantics','attr-input-type-checkbox-keyword':'the-input-element','transparent':'content-models','event-handler-content-attributes':'webappapis','linkTypes':'links','text-0':'syntax','the-html-element':'dom','structure-of-this-specification':'introduction','refsMATHML':'references','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','link-type-archives':'links','attr-table-cellpadding':'obsolete','a-type-that-the-user-agent-knows-it-cannot-render':'video','constraints':'association-of-controls-and-forms','attr-input-multiple':'commo-input-element-attributes','meta':'semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','refsPNG':'references','dom-link-disabled':'semantics','the-hidden-attribute':'editing','attr-a-rev':'obsolete','attr-input-accept':'number-state','htmltablesectionelement':'tabular-data','secondary-browsing-context':'browsers','undo':'dnd','link-type-external':'links','refsHTTP':'references','attr-a-methods':'obsolete','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','system-state-and-capabilities':'timers','attr-details-open':'interactive-elements','content-models':'content-models','htmltabledatacellelement':'tabular-data','footnotes':'links','other-link-types':'links','attr-abbr-title':'text-level-semantics','attr-script-for':'obsolete','refsABOUT':'references','no_data_allowed_err':'urls','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','attr-area-lt':'the-map-element','represented-by-the-collection':'urls','the-xml:base-attribute-xml-only':'elements','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'content-models','htmlelement':'elements','attr-img-longdesc':'obsolete','enumerated-attribute':'common-microsyntaxes','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','space-separated-tokens':'common-microsyntaxes','htmlallcollection-0':'urls','refsPINGBACK':'references','xml-documents':'dom','attr-menu-type':'interactive-elements','attr-input-value':'the-input-element','semantics-0':'elements','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','metadata-content':'content-models','attr-object-vspace':'obsolete','documents':'dom','invalid_character_err':'urls','attr-object-hspace':'obsolete','refsXSLT10':'references','attr-datasrc':'obsolete','attr-meta-charset':'semantics','command-inserttext':'dnd','attr-command-type-state-radio':'interactiv-elements','the-selection':'editing','configuring-a-form-to-communicate-with-a-server':'forms','attr-tdth-width':'obsolete','htmlcanvaselement':'the-canvas-element','refsJSURL':'references','url':'urls','obsolete-permitted-doctype-string':'syntax','the-ready-states':'video','selection':'editing','attr-col-align':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','rcdata-elements':'syntax','html-documents':'dom','fully-active':'browsers','attr-dfn-title':'text-level-semantics','the-html-element-0':'semantics','dom-location-port':'history','attr-body-bgcolor':'obsolete','refsPSL':'references','comma-separated-tokens':'common-microsyntaxes','ready-for-editing-host-commands':'dnd','dialogs-implemented-using-separate-documents':'timers','the-figcaption-element':'grouping-content','client-side-form-validation':'forms','refsEUCKR':'references','password-state':'states-of-the-type-attribute','the-kbd-element':'text-level-semantics','view':'browsers','the-head-element-0':'semantic','x-this':'introduction','concept-month':'common-microsyntaxes','attr-video-poster':'video','normal-elements':'syntax','link-type-prefetch':'links','the-tfoot-element':'tabular-data','basefont':'obsolete','the-datalist-element':'the-button-element','attr-table-bgcolor':'obsolete','link-type-up':'links','commands':'commands','flow-content':'content-models','command-forwarddelete':'dnd','common-dom-interfaces':'urls','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'embedded-content-1','attr-meta-scheme':'obsolete','attributes':'syntax','refsBCP47':'references','valid-date-string':'common-microsyntaxes','attr-canvas-width':'the-canvas-element','concept-date':'common-microsyntaxes','abort_err':'urls','event-media-seeked':'video','form-owner':'association-of-controls-and-forms','refsWEBSOCKET':'references','dom-appcache-uncached':'offline','attr-input-src':'number-state','attr-col-width':'obsolete','attr-tr-valign':'obsolete','attr-input-type':'te-input-element','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','valid-integer':'common-microsyntaxes','event-handlers':'webappapis','attr-object-codetype':'obsolete','dom-media-network_loading':'video','nested-browsing-contexts':'browsers','command-createlink':'dnd','attr-media-autoplay':'video','htmldlistelement':'grouping-content','attr-progress-value':'the-button-element','link-type-search':'links','attr-body-vlink':'obsolete','other-pragma-directives':'semantics','htmlformcontrolscollection':'urls','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','textFieldSelection':'editing','audio':'video','event-media-canplaythrough':'video','htmlcollection':'urls','attr-tdth-nowrap':'obsolete','global-attributes':'elements','the-section-element':'sections','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','attr-input-autocomplete-off-sate':'common-input-element-attributes','attr-fs-enctype-text':'association-of-controls-and-forms','autofocusing-a-form-control':'association-of-controls-and-forms','nextid':'obsolete','syntax-end-tag':'syntax','elements-in-the-dom':'elements','attr-link-hreflang':'semantics','raw-text-elements':'syntax','outlines':'sections','attr-area-shape-poly':'the-map-element','dom-function-call':'webappapis','the-fieldset-element':'forms','innerhtml':'apis-in-html-documents','attr-a-coords':'obsolete','attr-link-target':'obsolete','dom-navigator-registercontenthandler':'timers','attr-command-label':'interactive-elements','how-to-read-this-specification':'introduction','attr-link-rel':'semantics','htmlformelement':'forms','refsUAAG':'references','attr-body-link':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','htmlanchorelement':'text-level-semantics','attr-textarea-wrap':'the-button-element','attr-datafld':'obsolete','the-dir-attribute':'elements','the-doctype':'syntax','dom-location-hostnae':'history','common-microsyntaxes':'common-microsyntaxes','refsUTF7':'references','event-appcache-error':'offline','meta-author':'semantics','the-small-element':'text-level-semantics','custom-data-attribute':'elements','session-history-entry':'history','refsWIN949':'references','common-input-element-apis':'common-input-element-attributes','offsets-into-the-media-resource':'video','command-facet-icon':'commands','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'timers','url-state':'states-of-the-type-attribute','mime-type':'infrastructure','valid-hash-name-reference':'common-microsyntaxes','attr-command-type-keyword-command':'interactive-elements','command-facet-hint':'commands','loading-the-media-resource':'video','time-state':'states-of-the-type-attribute','application-xhtml-xml':'iana','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'common-microsyntaxes','pagetransitionevent':'history','home-subtree':'infrastructure','media-data:'video','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','text-level-semantics':'text-level-semantics','barprop':'browsers','function':'webappapis','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'the-input-element','editing':'editing','concept-http-equiv-extensions':'semantics','attr-textarea-maxlength':'the-button-element','dom-location-host':'history','the-undomanager-interface':'dnd','attr-legend-align':'obsolete','end-tags':'syntax','mime-types':'video','valid-lowercase-simple-color':'common-microsyntaxes','named-character-references':'named-character-references','cdata-rcdata-restrictions':'syntax','rel-icon':'links','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','grouping-content':'grouping-content','authors-using-html':'iana','syntax-tag-omission':'syntax','event-appcache-downloading':'offline','the-optgroup-element':'the-button-element','attr-canvas-height':'the-canvas-element',current-entry':'history','refsUNICODE':'references','refsRFC2426':'references','refsRFC2425':'references','htmllabelelement':'forms','attr-input-autocomplete-default-state':'common-input-element-attributes','start-tags':'syntax','content-categories':'content-models','browsing-context-names':'browsers','submit-button-state':'number-state','concept-select-option-list':'the-button-element' };
 
 var fragid = window.location.hash.substr(1);
 if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- forms.html	29 Mar 2010 06:17:14 -0000	1.571
+++ forms.html	1 Apr 2010 03:17:03 -0000	1.572
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -584,7 +586,7 @@
    <li><code><a href="the-button-element.html#the-select-element">select</a></code></li>
    <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li>
   </ul><p>The <a href="#form-associated-element" title="form-associated element">form-associated
-  elements</a> fall into several subcategories:</p><dl><dt><dfn id="category-listed" title="category-listed">Listed</dfn></dt>
+  elements</a> fall into several subcategories:</p><dl><dt><dfn id="category-listed" title="category-listed">Listed elements</dfn></dt>
 
    <dd>
 
@@ -602,7 +604,7 @@
      <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li>
     </ul></dd>
 
-   <dt><dfn id="category-label" title="category-label">Labelable</dfn></dt>
+   <dt><dfn id="category-label" title="category-label">Labelable elements</dfn></dt>
 
    <dd>
 

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.573
retrieving revision 1.574
diff -u -d -r1.573 -r1.574
--- interactive-elements.html	29 Mar 2010 06:17:14 -0000	1.573
+++ interactive-elements.html	1 Apr 2010 03:17:04 -0000	1.574
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -3179,7 +3181,7 @@
   &lt;/menu&gt;
  &lt;/menu&gt;
 &lt;/form&gt;</pre><p>The behavior in supporting user agents is similar to the example
-  above, but here the legacy behaviour consists of a single
+  above, but here the legacy behavior consists of a single
   <code><a href="the-button-element.html#the-select-element">select</a></code> element with a submit button. The submit button
   doesn't appear in the toolbar, because it is not a direct child of
   the <code><a href="#menus">menu</a></code> element or of its <code><a href="grouping-content.html#the-li-element">li</a></code>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -d -r1.576 -r1.577
--- editing.html	29 Mar 2010 06:17:13 -0000	1.576
+++ editing.html	1 Apr 2010 03:17:03 -0000	1.577
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -328,10 +330,10 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation &#8212; showing all the form controls in one big page
-  with a scrollbar would be equivalent, and no less correct. It is
-  similarly incorrect to use this attribute to hide content just from
-  one presentation &#8212; if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>, it is hidden from all
+  presentation &#8212; one could equally well just show all the form
+  controls in one big page with a scrollbar. It is similarly incorrect
+  to use this attribute to hide content just from one presentation
+  &#8212; if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>, it is hidden from all
   presentations, including, for instance, screen readers.</p><!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --><!-- (but only add that example if you first add some more good valid examples --><p>Elements that are not <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>
   should not link to or refer to elements that are <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>.</p><div class="example">
 

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -d -r1.580 -r1.581
--- video.html	29 Mar 2010 06:17:17 -0000	1.580
+++ video.html	1 Apr 2010 03:17:07 -0000	1.581
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -618,7 +620,7 @@
    <p>If the author isn't sure if the user agents will all be able to
    render the media resources provided, the author can listen to the
    <code title="event-error">error</code> event on the last
-   <code><a href="#the-source-element">source</a></code> element and trigger fallback behaviour:</p>
+   <code><a href="#the-source-element">source</a></code> element and trigger fallback behavior:</p>
 
    <pre>&lt;script&gt;
  function fallback(video) {
@@ -919,7 +921,7 @@
      </th><th> Brief description
    </th></tr></thead><tbody><tr><td><dfn id="attr-media-preload-none" title="attr-media-preload-none"><code>none</code></dfn>
      </td><td><dfn id="attr-media-preload-none-state" title="attr-media-preload-none-state">None</dfn>
-     </td><td>Hints to the user agent that the author either does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic.
+     </td><td>Hints to the user agent that either the author does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic.
     </td></tr><tr><td><dfn id="attr-media-preload-metadata" title="attr-media-preload-metadata"><code>metadata</code></dfn>
      </td><td><dfn id="attr-media-preload-metadata-state" title="attr-media-preload-metadata-state">Metadata</dfn>
      </td><td>Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable.
@@ -928,10 +930,13 @@
      </td><td>Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource.
   </td></tr></tbody></table><p>The empty string is also a valid keyword, and maps to the <a href="#attr-media-preload-auto-state" title="attr-media-preload-auto-state">Automatic</a> state. The
   attribute's <i>missing value default</i> is user-agent defined,
-  though the <a href="#attr-media-preload-auto-state" title="attr-media-preload-auto-state">Automatic</a> state is
-  suggested in high-bandwidth situations.</p><p class="note">The <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code>
-  attribute has no effect if used in conjunction with the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute, though
-  including both is not an error.</p><hr><!--v3BUF (when readding this, also add a domintro block)
+  though the <a href="#attr-media-preload-auto-state" title="attr-media-preload-auto-state">Metadata</a> state is
+  suggested as a compromise between reducing server load and providing
+  an optimal user experience.</p><p class="note">The <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute can overrride
+  the <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code> attribute (since
+  if the media plays, it naturally has to buffer first, regardless of
+  the hint given by the <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code> attribute). Including
+  both is not an error, however.</p><hr><!--v3BUF (when readding this, also add a domintro block)
   <p>The <dfn
   title="dom-media-bufferingRate"><code>bufferingRate</code></dfn>
   attribute must return the average number of bits received per second

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.583
retrieving revision 1.584
diff -u -d -r1.583 -r1.584
--- browsers.html	29 Mar 2010 06:17:13 -0000	1.583
+++ browsers.html	1 Apr 2010 03:17:03 -0000	1.584
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- edits.html	29 Mar 2010 06:17:13 -0000	1.17
+++ edits.html	1 Apr 2010 03:17:03 -0000	1.18
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -d -r1.562 -r1.563
--- the-xhtml-syntax.html	29 Mar 2010 06:17:16 -0000	1.562
+++ the-xhtml-syntax.html	1 Apr 2010 03:17:07 -0000	1.563
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.572
retrieving revision 1.573
diff -u -d -r1.572 -r1.573
--- offline.html	29 Mar 2010 06:17:15 -0000	1.572
+++ offline.html	1 Apr 2010 03:17:05 -0000	1.573
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- content-models.html	29 Mar 2010 06:17:13 -0000	1.27
+++ content-models.html	1 Apr 2010 03:17:03 -0000	1.28
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -610,8 +612,8 @@
   </ul><p>Certain elements in HTML have an <a href="#activation-behavior">activation
   behavior</a>, which means that the user can activate them. This
   triggers a sequence of events dependent on the activation mechanism,
-  and normally culminating in a <code title="event-click">click</code>
-  event followed by a <code title="event-DOMActivate">DOMActivate</code> event.</p><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
+  and normally culminating in a <code title="event-click"><a href="#event-click">click</a></code>
+  event followed by a <code title="event-DOMActivate"><a href="#event-domactivate">DOMActivate</a></code> event.</p><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
   "transparent" in the description of their content model.</p><p>When a content model includes a part that is "transparent", those
   parts must not contain content that would not be conformant if all
   transparent elements in the tree were replaced, in their parent

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- states-of-the-type-attribute.html	29 Mar 2010 06:17:16 -0000	1.19
+++ states-of-the-type-attribute.html	1 Apr 2010 03:17:06 -0000	1.20
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- apis-in-html-documents.html	29 Mar 2010 06:17:13 -0000	1.24
+++ apis-in-html-documents.html	1 Apr 2010 03:17:03 -0000	1.25
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -298,7 +300,7 @@
   in DOM Core become case-insensitive or case-changing, as sometimes
   defined in DOM Core, and as summarized  below. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>This does not apply to <a href="dom.html#xml-documents">XML documents</a> or to elements
   that are not in the <a href="urls.html#html-namespace-0">HTML namespace</a> despite being in
-  <a href="dom.html#html-documents">HTML documents</a>.</p><dl><dt><code title="">Element.tagName</code> and <code title="">Node.nodeName</code></dt>
+  <a href="dom.html#html-documents">HTML documents</a>.</p><dl><dt><code title="dom-Element-tagName"><a href="#dom-element-tagname">Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt>
 
    <dd>
 
@@ -309,7 +311,7 @@
    </dd>
 
 
-   <dt><code title="">Document.createElement()</code></dt>
+   <dt><code title="dom-Document-createElement">Document.createElement()</code></dt>
 
    <dd>
 
@@ -320,16 +322,16 @@
     <p class="note">This doesn't apply to <code title="">Document.createElementNS()</code>. Thus, it is possible,
     by passing this last method a tag name in the wrong case, to
     create an element that appears to have the same tag name as that
-    of an element defined in this specification when its <code title="dom-tagName">tagName</code> attribute is examined, but that
+    of an element defined in this specification when its <code title="dom-Element-tagName"><a href="#dom-element-tagname">tagName</a></code> attribute is examined, but that
     doesn't support the corresponding interfaces. The "real" element
     name (unaffected by case conversions) can be obtained from the
-    <code title="dom-localName">localName</code> attribute.</p>
+    <code title="dom-Node-localName"><a href="#dom-node-localname">localName</a></code> attribute.</p>
 
    </dd>
 
 
-   <dt><code title="">Element.setAttribute()</code></dt>
-   <dt><code title="">Element.setAttributeNode()</code></dt>
+   <dt><code title="dom-Element-setAttribute">Element.setAttribute()</code></dt>
+   <dt><code title="dom-Element-setAttributeNode">Element.setAttributeNode()</code></dt>
 
    <dd>
 
@@ -342,8 +344,8 @@
    </dd>
 
 
-   <dt><code title="">Element.getAttribute()</code></dt>
-   <dt><code title="">Element.getAttributeNode()</code></dt>
+   <dt><code title="dom-Element-getAttribute">Element.getAttribute()</code></dt>
+   <dt><code title="dom-Element-getAttributeNode">Element.getAttributeNode()</code></dt>
 
    <dd>
 
@@ -356,8 +358,8 @@
    </dd>
 
 
-   <dt><code title="">Document.getElementsByTagName()</code></dt>
-   <dt><code title="">Element.getElementsByTagName()</code></dt>
+   <dt><code title="dom-Document-getElementsByTagName">Document.getElementsByTagName()</code></dt>
+   <dt><code title="dom-Element-getElementsByTagName">Element.getElementsByTagName()</code></dt>
 
    <dd>
 

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- obsolete.html	29 Mar 2010 06:17:15 -0000	1.571
+++ obsolete.html	1 Apr 2010 03:17:05 -0000	1.572
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -425,7 +427,7 @@
 
    <dt><dfn id="attr-a-urn" title="attr-a-urn"><code>urn</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt>
    <dt><dfn id="attr-link-urn" title="attr-link-urn"><code>urn</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt>
-   <dd><p>Specify the preferred persistent identifier using the <code title="attr-href">href</code> attribute instead.</p></dd>
+   <dd><p>Specify the preferred persistent identifier using the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute instead.</p></dd>
 
    <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="the-map-element.html#the-area-element">area</a></code> elements</dt>
    <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code>
@@ -466,7 +468,7 @@
    <dd><p>Repeat the <code><a href="the-iframe-element.html#the-object-element">object</a></code> element completely each time the resource is to be reused.</p></dd>
 
    <dt><dfn id="attr-object-standby" title="attr-object-standby"><code>standby</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt>
-   <dd><p>Optimise the linked resource so that it loads quickly or, at least, incrementally.</p></dd>
+   <dd><p>Optimize the linked resource so that it loads quickly or, at least, incrementally.</p></dd>
 
    <dt><dfn id="attr-param-type" title="attr-param-type"><code>type</code></dfn> on <code><a href="the-iframe-element.html#the-param-element">param</a></code> elements</dt>
    <dt><dfn id="attr-param-valuetype" title="attr-param-valuetype"><code>valuetype</code></dfn> on <code><a href="the-iframe-element.html#the-param-element">param</a></code> elements</dt>

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- named-character-references.html	29 Mar 2010 06:17:14 -0000	1.570
+++ named-character-references.html	1 Apr 2010 03:17:04 -0000	1.571
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -294,11 +296,14 @@
 
   <h3 id="named-character-references"><span class="secno">8.2 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported
   by HTML, and the code points to which they refer. It is referenced
-  by the previous sections.</p><div class="tall-and-narrow">
-   <table><thead><tr><th> Name </th> <th> Character </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td <td> U+00391 </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">arv;</code> </td> <td> U+02AE7 </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> </tr><tr><td> <code title=""Cap;</code> </td> <td> U+022D2 </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </t> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title="">Cross;/code> </td> <td> U+02A2F </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">Delta;</code> </t> <td> U+00394 </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">DoubeDot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title"">DownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">Downarrow;</code></td> <td> U+021D3 </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> </tr><!-- (invalid entity with missing emicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> </t><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma</code> </td> <td> U+00393 </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td></tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> </tr><tr><td> <code title="">HumpDownHump;<code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Imcr;</code> </td> <td> U+0012A </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> </tr<!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> </tr><tr><td> code title="">Kscr;</code> </td> <td> U+1D4A6 </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+0214 </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> </tr><tr><td> <cod title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">LessLess;</code> /td> <td> U+02AA1 </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> </tr><tr><td> <code title="">LowerLeftArrw;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> </tr><tr><td> <code title=">NJcy;</code> </td> <td> U+0040A </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> </tr><tr><td> <coe title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 <td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+0003 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> </tr><tr><td> <code title=">Or;</code> </td> <td> U+02A54 </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </t> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title=""Proportional;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> </tr><tr><td> <code title=">Rcaron;</code> </td> <td> U+00158 </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> </tr><tr><td> <code ttle="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> </tr><tr><td> <code title="">RihtUpVector;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> </tr><tr><td> <code title="">Sacute;</code> </t> <td> U+0015A </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> </tr><tr><td> <ode title="">Square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> </tr><tr><d> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> </tr><tr><td> <code title="">Tau;</code> </td> <d> U+003A4 </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> </tr><tr><td> <code title=">Tstrok;</code> </td> <td> U+00166 </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> </tr><tr><td> code title="">UnderBar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code titl="">UpTeeArrow;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 /td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> </tr><tr><td> <code title=""Wcirc;</code> </td> <td> U+00174 </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> </tr><tr><td> <code title="">Ycy;</code></td> <td> U+0042B </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> </tr><tr><td> <code title="">aacute;</code> </td <td> U+000E1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> </tr><!-- (invalid entity with missing semiclon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> </tr><tr><td> <code title="">angle;</code></td> <td> U+02220 </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> </tr><tr><td> code title="">angzarr;</code> </td> <td> U+0237C </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> </tr><tr><td> <codetitle="">asymp;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+02BD </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> </tr><tr><td> <code title="">between;</code> </td> <t> U+0226C </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td><code title="">bkarow;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> </tr><tr><td> <code title=">bot;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> </tr><tr><td> <code title="">boUr;</code> </td> <td> U+02559 </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> </tr><tr><td> <code title="">boxhU;/code> </td> <td> U+02568 </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> </tr><tr><td> <code title="">bovl;</code> </td> <td> U+02524 </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title=""bump;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> </tr><tr><td> <code titl="">ccedil;</code> </td> <td> U+000E7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> </tr><tr><t> <code title="">checkmark;</code> </td> <td> U+02713 </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">cirfnint;</ode> </td> <td> U+02A10 </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> </tr><tr><td> <code tile="">congdot;</code> </td> <td> U+02A6D </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> </tr><tr><td> <code ttle="">cudarrl;</code> </td> <td> U+02938 </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> </tr<tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> </tr><tr><td> <code title="">dagger</code> </td> <td> U+02020 </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta</code> </td> <td> U+003B4 </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> </tr><!-- (invalid entity withmissing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> /tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">duarr;/code> </td> <td> U+021F5 </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code titl="">ecy;</code> </td> <td> U+0044D </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> </tr><tr><td> <code title="">emacr;</ode> </td> <td> U+00113 </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsilon;</cde> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> </tr><tr><td> <code ttle="">esdot;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> </tr<tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> </tr><-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> </tr><tr><td> <code title="">frac56;</code> </td> <td>U+0215A </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 /td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> </tr<tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> </tr><tr><td> <code tile="">gsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> </tr><tr<td> <code title="">gtrless;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> </tr><tr><td> <code title="">hyphen;</code> </t> <td> U+02010 </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">iiiint;</code> /td> <td> U+02A0C </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> </tr><tr><td> <code title="">infintie;</coe> </td> <td> U+029DD </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">scr;</code> </td> <td> U+1D4BE </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> </tr><tr><td> <code title="">jmath</code> </td> <td> U+00237 </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> </tr><tr><td> <code title="">lAarr;</code> /td> <td> U+021DA </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">laquo;</code> </td><td> U+000AB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> </tr><tr><td> <code title="">lbbrk;</code </td> <td> U+02772 </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> </tr><tr><td> <code title="">ldrushar</code> </td> <td> U+0294B </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> </tr><tr><td> <cod title="">leq;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </d> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> </t><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> td> U+027F7 </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> </tr><tr><td> <codetitle="">lparlt;</code> </td> <td> U+02993 </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> </tr><tr><td> <code tite="">lsquor;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> </tr><tr><td> <codetitle="">lurdshar;</code> </td> <td> U+0294A </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> /tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+0238 </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nRightarrow;</code></td> <td> U+021CF </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> </tr><tr><td> <code title="">ncedi;</code> </td> <td> U+00146 </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> </tr><tr><td> <code title="">nge;</cde> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U02025 </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">notinva;</code> </d> <td> U+02209 </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrigharrow;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> </tr><tr><td> <ode title="">nsub;</code> </td> <td> U+02284 </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">ntrianglerighteq;</coe> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwnear;/code> </td> <td> U+02927 </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> </tr><tr><td> <code title="">ofcir;<code> </td> <td> U+029BF </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> </tr><tr><td> <code title="">omega;</code></td> <td> U+003C9 </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </t> <td> U+000BA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> </tr><!-- (invalid entity with mising semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> </tr><tr><td> <code title=">pfr;</code> </td> <td> U+1D52D </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> </tr><tr><td> <code title=">plusdo;</code> </td> <td> U+02214 </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code tile="">prcue;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> /tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+29B3 </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">rarrpl;</code> </td> td> U+02945 </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> </tr><tr><td> <code title="">rcedil;<code> </td> <td> U+00157 </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> </tr><!-- (invalid entity with missing smicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td>U+021CC </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> </tr><tr><td> <ode title="">ropar;</code> </td> <td> U+02986 </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> </tr><tr><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> </tr><tr><td> code title="">rtimes;</code> </td> <td> U+022CA </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code ttle="">scedil;</code> </td> <td> U+0015F </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> </tr><tr><td> <code itle="">sect;</code> </td> <td> U+000A7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> </tr><!-- invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> </tr><t><td> <code title="">slarr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td></tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">squf;</code> </td> <td> +025AA </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subedot;</code </td> <td> U+02AC3 </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> </tr><tr><td> <codetitle="">succapprox;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supseteq;</code> </t> <td> U+02287 </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> </tr><tr><td> <code titl="">tau;</code> </td> <td> U+003C4 </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> </tr><tr><td> code title="">thinsp;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> </tr>tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> </tr><tr><td> <code title"">trie;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td></tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">upharpoonleft;</coe> </td> <td> U+021BF </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> </tr><tr><td> <code tile="">utri;</code> </td> <td> U+025B5 </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> </tr><tr<td> <code title="">varpi;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> </tr><tr><td> <code title="">verbar;</code> </td> td> U+0007C </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U1D568 </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> </tr<tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only)--><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> </tr><tr<td> <code title="">zdot;</code> </td> <td> U+0017C </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> </tr></tbody></table><!--
+  by the previous sections.</p><div id="named-character-references-table">
+   <table><thead><tr><th> Name </th> <th> Character </th> <th> Glyph </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span>&#198;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span>&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span>&#193;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span>&#258;</span> </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span>&#194;</span> </td> </tr>!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span>&#1040;</span> </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span>&#192;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span>&#913;</span> </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span>&#256;</span> </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span>&#10835;</span> </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span>&#260;</span> </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+D538 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span>&#8289;</span> </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> <td> <span>&#197;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span>&#8788;</span> </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span>&#195;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span>&#196;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity wih missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span>&#8726;</span> </td> </tr><tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span>&#10983;</span> </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span>&#8966;</span> </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span>&#1041;</span> </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span>&#8757;</span> </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span>&#8492;</span> </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span>&#914;</span> </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span>&#728;</san> </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> <td> <span>&#8492;</span> </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span>&#8782;</span> </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span>&#1063;</span> </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span>&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span>&#262;</span> </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span>&#8914;</span> </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span>&#8517;</span> </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td> <span>&#8493;</span> </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U0010C </td> <td> <span>&#268;</span> </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span>&#199;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span>&#264;</span> </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span>&#8752;</span> </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span>&#266;</span> </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span>&#184;</span> </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span>&#183;</span> </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span>&#8493;</span> </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span>&#935;</span> </td> </tr><tr><td> <code title="">CircleDo;</code> </td> <td> U+02299 </td> <td> <span>&#8857;</span> </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span>&#8854;</span> </td> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span>&#8853;</span> </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span>&#8855;</span> </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span>&#8754;</span> </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span>&#8221;</span> </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span>&#8217;</span> </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span>&#8759;</span> </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span>&#10868;</span> </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span>&#8801;</pan> </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span>&#8751;</span> </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span>&#8750;</span> </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span>&#8450;</span> </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span>&#8720;</span> </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span>&#8755;</span> </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span>&#10799;</span> </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span>&#8915;</span> </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span>&#8781;</span> </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span>&#817;</span> </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span>&#10513;</span> </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span>&#1026;</span> </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span>&#1029;</span> </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span>&#1039;</span> </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span>&#8225;</span> </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span>&#8609;</span> </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> <td> <span>&#10980;</span> </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span>&#270;</span> </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span>&#1044;</span> </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span>&#8711;</span> </td> </tr><t><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span>&#916;</span> </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span></span> </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span>&#180;</span> </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span>&#729;</span> </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span>&#733;</span> </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span>`</span> </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span>&#732;</span> </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span>&#8900;</span> </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span>&#8518;</span> </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span></san> </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span>&#168;</span> </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span>&#9676;&#8412;</span> </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span>&#8784;</span> </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span>&#8751;</span> </td> </tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span>&#168;</span> </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span>&#8659;</span> </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span>&#8656;</span> </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> <td> <span>&#8660;</span> </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span>&#10980;</span> </td> </tr><tr><td> <code title="">DoubleLongLetArrow;</code> </td> <td> U+027F8 </td> <td> <span>&#10232;</span> </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span>&#10234;</span> </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span>&#10233;</span> </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span>&#8658;</span> </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span>&#8872;</span> </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span>&#8657;</span> </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span>&#8661;</span> </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span>&#8741;</span> </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span>&#8595;</span> </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <d> U+02913 </td> <td> <span>&#10515;</span> </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span>&#8693;</span> </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> <td> <span>&#9676;&#785;</span> </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span>&#10576;</span> </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span>&#10590;</span> </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span>&#8637;</span> </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span>&#10582;</span> </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span>&#10591;</span> </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span>&#8641;</span> </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </d> <td> <span>&#10583;</span> </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span>&#8868;</span> </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span>&#8615;</span> </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span>&#8659;</span> </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span></span> </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span>&#272;</span> </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span>&#330;</span> </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span>&#208;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span>&#201;</span> </td> </tr><!-- (invalid entity with missing semiolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span>&#282;</span> </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span>&#202;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td> <span>&#1069;</span> </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span>&#278;</span> </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> <td> <span>&#200;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code> </t> <td> U+02208 </td> <td> <span>&#8712;</span> </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span>&#274;</span> </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span>&#9723;</span> </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span>&#9643;</span> </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span>&#280;</span> </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> <td> <span>&#917;</span> </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span>&#10869;</span> </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span>&#8770;</span> </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span>&#8652;</span> </td> </tr><tr><td> <code title="">Escr;</code </td> <td> U+02130 </td> <td> <span>&#8496;</span> </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span>&#10867;</span> </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span>&#919;</span> </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span>&#203;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span>&#8707;</span> </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span>&#8519;</span> </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span>&#1060;</span> </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span></span> </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span>&#9724;</span> </td> </tr><tr><td> <cde title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span>&#9642;</span> </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span></span> </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span>&#8704;</span> </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span>&#8497;</span> </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span>&#8497;</span> </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span>&#1027;</span> </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span>&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span>&#915;</span> </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span>&#988;</spn> </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> <td> <span>&#286;</span> </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span>&#290;</span> </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span>&#284;</span> </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span>&#1043;</span> </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span>&#288;</span> </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span></span> </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span>&#8921;</span> </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span></span> </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span>&#8805;</span> </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span>&#8923;</span> </td> </tr><tr><td> <code itle="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span>&#8807;</span> </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span>&#10914;</span> </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span>&#8823;</span> </td> </tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span>&#10878;</span> </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span>&#8819;</span> </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span>&#8811;</span> </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span>&#1066;</span> </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span>&#711;</span> </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span>^</span> </td> </tr><tr><td> <ode title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span>&#292;</span> </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span>&#8460;</span> </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> <td> <span>&#8459;</span> </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span>&#8461;</span> </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span>&#9472;</span> </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span>&#8459;</span> </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span>&#294;</span> </td> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span>&#8782;</span> </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span>&#8783;</span> </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> <td> <span>&#1045;</span> </td> </tr><tr><td> <coe title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span>&#306;</span> </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span>&#1025;</span> </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span>&#205;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span>&#206;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <span>&#1048;</span> </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <a href="text-level-semantics.html#the-i-element">&#304;</a> </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span>&#8465;</span> </td> </tr><tr><td> <code itle="">Igrave;</code> </td> <td> U+000CC </td> <td> <span>&#204;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span>&#8465;</span> </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span>&#298;</span> </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span>&#8520;</span> </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span>&#8658;</span> </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span>&#8748;</span> </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> <td> <span>&#8747;</span> </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> <td> <span>&#8898;</span> </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span>#8291;</span> </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span>&#8290;</span> </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span>&#302;</span> </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span>&#921;</span> </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span>&#8464;</span> </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span>&#296;</span> </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span>&#1030;</span> </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span>&#207;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 <td> <td> <span>&#308;</span> </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span>&#1049;</span> </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> <td> <span>&#1032;</span> </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span>&#1028;</span> </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span>&#1061;</span> </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span>&#1036;</span> </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span>&#922;</span> </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span>&#310;</span> </td> </tr><tr><td> <cde title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span>&#1050;</span> </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span>&#1033;</span> </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span>&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span>&#313;</span> </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span>&#923;</span> </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span>&#10218;</span> </td> </tr><tr><td> <code title="">aplacetrf;</code> </td> <td> U+02112 </td> <td> <span>&#8466;</span> </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span>&#8606;</span> </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span>&#317;</span> </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span>&#315;</span> </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span>&#1051;</span> </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span>&#9001;</span> </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span>&#8592;</span> </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span>&#8676;</span> </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span>&#8646;</span> </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span>&#8968;</span> </td> </tr><tr<td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span>&#10214;</span> </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span>&#10593;</span> </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span>&#8643;</span> </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span>&#10585;</span> </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span>&#8970;</span> </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span>&#8596;</span> </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span>&#10574;</span> </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span>&#8867;</span> </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span>&#8612;</span> </td> </tr><tr><td> <code title="">LeftTeeVector;</code></td> <td> U+0295A </td> <td> <span>&#10586;</span> </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span>&#8882;</span> </td> </tr><tr><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span>&#10703;</span> </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span>&#8884;</span> </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span>&#10577;</span> </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span>&#10592;</span> </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span>&#8639;</span> </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span>&#10584;</span> </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <span>&#8636;</span> </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span>&10578;</span> </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span>&#8656;</span> </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span>&#8660;</span> </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span>&#8922;</span> </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span>&#8806;</span> </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span>&#8822;</span> </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> <td> <span>&#10913;</span> </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span>&#10877;</span> </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span>&#8818;</span> </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+02D8 </td> <td> <span>&#8920;</span> </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span>&#8666;</span> </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span>&#319;</span> </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <span>&#10229;</span> </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span>&#10231;</span> </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span>&#10230;</span> </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span>&#10232;</span> </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span>&#10234;</span> </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span>&#10233;</span> </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span></span> </td> </tr><tr><td> <cod title="">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <span>&#8601;</span> </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span>&#8600;</span> </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span>&#8466;</span> </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span>&#8624;</span> </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span>&#321;</span> </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span>&#8810;</span> </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span>&#10501;</span> </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span>&#1052;</span> </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span>&#8287;</span> </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span>&#8499;</span> </td> </tr><tr><td> <code ttle="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span></span> </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> <td> <span>&#8723;</span> </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span>&#8499;</span> </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span>&#924;</span> </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span>&#1034;</span> </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span>&#323;</span> </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span>&#327;</span> </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span>&#325;</span> </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span>&#1053;</span> </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <t> U+0200B </td> <td> <span>&#8203;</span> </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span>&#8203;</span> </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span>&#8203;</span> </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span>&#8203;</span> </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span>&#8811;</span> </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span>&#8810;</span> </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span>
+</span> </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span></span> </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span>&#8288;</span> </td> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span>&#160;</span> </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span>&#8469;</span> </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span>&#10988;</span> </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span>&#8802;</span> </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span>&#8813;</span> </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span>&#8742;</span> </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span>&#8713;</span> </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td><span>&#8800;</span> </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span>&#8708;</span> </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span>&#8815;</span> </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span>&#8817;</span> </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span>&#8825;</span> </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span>&#8821;</span> </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span>&#8938;</span> </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span>&#8940;</span> </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span>&#8814;</span> </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span>&#8816;</span> </td> </tr><tr><td> <code tite="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span>&#8824;</span> </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span>&#8820;</span> </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> <td> <span>&#8832;</span> </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span>&#8928;</span> </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span>&#8716;</span> </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span>&#8939;</span> </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span>&#8941;</span> </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span>&#8930;</span> </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span>&#8931;</span> </td> </tr><tr><td> <code title="">NotSubseEqual;</code> </td> <td> U+02288 </td> <td> <span>&#8840;</span> </td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span>&#8833;</span> </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span>&#8929;</span> </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span>&#8841;</span> </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span>&#8769;</span> </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span>&#8772;</span> </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span>&#8775;</span> </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span>&#8777;</span> </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span>&#8740;</span> </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span>/span> </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span>&#209;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span>&#925;</span> </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span>&#338;</span> </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span>&#211;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span>&#212;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span>&#1054</span> </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span>&#336;</span> </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span>&#210;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> <td> <span>&#332;</span> </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span>&#937;</span> </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span>&#927;</span> </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span></span> </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span>&#8220;</span> </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+0218 </td> <td> <span>&#8216;</span> </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span>&#10836;</span> </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> <span></span> </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span>&#216;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span>&#213;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span>&#10807;</span> </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span>&#214;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with issing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span>&#8254;</span> </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span>&#9182;</span> </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span>&#9140;</span> </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span>&#9180;</span> </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span>&#8706;</span> </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span>&#1055;</span> </td> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span>&#934;</span> </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span>&#928;</span> </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td <span>&#177;</span> </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span>&#8460;</span> </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span>&#8473;</span> </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> <td> <span>&#10939;</span> </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span>&#8826;</span> </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span>&#10927;</span> </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span>&#8828;</span> </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span>&#8830;</span> </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> <td> <span>&#8243;</span> </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span>&#8719;</span> </td> </tr><tr><td> <code title="">Proportion;</code> </td> <d> U+02237 </td> <td> <span>&#8759;</span> </td> </tr><tr><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span>&#8733;</span> </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span></span> </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <span>&#936;</span> </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span>"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span>&#8474;</span> </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span></span> </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span>&#10512;</span> </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000E </td> <td> <span>&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span>&#340;</span> </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span>&#10219;</span> </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span>&#8608;</span> </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> <td> <span>&#10518;</span> </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span>&#344;</span> </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span>&#342;</span> </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span>&#1056;</span> </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span>&#8476;</span> </td> </tr><tr><td> <code title="">ReverseElement</code> </td> <td> U+0220B </td> <td> <span>&#8715;</span> </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span>&#8651;</span> </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> <td> <span>&#10607;</span> </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span>&#8476;</span> </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span>&#929;</span> </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span>&#9002;</span> </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span>&#8594;</span> </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span>&#8677;</span> </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span>&#8644;</span> </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> <td> <span>&#8969;<span> </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span>&#10215;</span> </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span>&#10589;</span> </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span>&#8642;</span> </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span>&#10581;</span> </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span>&#8971;</span> </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span>&#8866;</span> </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span>&#8614;</span> </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span>&#10587;</span> </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span>&#8883;</span> </td> </tr><tr><td> <code titl="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span>&#10704;</span> </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span>&#8885;</span> </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span>&#10575;</span> </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> <td> <span>&#10588;</span> </td> </tr><tr><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span>&#8638;</span> </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span>&#10580;</span> </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span>&#8640;</span> </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span>&#10579;</span> </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span>&#8658;</span> </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+011D </td> <td> <span>&#8477;</span> </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> <td> <span>&#10608;</span> </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span>&#8667;</span> </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span>&#8475;</span> </td> </tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span>&#8625;</span> </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span>&#10740;</span> </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span>&#1065;</span> </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span>&#1064;</span> </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> <span>&#1068;</span> </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span>&#346;</span> </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </d> <td> <span>&#10940;</span> </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span>&#352;</span> </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span>&#350;</span> </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span>&#348;</span> </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span>&#1057;</span> </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span>&#8595;</span> </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span>&#8592;</span> </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span>&#8594;</span> </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span>&#8593;</span> </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 <td> <td> <span>&#931;</span> </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span>&#8728;</span> </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span></span> </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span>&#8730;</span> </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span>&#9633;</span> </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span>&#8851;</span> </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span>&#8847;</span> </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span>&#8849;</span> </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span>&#8848;</span> </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span>&#8850;</span> </td> </tr><tr><td> <code title="">SquarUnion;</code> </td> <td> U+02294 </td> <td> <span>&#8852;</span> </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span></span> </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span>&#8902;</span> </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span>&#8912;</span> </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span>&#8912;</span> </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span>&#8838;</span> </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span>&#8827;</span> </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span>&#10928;</span> </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span>&#8829;</span> </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span>&#8831;</span> </td> </tr><tr><td> <code tile="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span>&#8715;</span> </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span>&#8721;</span> </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span>&#8913;</span> </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span>&#8835;</span> </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span>&#8839;</span> </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span>&#8913;</span> </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span>&#222;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span>&#8482;</span> </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span>&#1035;</spa> </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span>&#1062;</span> </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span>	</span> </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span>&#932;</span> </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span>&#356;</span> </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span>&#354;</span> </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span>&#1058;</span> </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span>&#8756;</span> </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span>&#920;</span> </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span>&#8201;</span> </td> </tr><tr><td> <code title="">Tlde;</code> </td> <td> U+0223C </td> <td> <span>&#8764;</span> </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span>&#8771;</span> </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span>&#8773;</span> </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span></span> </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span>&#9676;&#8411;</span> </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span></span> </td> </tr><tr><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span>&#358;</span> </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span>&#218;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy supportonly) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span>&#8607;</span> </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span>&#10569;</span> </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span>&#1038;</span> </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span>&#364;</span> </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> <td> <span>&#219;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span>&#1059;</span> </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span>&#368;</span> </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span>&#27;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span>&#362;</span> </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span>_</span> </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span>&#9183;</span> </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span>&#9141;</span> </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span>&#9181;</span> </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span>&#8899;</span> </td> </tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> <td> <span>&#8846;</span> </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span>&#370;</span> </td> </tr><tr><td> <code title="">Uopf;</code </td> <td> U+1D54C </td> <td> <span></span> </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span>&#8593;</span> </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span>&#10514;</span> </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span>&#8645;</span> </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span>&#8597;</span> </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span>&#10606;</span> </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> <td> <span>&#8869;</span> </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span>&#8613;</span> </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span>&#8657;</span> </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span>&#8661;</span> </td> </tr><tr><td> <code titl="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span>&#8598;</span> </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span>&#8599;</span> </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span>&#978;</span> </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span>&#933;</span> </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <span>&#366;</span> </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span>&#360;</span> </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span>&#220;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span>&#8875;</span> </d> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span>&#10987;</span> </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span>&#1042;</span> </td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span>&#8873;</span> </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span>&#10982;</span> </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span>&#8897;</span> </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span>&#8214;</span> </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span>&#8214;</span> </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span>&#8739;</span> </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span>|</span> </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span>&#10072;</span> </td> <tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span>&#8768;</span> </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span>&#8202;</span> </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span>&#8874;</span> </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span>&#372;</span> </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span>&#8896;</span> </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span></span> </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Wscr;</code> </td> <t> U+1D4B2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span>&#926;</span> </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span></span> </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span>&#1071;</span> </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span>&#1031;</span> </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span>&#1070;</span> </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span>&#221;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <d> <span>&#374;</span> </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span>&#1067;</span> </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> <td> <span>&#376;</span> </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span>&#1046;</span> </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span>&#377;</span> </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span>&#381;</span> </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span>&#1047;</span> </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span>&#379;</span> </td> </tr><tr><td> <code title=">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span>&#8203;</span> </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span>&#918;</span> </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span>&#8488;</span> </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span>&#8484;</span> </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span>&#225;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span>&#259;</span> </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span>&#8766;</span> </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> <td> <span>&#8767;</span> </td> </tr><tr><td> <ode title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span>&#226;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span>&#180;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span>&#1072;</span> </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span>&#230;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span>&#8289;</span> </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span></span> </td> </tr><tr><td> <code tite="">agrave;</code> </td> <td> U+000E0 </td> <td> <span>&#224;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span>&#8501;</span> </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span>&#8501;</span> </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span>&#945;</span> </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span>&#257;</span> </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span>&#10815;</span> </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span>&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 <td> <td> <span>&#8743;</span> </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> <td> <span>&#10837;</span> </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span>&#10844;</span> </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span>&#10840;</span> </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span>&#10842;</span> </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span>&#8736;</span> </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span>&#10660;</span> </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span>&#8736;</span> </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span>&#8737;</span> </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span>&#10664;</span> </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <pan>&#10665;</span> </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span>&#10666;</span> </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span>&#10667;</span> </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span>&#10668;</span> </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span>&#10669;</span> </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span>&#10670;</span> </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span>&#10671;</span> </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span>&#8735;</span> </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span>&#8894;</span> </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span>&#10653;</span> </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </t> <td> <span>&#8738;</span> </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span>&#197;</span> </td> </tr><tr><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span>&#9084;</span> </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> <td> <span>&#261;</span> </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span>&#10864;</span> </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span>&#10863;</span> </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span>&#8778;</span> </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span>&#8779;</span> </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span>'</span> </td> </tr><tr<td> <code title="">approx;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span>&#8778;</span> </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span>&#229;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span>*</span> </td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span>&#8781;</span> </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span>&#227;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity ith missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span>&#228;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span>&#8755;</span> </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span>&#10769;</span> </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span>&#10989;</span> </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span>&#8780;</span> </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span>&#1014;</span> </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span>&#8245;</span> </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span>&#8765;</span> </td> </tr><tr><td> <cde title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span>&#8909;</span> </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span>&#8893;</span> </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span>&#8965;</span> </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span>&#8965;</span> </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span>&#9141;</span> </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span>&#9142;</span> </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> <td> <span>&#8780;</span> </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span>&#1073;</span> </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span>&#8222;</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span>&#8757;</span> </td> </tr><tr><td> <code title="">ecause;</code> </td> <td> U+02235 </td> <td> <span>&#8757;</span> </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span>&#10672;</span> </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span>&#1014;</span> </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span>&#8492;</span> </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span>&#946;</span> </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span>&#8502;</span> </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span>&#8812;</span> </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span></span> </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span>&#8898;</span> </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span>&#9711;</span> </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td U+022C3 </td> <td> <span>&#8899;</span> </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> <td> <span>&#10752;</span> </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span>&#10753;</span> </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span>&#10754;</span> </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span>&#10758;</span> </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span>&#9733;</span> </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span>&#9661;</span> </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span>&#9651;</span> </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> <td> <span>&#10756;</span> </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span>&#8897;</span> </td> </tr><tr><td> <code title="">bigwege;</code> </td> <td> U+022C0 </td> <td> <span>&#8896;</span> </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span>&#10509;</span> </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span>&#10731;</span> </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span>&#9642;</span> </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span>&#9652;</span> </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> <td> <span>&#9662;</span> </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span>&#9666;</span> </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span>&#9656;</span> </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span>&#9251;</span> </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span>&#9618;</span></td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span>&#9617;</span> </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span>&#9619;</span> </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> <td> <span>&#9608;</span> </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span>&#8976;</span> </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span></span> </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span>&#8869;</span> </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span>&#8869;</span> </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <span>&#8904;</span> </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span>&#9559;</span> </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span>&#9556;</span> </td> </tr><tr><td> <code title"">boxDl;</code> </td> <td> U+02556 </td> <td> <span>&#9558;</span> </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span>&#9555;</span> </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span>&#9552;</span> </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span>&#9574;</span> </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span>&#9577;</span> </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span>&#9572;</span> </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span>&#9575;</span> </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span>&#9565;</span> </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span>&#9562;</span> </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span>&#9564;</span> </td> </tr><tr><td> <code title="">boxUr;</code> </td> td> U+02559 </td> <td> <span>&#9561;</span> </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span>&#9553;</span> </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span>&#9580;</span> </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span>&#9571;</span> </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span>&#9568;</span> </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span>&#9579;</span> </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span>&#9570;</span> </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span>&#9567;</span> </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span>&#10697;</span> </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span>&#9557;</span> </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> <td <span>&#9554;</span> </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span>&#9488;</span> </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span>&#9484;</span> </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span>&#9472;</span> </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span>&#9573;</span> </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span>&#9576;</span> </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span>&#9516;</span> </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span>&#9524;</span> </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span>&#8863;</span> </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span>&#8862;</span> </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span>&#8864;<span> </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span>&#9563;</span> </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span>&#9560;</span> </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span>&#9496;</span> </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span>&#9492;</span> </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span>&#9474;</span> </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> <td> <span>&#9578;</span> </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span>&#9569;</span> </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span>&#9566;</span> </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span>&#9532;</span> </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span>&#9508;</span> </td> </tr><tr><t> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span>&#9500;</span> </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span>&#8245;</span> </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span>&#728;</span> </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span>&#166;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span></span> </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span>&#8271;</span> </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span>&#8765;</span> </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span>&#8909;</span> </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span>\</span> </td> </tr><r><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span>&#10693;</span> </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span>&#10184;</span> </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span>&#8226;</span> </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span>&#8226;</span> </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span>&#8782;</span> </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span>&#10926;</span> </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span>&#8783;</span> </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span>&#8783;</span> </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span>&#263;</span> </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span>&#8745;</span> </td> </tr><tr><td> <code title"">capand;</code> </td> <td> U+02A44 </td> <td> <span>&#10820;</span> </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span>&#10825;</span> </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span>&#10827;</span> </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span>&#10823;</span> </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span>&#10816;</span> </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span>&#8257;</span> </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span>&#711;</span> </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span>&#10829;</span> </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span>&#269;</span> </td> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span>&#231;</span> </td> </tr><!-- (invalid entity with missig semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span>&#265;</span> </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> <td> <span>&#10828;</span> </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span>&#10832;</span> </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span>&#267;</span> </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span>&#184;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span>&#10674;</span> </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span>&#162;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support ony) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span>&#183;</span> </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span></span> </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span>&#1095;</span> </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span>&#10003;</span> </td> </tr><tr><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span>&#10003;</span> </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span>&#967;</span> </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span>&#9675;</span> </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span>&#10691;</span> </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span>&#710;</span> </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+2257 </td> <td> <span>&#8791;</span> </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span>&#8634;</span> </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span>&#8635;</span> </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span>&#174;</span> </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span>&#9416;</span> </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span>&#8859;</span> </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span>&#8858;</span> </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> <td> <span>&#8861;</span> </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span>&#8791;</span> </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span>&#10768;</span> </td> </tr><tr><td> <code title="">cirmd;</code> </td> <td> U+02AEF </td> <td> <span>&#10991;</span> </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span>&#10690;</span> </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span>&#9827;</span> </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span>&#9827;</span> </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span>:</span> </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span>&#8788;</span> </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span>&#8788;</span> </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span>,</span> </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span>@</span> </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span>&#8705;</span> </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 /td> <td> <span>&#8728;</span> </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span>&#8705;</span> </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> <td> <span>&#8450;</span> </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span>&#8773;</span> </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span>&#10861;</span> </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span>&#8750;</span> </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span></span> </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span>&#8720;</span> </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span>&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</ode> </td> <td> U+02117 </td> <td> <span>&#8471;</span> </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span>&#8629;</span> </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span>&#10007;</span> </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span></span> </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span>&#10959;</span> </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span>&#10961;</span> </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span>&#10960;</span> </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span>&#10962;</span> </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span>&#8943;</span> </td> </tr><tr><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> <td> <span>&#10552;</span> </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+0293 </td> <td> <span>&#10549;</span> </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span>&#8926;</span> </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span>&#8927;</span> </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span>&#8630;</span> </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span>&#10557;</span> </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <span>&#8746;</span> </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span>&#10824;</span> </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span>&#10822;</span> </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span>&#10826;</span> </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span>&#8845;</span> </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td <span>&#10821;</span> </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span>&#8631;</span> </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span>&#10556;</span> </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span>&#8926;</span> </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span>&#8927;</span> </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span>&#8910;</span> </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span>&#8911;</span> </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span>&#164;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span>&#8630;</span> </td> </tr><tr><td> <cde title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span>&#8631;</span> </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span>&#8910;</span> </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span>&#8911;</span> </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span>&#8754;</span> </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> <td> <span>&#8753;</span> </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span>&#9005;</span> </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span>&#8659;</span> </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> <td> <span>&#10597;</span> </td> </tr><tr><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span>&#8224;</span> </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span>&#8504;</span> </td> </tr><tr><td> <code titl="">darr;</code> </td> <td> U+02193 </td> <td> <span>&#8595;</span> </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span>&#8208;</span> </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> <td> <span>&#8867;</span> </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span>&#10511;</span> </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span>&#733;</span> </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span>&#271;</span> </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span>&#1076;</span> </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span>&#8518;</span> </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span>&#8225;</span> </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span>&#8650;</span> </td> </tr><tr><td> <code title="">ddotseq;</code> </td><td> U+02A77 </td> <td> <span>&#10871;</span> </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span>&#176;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> <td> <span>&#948;</span> </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span>&#10673;</span> </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span>&#10623;</span> </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span>&#8643;</span> </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span>&#8642;</span> </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span>&#8900;</span> </td> </tr><tr><td> <code title="">diamon;</code> </td> <td> U+022C4 </td> <td> <span>&#8900;</span> </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span>&#9830;</span> </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span>&#9830;</span> </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span>&#168;</span> </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span>&#989;</span> </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span>&#8946;</span> </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span>&#247;</span> </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span>&#247;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span>&#8903;</span> </td> </t><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span>&#8903;</span> </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span>&#1106;</span> </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span>&#8990;</span> </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span>&#8973;</span> </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span>$</span> </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span>&#729;</span> </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span>&#8784;</span> </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span>&#8785;</span> </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span>&#8760;</span> </td> </tr><tr><td> <code title="">dotpls;</code> </td> <td> U+02214 </td> <td> <span>&#8724;</span> </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span>&#8865;</span> </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span>&#8966;</span> </td> </tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span>&#8595;</span> </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span>&#8650;</span> </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span>&#8643;</span> </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span>&#8642;</span> </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span>&#10512;</span> </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span>&#8991;</span> </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span>&#8972;</span> </td> </r><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span>&#1109;</span> </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span>&#10742;</span> </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span>&#273;</span> </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span>&#8945;</span> </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span>&#9663;</span> </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span>&#9662;</span> </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span>&#8693;</span> </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> <td> <span>&#10607;</span> </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span>&#10662;</span> </td> </tr><tr><td> <code title="">dzy;</code> </td> <td> U+0045F </td> <td> <span>&#1119;</span> </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span>&#10239;</span> </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span>&#10871;</span> </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span>&#8785;</span> </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span>&#233;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span>&#10862;</span> </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span>&#283;</span> </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span>&#8790;</span> </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span>&#234;</span> </td> </tr><!- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span>&#8789;</span> </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span>&#1101;</span> </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span>&#279;</span> </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span>&#8519;</span> </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> <td> <span>&#8786;</span> </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span></span> </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span>&#10906;</span> </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span>&#232;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with issing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span>&#10902;</span> </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span>&#10904;</span> </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span>&#10905;</span> </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span>&#9191;</span> </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span>&#8467;</span> </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span>&#10901;</span> </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span>&#10903;</span> </td> </tr><tr><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span>&#275;</span> </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span>&#8709;</span> </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span>#8709;</span> </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span>&#8709;</span> </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span>&#8196;</span> </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span>&#8197;</span> </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> <td> <span>&#8195;</span> </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span>&#331;</span> </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span>&#8194;</span> </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span>&#281;</span> </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span></span> </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span>&#8917;</span> </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span>&#10723;</span> </td> </tr><tr><td <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span>&#10865;</span> </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span>&#949;</span> </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span>&#949;</span> </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span>&#1013;</span> </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> <td> <span>&#8790;</span> </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span>&#8789;</span> </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> <td> <span>&#8770;</span> </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span>&#10902;</span> </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span>&#10901;</span> </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span>=</span> </td> </tr><tr><td> <code titl="">equest;</code> </td> <td> U+0225F </td> <td> <span>&#8799;</span> </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span>&#8801;</span> </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span>&#10872;</span> </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span>&#10725;</span> </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span>&#8787;</span> </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span>&#10609;</span> </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span>&#8495;</span> </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span>&#8784;</span> </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span>&#8770;</span> </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span>&#951;</span> </td> </tr><tr><td> <code title="">eth;</code> </d> <td> U+000F0 </td> <td> <span>&#240;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> <td> <span>&#235;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span>&#8364;</span> </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span>!</span> </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span>&#8707;</span> </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span>&#8496;</span> </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span>&#8519;</span> </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <t> <span>&#8786;</span> </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span>&#1092;</span> </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span>&#9792;</span> </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span>&#64259;</span> </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span>&#64256;</span> </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span>&#64260;</span> </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span></span> </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span>&#64257;</span> </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span>&#9837;</span> </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span>&#64258;</span> </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span>&#9649;</span> </t> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span>&#402;</span> </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span></span> </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span>&#8704;</span> </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span>&#8916;</span> </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> <span>&#10969;</span> </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span>&#10765;</span> </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span>&#189;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span>&#8531;</span> </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span>#188;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span>&#8533;</span> </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span>&#8537;</span> </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span>&#8539;</span> </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span>&#8532;</span> </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span>&#8534;</span> </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span>&#190;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span>&#8535;</span> </td> </tr><tr>td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span>&#8540;</span> </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span>&#8536;</span> </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span>&#8538;</span> </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> <td> <span>&#8541;</span> </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span>&#8542;</span> </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span>&#8260;</span> </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span>&#8994;</span> </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span></span> </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span>&#8807;</span> </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span>&#10892;</span> </td> </tr><tr><td> <code title="">gacute;</cde> </td> <td> U+001F5 </td> <td> <span>&#501;</span> </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span>&#947;</span> </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span>&#989;</span> </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span>&#10886;</span> </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span>&#287;</span> </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span>&#285;</span> </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span>&#1075;</span> </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span>&#289;</span> </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> <td> <span>&#8805;</span> </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span>&#8923;</span> </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <spn>&#8805;</span> </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span>&#8807;</span> </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span>&#10878;</span> </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span>&#10878;</span> </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span>&#10921;</span> </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span>&#10880;</span> </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span>&#10882;</span> </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span>&#10884;</span> </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span>&#10900;</span> </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span></span> </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span>&#8811;</span> </t> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span>&#8921;</span> </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> <td> <span>&#8503;</span> </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span>&#1107;</span> </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span>&#8823;</span> </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span>&#10898;</span> </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span>&#10917;</span> </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span>&#10916;</span> </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span>&#8809;</span> </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span>&#10890;</span> </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span>&#10890;</span> </td> </tr><tr><td> <code title=">gne;</code> </td> <td> U+02A88 </td> <td> <span>&#10888;</span> </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span>&#10888;</span> </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span>&#8809;</span> </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span>&#8935;</span> </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span></span> </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span>`</span> </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span>&#8458;</span> </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span>&#8819;</span> </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span>&#10894;</span> </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span>&#10896;</span> </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> td> <span>&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span>&#10919;</span> </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span>&#10874;</span> </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span>&#8919;</span> </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> <td> <span>&#10645;</span> </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span>&#10876;</span> </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span>&#10886;</span> </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span>&#10616;</span> </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span>&#8919;</span> </td> </tr><tr><td> <code title="">gtreqles;</code> </td> <td> U+022DB </td> <td> <span>&#8923;</span> </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span>&#10892;</span> </td> </tr><tr><td> <code title="">gtrless;</code> </td> <td> U+02277 </td> <td> <span>&#8823;</span> </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span>&#8819;</span> </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span>&#8660;</span> </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span>&#8202;</span> </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span>&#189;</span> </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td> <span>&#8459;</span> </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span>&#1098;</span> </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span>&#8596;</span> </td> </tr><tr><td> <code title="">harrcir;</code> </d> <td> U+02948 </td> <td> <span>&#10568;</span> </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span>&#8621;</span> </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span>&#8463;</span> </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span>&#293;</span> </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span>&#9829;</span> </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span>&#9829;</span> </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span>&#8230;</span> </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span>&#8889;</span> </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span></span> </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span>&#10533;</span> </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </d> <td> <span>&#10534;</span> </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span>&#8703;</span> </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> <td> <span>&#8763;</span> </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span>&#8617;</span> </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span>&#8618;</span> </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span></span> </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span>&#8213;</span> </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span></span> </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span>&#8463;</span> </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <span>&#295;</span> </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span>&#259;</span> </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span>&#8208;</span> </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span>&#237;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span>&#8291;</span> </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span>&#238;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span>&#1080;</span> </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span>&#1077;</span> </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span>&#161;</span> </td> </tr><!-- (invalid entiy with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span>&#8660;</span> </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span></span> </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span>&#236;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span>&#8520;</span> </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span>&#10764;</span> </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span>&#8749;</span> </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span>&#10716;</span> </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> td> <span>&#8489;</span> </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span>&#307;</span> </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span>&#299;</span> </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span>&#8465;</span> </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span>&#8464;</span> </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span>&#8465;</span> </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span>&#305;</span> </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> <td> <span>&#8887;</span> </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span>&#437;</span> </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span>&#8712;</span> </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span>&#8453;</span </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span>&#8734;</span> </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span>&#10717;</span> </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span>&#305;</span> </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span>&#8747;</span> </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span>&#8890;</span> </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span>&#8484;</span> </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span>&#8890;</span> </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span>&#10775;</span> </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span>&#10812;</span> </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span>&#1105;</span> </td> /tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span>&#303;</span> </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span></span> </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span>&#953;</span> </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span>&#10812;</span> </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span>&#191;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span></span> </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span>&#8712;</span> </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span>&#8953;</span> </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <span>&#8949;</span> </d> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span>&#8948;</span> </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> <td> <span>&#8947;</span> </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span>&#8712;</span> </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span>&#8290;</span> </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span>&#297;</span> </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span>&#1110;</span> </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span>&#239;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span>&#309;</span> </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span>&#181;</span> </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span></span> </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span>&#567;</span> </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span></span> </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span></span> </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span>&#1112;</span> </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span>&#1108;</span> </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span>&#954;</span> </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span>&#1008;</span> </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span>&#311;</span> </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span>&#1082;</span> </td> </tr><tr><td> <code title="">kfr</code> </td> <td> U+1D528 </td> <td> <span></span> </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span>&#312;</span> </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span>&#1093;</span> </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> <td> <span>&#1116;</span> </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span></span> </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span>&#8666;</span> </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span>&#8656;</span> </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span>&#10523;</span> </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span>&#10510;</span> </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span>&#886;</span> </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span>&#10891;</span> </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span>&#10594;</span> </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span>&#314;</span> </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span>&#10676;</span> </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span>&#8466;</span> </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span>&#955;</span> </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span>&#9001;</span> </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> <td> <span>&#10641;</span> </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span>&#9001;</span> </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span>&#10885;</span> </td> </r><tr><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span>&#171;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span>&#8592;</span> </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span>&#8676;</span> </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span>&#10527;</span> </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span>&#10525;</span> </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span>&#8617;</span> </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span>&#8619;</span> </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span>&#10553;</span> </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td><span>&#10611;</span> </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span>&#8610;</span> </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span>&#10923;</span> </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span>&#10521;</span> </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> <td> <span>&#10925;</span> </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span>&#10508;</span> </td> </tr><tr><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span>&#10098;</span> </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span>{</span> </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span>[</span> </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span>&#10635;</span> </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <span>&#10639;</span> </d> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span>&#10637;</span> </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span>&#318;</span> </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span>&#316;</span> </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <span>&#8968;</span> </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span>{</span> </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span>&#1083;</span> </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span>&#10550;</span> </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span>&#8220;</span> </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span>&#8222;</span> </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span>&#10599;</span> </td> </tr><tr><td> <code ttle="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span>&#10571;</span> </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span>&#8626;</span> </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span>&#8804;</span> </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span>&#8592;</span> </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> <td> <span>&#8610;</span> </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span>&#8637;</span> </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span>&#8636;</span> </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span>&#8647;</span> </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span>&#8596;</span> </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span>&#8646;/span> </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span>&#8651;</span> </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span>&#8621;</span> </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span>&#8907;</span> </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span>&#8922;</span> </td> </tr><tr><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span>&#8804;</span> </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span>&#8806;</span> </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span>&#10877;</span> </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span>&#10877;</span> </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> <td> <span>&#10920;</span> </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <pan>&#10879;</span> </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span>&#10881;</span> </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span>&#10883;</span> </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span>&#10899;</span> </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span>&#10885;</span> </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> <td> <span>&#8918;</span> </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span>&#8922;</span> </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span>&#10891;</span> </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span>&#8822;</span> </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span>&#8818;</span> </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </d> <td> <span>&#10620;</span> </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span>&#8970;</span> </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span>&#8822;</span> </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span>&#10897;</span> </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span>&#8637;</span> </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> <td> <span>&#8636;</span> </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span>&#10602;</span> </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span>&#9604;</span> </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span>&#1113;</span> </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> <td> <span>&#8810;</span> </td> /tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span>&#8647;</span> </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span>&#8990;</span> </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span>&#10603;</span> </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span>&#9722;</span> </td> </tr><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span>&#320;</span> </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span>&#9136;</span> </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span>&#9136;</span> </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span>&#8808;</span> </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span>&#10889;</span> </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span>&#10889;</span> </td> </tr><tr><d> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span>&#10887;</span> </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span>&#10887;</span> </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span>&#8808;</span> </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span>&#8934;</span> </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> <td> <span>&#10220;</span> </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span>&#8701;</span> </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span>&#10214;</span> </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span>&#10229;</span> </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span>&#10231;</span> </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span>&#10236;</span> </td> </t><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span>&#10230;</span> </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span>&#8619;</span> </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span>&#8620;</span> </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span>&#10629;</span> </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span></span> </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span>&#10797;</span> </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span>&#10804;</span> </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span>&#8727;</span> </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> <td> <span>_</span> </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span>&#9674;</span> </td> </tr><t><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span>&#9674;</span> </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span>&#10731;</span> </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span>(</span> </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span>&#10643;</span> </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span>&#8646;</span> </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span>&#8991;</span> </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> <td> <span>&#8651;</span> </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span>&#10605;</span> </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span>&#8206;</span> </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span>&#8895;</span> </td> </tr><tr><td> <code title="">laquo;</code> </td> <td> U+02039 </td> <td> <span>&#8249;</span> </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span>&#8624;</span> </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <span>&#8818;</span> </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span>&#10893;</span> </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span>&#10895;</span> </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span>[</span> </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span>&#8216;</span> </td> </tr><tr><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span>&#8218;</span> </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span>&#322;</span> </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> <t> <span>&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> <td> <span>&#10918;</span> </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span>&#10873;</span> </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span>&#8918;</span> </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span>&#8907;</span> </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span>&#8905;</span> </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span>&#10614;</span> </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span>&#10875;</span> </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span>&#10646;</span> </td> </tr><tr><td> <code title="">ltri;</code> /td> <td> U+025C3 </td> <td> <span>&#9667;</span> </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span>&#8884;</span> </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span>&#9666;</span> </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span>&#10570;</span> </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span>&#10598;</span> </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span>&#8762;</span> </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span>&#175;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> <td> <span>&#9794;</span> </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span>&#10016;</span> </td> </tr><tr><td> <cod title="">maltese;</code> </td> <td> U+02720 </td> <td> <span>&#10016;</span> </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span>&#8614;</span> </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span>&#8614;</span> </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span>&#8615;</span> </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span>&#8612;</span> </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span>&#8613;</span> </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span>&#9646;</span> </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span>&#10793;</span> </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span>&#1084;</span> </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span>&#8212;</span> </td> </tr><tr><td> <code title"">measuredangle;</code> </td> <td> U+02221 </td> <td> <span>&#8737;</span> </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span></span> </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span>&#8487;</span> </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span>&#181;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span>&#8739;</span> </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span>*</span> </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span>&#10992;</span> </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span>&#183;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing seicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span>&#8722;</span> </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span>&#8863;</span> </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span>&#8760;</span> </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span>&#10794;</span> </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span>&#10971;</span> </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span>&#8230;</span> </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span>&#8723;</span> </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> <td> <span>&#8871;</span> </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span></span> </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> <td> <span>&#8723;</span> </t> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span>&#8766;</span> </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span>&#956;</span> </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span>&#8888;</span> </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span>&#8888;</span> </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span>&#8653;</span> </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span>&#8654;</span> </td> </tr><tr><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span>&#8655;</span> </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span>&#8879;</span> </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span>&#8878;</span> </td> </tr>tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span>&#8711;</span> </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span>&#324;</span> </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span>&#8777;</span> </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span>&#329;</span> </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span>&#8777;</span> </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span>&#9838;</span> </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span>&#9838;</span> </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span>&#8469;</span> </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span>&#160;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for lgacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span>&#10819;</span> </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span>&#328;</span> </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span>&#326;</span> </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span>&#8775;</span> </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span>&#10818;</span> </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span>&#1085;</span> </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span>&#8211;</span> </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span>&#8800;</span> </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span>&#8663;</span> </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> <td> <span>&#10532;</span> </td> </tr><tr<td> <code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span>&#8599;</span> </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span>&#8599;</span> </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span>&#8802;</span> </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span>&#10536;</span> </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> <td> <span>&#8708;</span> </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span>&#8708;</span> </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span></span> </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span>&#8817;</span> </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> <td> <span>&#8817;</span> </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span>&#8821;</span> </td> </tr><tr><td> <code title="">ngt;</ode> </td> <td> U+0226F </td> <td> <span>&#8815;</span> </td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> <td> <span>&#8815;</span> </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span>&#8654;</span> </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span>&#8622;</span> </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span>&#10994;</span> </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span>&#8715;</span> </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span>&#8956;</span> </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span>&#8954;</span> </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span>&#8715;</span> </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span>&#1114;</span> </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <d> <span>&#8653;</span> </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> <td> <span>&#8602;</span> </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span>&#8229;</span> </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span>&#8816;</span> </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span>&#8602;</span> </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span>&#8622;</span> </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span>&#8816;</span> </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span>&#8814;</span> </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span>&#8820;</span> </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span>&#8814;</span> </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span>&#898;</span> </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span>&#8940;</span> </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span>&#8740;</span> </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span></span> </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span>&#172;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span>&#8713;</span> </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span>&#8713;</span> </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span>&#8951;</span> </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span>&#8950;</span> </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td><td> <span>&#8716;</span> </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span>&#8716;</span> </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span>&#8958;</span> </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span>&#8957;</span> </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span>&#8742;</span> </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span>&#8742;</span> </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span>&#10772;</span> </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span>&#8832;</span> </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span>&#8928;</span> </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span>&#8832;</span> </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span>#8655;</span> </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span>&#8603;</span> </td> </tr><tr><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span>&#8603;</span> </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span>&#8939;</span> </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span>&#8941;</span> </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span>&#8833;</span> </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span>&#8929;</span> </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span></span> </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span>&#8740;</span> </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span>&#8742;</span> </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> <td> <span>&#8769;</span </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span>&#8772;</span> </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span>&#8772;</span> </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span>&#8740;</span> </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span>&#8742;</span> </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span>&#8930;</span> </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span>&#8931;</span> </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span>&#8836;</span> </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span>&#8840;</span> </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span>&#8840;</span> </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span>&#8833;</span> </td> </tr><t><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span>&#8837;</span> </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span>&#8841;</span> </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span>&#8841;</span> </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> <td> <span>&#8825;</span> </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span>&#241;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span>&#8824;</span> </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span>&#8938;</span> </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span>&#8940;</span> </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+02EB </td> <td> <span>&#8939;</span> </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span>&#8941;</span> </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> <td> <span>&#957;</span> </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span>#</span> </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> <td> <span>&#8470;</span> </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span>&#8199;</span> </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span>&#8877;</span> </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span>&#10500;</span> </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span>&#8876;</span> </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span>&#10718;</span> </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> span>&#10498;</span> </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span>&#10499;</span> </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span>&#8662;</span> </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span>&#10531;</span> </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span>&#8598;</span> </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> <td> <span>&#8598;</span> </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span>&#10535;</span> </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span>&#9416;</span> </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span>&#243;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td <td> U+0229B </td> <td> <span>&#8859;</span> </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span>&#8858;</span> </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span>&#244;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span>&#1086;</span> </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span>&#8861;</span> </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span>&#337;</span> </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span>&#10808;</span> </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span>&#8857;</span> </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> <td> <span>&#10684;</span> </td> </tr><tr><td> <code title="">elig;</code> </td> <td> U+00153 </td> <td> <span>&#339;</span> </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span>&#10687;</span> </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <td> <span></span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span>&#731;</span> </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span>&#242;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span>&#10689;</span> </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span>&#10677;</span> </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span>&#937;</span> </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span>&#8750;</span> </td> </tr><tr><td> <code tite="">olarr;</code> </td> <td> U+021BA </td> <td> <span>&#8634;</span> </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span>&#10686;</span> </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span>&#10683;</span> </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span>&#8254;</span> </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span>&#10688;</span> </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span>&#333;</span> </td> </tr><tr><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span>&#969;</span> </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span>&#959;</span> </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <span>&#10678;</span> </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span>&#8854;</span> </td> </tr><tr><td> <code title="">oopf;</code> <td> <td> U+1D560 </td> <td> <span></span> </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span>&#10679;</span> </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span>&#10681;</span> </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span>&#8853;</span> </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span>&#8744;</span> </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span>&#8635;</span> </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> <td> <span>&#10845;</span> </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span>&#8500;</span> </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span>&#8500;</span> </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span>&#170;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) -->!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span>&#186;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span>&#8886;</span> </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span>&#10838;</span> </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span>&#10839;</span> </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span>&#10843;</span> </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span>&#8500;</span> </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span>&#248;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing smicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span>&#8856;</span> </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span>&#245;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span>&#8855;</span> </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span>&#10806;</span> </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> <td> <span>&#246;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span>&#9021;</span> </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span>&#8741;</span> </td> </t><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span>&#182;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span>&#8741;</span> </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span>&#10995;</span> </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span>&#11005;</span> </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span>&#8706;</span> </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span>&#1087;</span> </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span>%</span> </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span>.</span> </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span>&#8240;</spn> </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span>&#8869;</span> </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span>&#8241;</span> </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span></span> </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> <td> <span>&#966;</span> </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span>&#981;</span> </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span>&#8499;</span> </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span>&#9742;</span> </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span>&#960;</span> </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span>&#8916;</span> </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span>&#982;</span> </td> </tr><tr><td> <code title=""planck;</code> </td> <td> U+0210F </td> <td> <span>&#8463;</span> </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span>&#8462;</span> </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span>&#8463;</span> </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span>+</span> </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span>&#10787;</span> </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span>&#8862;</span> </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span>&#10786;</span> </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span>&#8724;</span> </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> <td> <span>&#10789;</span> </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span>&#10866;</span> </td> </tr><tr><td> <code title="">plusmn;</code></td> <td> U+000B1 </td> <td> <span>&#177;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span>&#10790;</span> </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span>&#10791;</span> </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span>&#177;</span> </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span>&#10773;</span> </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span></span> </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span>&#163;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span>&#882;</span> </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span>&#10931;</span> </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span>&#10935;</span> </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span>&#8828;</span> </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span>&#10927;</span> </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span>&#8826;</span> </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> <td> <span>&#10935;</span> </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span>&#8828;</span> </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span>&#10927;</span> </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span>&#10937;</span> </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span>&#10933</span> </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span>&#8936;</span> </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span>&#8830;</span> </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> <td> <span>&#8242;</span> </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span>&#8473;</span> </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span>&#10933;</span> </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span>&#10937;</span> </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span>&#8936;</span> </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span>&#8719;</span> </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span>&#9006;</span> </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span>&#8978;</span> <td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span>&#8979;</span> </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span>&#8733;</span> </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span>&#8733;</span> </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span>&#8830;</span> </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span>&#8880;</span> </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span>&#968;</span> </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> <td> <span>&#8200;</span> </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span></span> </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span>&#10764;</span> </td> </tr><tr><td> <code title="">qopf</code> </td> <td> U+1D562 </td> <td> <span></span> </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span>&#8279;</span> </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span>&#8461;</span> </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span>&#10774;</span> </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span>?</span> </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span>&#8799;</span> </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span>"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span>&#8667;</span> </td> </tr><tr><td> <code title="">Arr;</code> </td> <td> U+021D2 </td> <td> <span>&#8658;</span> </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span>&#10524;</span> </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span>&#10511;</span> </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> <td> <span>&#10596;</span> </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span>&#341;</span> </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span>&#8730;</span> </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span>&#10675;</span> </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span>&#9002;</span> </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span>&#10642;</span> </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span>&#10661;</span> </td> </tr><tr><td> <code title="">rangle;</code> <td> <td> U+027E9 </td> <td> <span>&#9002;</span> </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span>&#187;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span>&#8594;</span> </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span>&#10613;</span> </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span>&#8677;</span> </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span>&#10528;</span> </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span>&#10547;</span> </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span>&#10526;</span> </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span>&#8618;</span> </td> </tr><tr><td> <cde title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span>&#8620;</span> </td> </tr><tr><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span>&#10565;</span> </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span>&#10612;</span> </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span>&#8611;</span> </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span>&#8605;</span> </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> <td> <span>&#10522;</span> </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span>&#8758;</span> </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span>&#8474;</span> </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span>&#10509;</span> </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span>&#10099;</span> </td> </tr><tr><td> <code titl="">rbrace;</code> </td> <td> U+0007D </td> <td> <span>}</span> </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span>]</span> </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span>&#10636;</span> </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span>&#10638;</span> </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span>&#10640;</span> </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span>&#345;</span> </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span>&#343;</span> </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span>&#8969;</span> </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span>}</span> </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span>&#1088;</span> </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+0293 </td> <td> <span>&#10551;</span> </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span>&#10601;</span> </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span>&#8221;</span> </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span>&#8221;</span> </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span>&#8627;</span> </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span>&#8476;</span> </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span>&#8475;</span> </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span>&#8476;</span> </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span>&#8477;</span> </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span>&#9645;</span> </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span>&#10621;</span> </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span>&#8971;</span> </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span></span> </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span>&#8641;</span> </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> <td> <span>&#8640;</span> </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span>&#10604;</span> </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span>&#961;</span> </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span>&#1009;</span> </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192</td> <td> <span>&#8594;</span> </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span>&#8611;</span> </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span>&#8641;</span> </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <span>&#8640;</span> </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span>&#8644;</span> </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span>&#8652;</span> </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span>&#8649;</span> </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span>&#8605;</span> </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span>&#8908;</span> </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span>&#730;</span> </td> </tr<tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> <td> <span>&#8787;</span> </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span>&#8644;</span> </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span>&#8652;</span> </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span>&#8207;</span> </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span>&#9137;</span> </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span>&#9137;</span> </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span>&#10990;</span> </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span>&#10221;</span> </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span>&#8702;</span> </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span>&#10215;</span> </td> </tr><tr><td><code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span>&#10630;</span> </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span></span> </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span>&#10798;</span> </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span>&#10805;</span> </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span>)</span> </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> <td> <span>&#10644;</span> </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span>&#10770;</span> </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span>&#8649;</span> </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span>&#8250;</span> </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span></span> </td> </tr><tr><td> <code title="">rsh;</code> </td><td> U+021B1 </td> <td> <span>&#8625;</span> </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span>]</span> </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span>&#8217;</span> </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span>&#8217;</span> </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span>&#8908;</span> </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span>&#8906;</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span>&#9657;</span> </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span>&#8885;</span> </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span>&#9656;</span> </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span>&#10702;</span> </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> <t> <span>&#10600;</span> </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span>&#8478;</span> </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span>&#347;</span> </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span>&#8218;</span> </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span>&#8827;</span> </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span>&#10932;</span> </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span>&#10936;</span> </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span>&#353;</span> </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span>&#8829;</span> </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span>&#10928;</span> </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span>&#351;</span> </td> /tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span>&#349;</span> </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span>&#10934;</span> </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span>&#10938;</span> </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span>&#8937;</span> </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> <td> <span>&#10771;</span> </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span>&#8831;</span> </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span>&#1089;</span> </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span>&#8901;</span> </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span>&#8865;</span> </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span>&#10854;</span> </td> </tr><tr><td> <code itle="">seArr;</code> </td> <td> U+021D8 </td> <td> <span>&#8664;</span> </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span>&#10533;</span> </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span>&#8600;</span> </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span>&#8600;</span> </td> </tr><tr><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span>&#167;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span>;</span> </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span>&#10537;</span> </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span>&#8726;</span> </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span>&#8726;</span> </td></tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> <td> <span>&#10038;</span> </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span></span> </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span>&#8994;</span> </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span>&#9839;</span> </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span>&#1097;</span> </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span>&#1096;</span> </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span>&#8739;</span> </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span>&#8741;</span> </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span>&#173;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon fr legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span>&#963;</span> </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span>&#962;</span> </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span>&#962;</span> </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span>&#8764;</span> </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> <td> <span>&#10858;</span> </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span>&#8771;</span> </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> <td> <span>&#8771;</span> </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span>&#10910;</span> </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span>&#10912;</span> </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span>&#10909;</span> </td> </r><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span>&#10911;</span> </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span>&#8774;</span> </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span>&#10788;</span> </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span>&#10610;</span> </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span>&#8592;</span> </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span>&#8726;</span> </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span>&#10803;</span> </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span>&#10724;</span> </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span>&#8739;</span> </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span>&#8995;</span> </td> </tr>tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span>&#10922;</span> </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span>&#10924;</span> </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span>&#1100;</span> </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span>/</span> </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span>&#10692;</span> </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span>&#9023;</span> </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span></span> </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> <td> <span>&#9824;</span> </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span>&#9824;</span> </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span>&#8741;</span> </td> </tr><tr><td> <code title="">sqcap;</coe> </td> <td> U+02293 </td> <td> <span>&#8851;</span> </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span>&#8852;</span> </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> <td> <span>&#8847;</span> </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span>&#8849;</span> </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span>&#8847;</span> </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span>&#8849;</span> </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span>&#8848;</span> </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span>&#8850;</span> </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span>&#8848;</span> </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span>&#8850;</span> </td> </tr><tr><td> <code title="">squ;</code> </t> <td> U+025A1 </td> <td> <span>&#9633;</span> </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span>&#9633;</span> </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span>&#9642;</span> </td> </tr><tr><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span>&#9642;</span> </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span>&#8594;</span> </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span>&#8726;</span> </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> <td> <span>&#8995;</span> </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span>&#8902;</span> </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span>&#9734;</span> </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <pan>&#9733;</span> </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span>&#1013;</span> </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span>&#981;</span> </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span>&#175;</span> </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <span>&#8834;</span> </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span>&#10949;</span> </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span>&#10941;</span> </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span>&#8838;</span> </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span>&#10947;</span> </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span>&#10945;</span> </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span&#10955;</span> </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span>&#8842;</span> </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span>&#10943;</span> </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span>&#10617;</span> </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span>&#8834;</span> </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span>&#8838;</span> </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span>&#10949;</span> </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span>&#8842;</span> </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span>&#10955;</span> </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> <td> <span>&#10951;</span> </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td><span>&#10965;</span> </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span>&#10963;</span> </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span>&#8827;</span> </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span>&#10936;</span> </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span>&#8829;</span> </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span>&#10928;</span> </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> <td> <span>&#10938;</span> </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span>&#10934;</span> </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span>&#8937;</span> </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span>&#8831;</span> </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </t> <td> <span>&#8721;</span> </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span>&#9834;</span> </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span>&#185;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span>&#178;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span>&#179;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span>&#8835;</span> </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td <td> <span>&#10950;</span> </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span>&#10942;</span> </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span>&#10968;</span> </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span>&#8839;</span> </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span>&#10948;</span> </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> <td> <span>&#10185;</span> </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span>&#10967;</span> </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span>&#10619;</span> </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span>&#10946;</span> </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span>&#10956;</span> </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> td> <span>&#8843;</span> </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span>&#10944;</span> </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span>&#8835;</span> </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span>&#8839;</span> </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span>&#10950;</span> </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span>&#8843;</span> </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span>&#10956;</span> </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span>&#10952;</span> </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span>&#10964;</span> </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span>&#10966;</span> </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 <td> <td> <span>&#8665;</span> </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span>&#10534;</span> </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span>&#8601;</span> </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span>&#8601;</span> </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span>&#10538;</span> </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span>&#223;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span>&#8982;</span> </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> <td> <span>&#964;</span> </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span>&#9140;</span> </td> </tr><tr><td> <code title="">tcaron;</coe> </td> <td> U+00165 </td> <td> <span>&#357;</span> </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span>&#355;</span> </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span>&#1090;</span> </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span>&#9676;&#8411;</span> </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span>&#8981;</span> </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span></span> </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span>&#8756;</span> </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span>&#8756;</span> </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span>&#952;</span> </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span>&#977;</span> </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D </td> <td> <span>&#977;</span> </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span>&#8764;</span> </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span>&#8201;</span> </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span>&#8776;</span> </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span>&#8764;</span> </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span>&#254;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span>&#732;</span> </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span>&#215;</span> </td> </tr><!-- (invalid entity with mssing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span>&#8864;</span> </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td> <span>&#10801;</span> </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span>&#10800;</span> </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span>&#8749;</span> </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span>&#10536;</span> </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span>&#8868;</span> </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span>&#9014;</span> </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span>&#10993;</span> </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span></span> </td> </tr><tr><td <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span>&#10970;</span> </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span>&#10537;</span> </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span>&#8244;</span> </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span>&#8482;</span> </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span>&#9653;</span> </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span>&#9663;</span> </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span>&#9667;</span> </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span>&#8884;</span> </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span>&#8796;</span> </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span>&#9657;</span></td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span>&#8885;</span> </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span>&#9708;</span> </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span>&#8796;</span> </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span>&#10810;</span> </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> <td> <span>&#10809;</span> </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span>&#10701;</span> </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span>&#10811;</span> </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> <td> <span>&#9186;</span> </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span></span> </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span>&#1094;</span> </td> <tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span>&#1115;</span> </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span>&#359;</span> </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span>&#8812;</span> </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span>&#8606;</span> </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span>&#8608;</span> </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span>&#8657;</span> </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span>&#10595;</span> </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span>&#250;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+0211 </td> <td> <span>&#8593;</span> </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span>&#1118;</span> </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span>&#365;</span> </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span>&#251;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span>&#1091;</span> </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span>&#8645;</span> </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span>&#369;</span> </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span>&#10606;</span> </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> <td> <span>&#10622;</span> </td> </tr><tr><td> <code title="">ufr;</cod> </td> <td> U+1D532 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span>&#249;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span>&#8639;</span> </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span>&#8638;</span> </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span>&#9600;</span> </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span>&#8988;</span> </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span>&#8988;</span> </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span>&#8975;</span> </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span>&#9720;</span> </td> </tr><tr><td> <code ttle="">umacr;</code> </td> <td> U+0016B </td> <td> <span>&#363;</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span>&#168;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span>&#371;</span> </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span></span> </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span>&#8593;</span> </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> <td> <span>&#8597;</span> </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span>&#8639;</span> </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span>&#8638;</span> </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span>&#8846;</pan> </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span>&#965;</span> </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span>&#978;</span> </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span>&#965;</span> </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> <td> <span>&#8648;</span> </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span>&#8989;</span> </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span>&#8989;</span> </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span>&#8974;</span> </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span>&#367;</span> </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span>&#9721;</span> </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span></span> </td> </tr><tr><td <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span>&#8944;</span> </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span>&#361;</span> </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span>&#9653;</span> </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span>&#9652;</span> </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span>&#8648;</span> </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span>&#252;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span>&#10663;</span> </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span>&#8661;</span> </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> <td> <span>&#10984;</span </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span>&#10985;</span> </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span>&#8872;</span> </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span>&#10652;</span> </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span>&#1013;</span> </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span>&#1008;</span> </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span>&#8709;</span> </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <td> <span>&#981;</span> </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span>&#982;</span> </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span>&#8733;</span> </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span>&#8597;</span> </t> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span>&#1009;</span> </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span>&#962;</span> </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span>&#977;</span> </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span>&#8882;</span> </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span>&#8883;</span> </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span>&#1074;</span> </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> <td> <span>&#8866;</span> </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span>&#8744;</span> </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span>&#8891;</span> </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span>&#8794;</span> </t> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span>&#8942;</span> </td> </tr><tr><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span>|</span> </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span>|</span> </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span></span> </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span>&#8882;</span> </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span></span> </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span>&#8733;</span> </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span>&#8883;</span> </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span></span> </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span>&#10650;</span> </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td>U+00175 </td> <td> <span>&#373;</span> </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span>&#10847;</span> </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span>&#8743;</span> </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span>&#8793;</span> </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span>&#8472;</span> </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span></span> </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span></span> </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span>&#8472;</span> </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span>&#8768;</span> </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> <td> <span>&#8768;</span> </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span></span> </td> </t><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span>&#8898;</span> </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span>&#9711;</span> </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span>&#8899;</span> </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span>&#9661;</span> </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span></span> </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span>&#10234;</span> </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span>&#10231;</span> </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span>&#958;</span> </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span>&#10232;</span> </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span>&#10229;</span> </td> </tr><tr><td> <code title="">xmap;</cde> </td> <td> U+027FC </td> <td> <span>&#10236;</span> </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span>&#8955;</span> </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span>&#10752;</span> </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> <td> <span></span> </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span>&#10753;</span> </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span>&#10754;</span> </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span>&#10233;</span> </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span>&#10230;</span> </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span></span> </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span>&#10758;</span> </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td><td> <span>&#10756;</span> </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span>&#9651;</span> </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span>&#8897;</span> </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span>&#8896;</span> </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span>&#253;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span>&#1103;</span> </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span>&#375;</span> </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span>&#1099;</span> </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> <td> <span>&#165;</span> </td> </tr><!-- (invalid entity with missing semicolon forlegacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span></span> </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span>&#1111;</span> </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span></span> </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span></span> </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span>&#1102;</span> </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span>&#255;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span>&#378;</span> </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span>&#382;</span> </td> </tr><tr><td> <cde title="">zcy;</code> </td> <td> U+00437 </td> <td> <span>&#1079;</span> </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span>&#380;</span> </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span>&#8488;</span> </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span>&#950;</span> </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span></span> </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span>&#1078;</span> </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <span>&#8669;</span> </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span></span> </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span></span> </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span>&#8205;</span> </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td <span>&#8204;</span> </td> </tr></tbody></table><!--
    If we want to add character references, Almorca suggests:
    > I would add &sub1; (character U+2081), &sub2;
    > (character U+2082) and &sub3; (character U+2083). They
    > would are the equivalent to &sup1;, &sup2;, and &sup3;.
    See also: http://www.w3.org/2003/entities/
-  --></div></body></html>
\ No newline at end of file
+  --></div><p><i>The glyphs displayed above are non-normative. Refer to the
+  Unicode specifications for formal definitions of the characters
+  listed above.</i></p></body></html>
\ No newline at end of file

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- references.html	29 Mar 2010 06:17:15 -0000	1.574
+++ references.html	1 Apr 2010 03:17:05 -0000	1.575
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -293,7 +295,11 @@
   </div>
 
   <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web,
-  because the newer ones keep changing. --><dl><dt id="refsABNF">[ABNF]</dt>
+  because the newer ones keep changing. --><dl><dt id="refs2DCONTEXT">[2DCONTEXT]</dt>
+   <dd><cite><a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas
+   2D Context</a></cite>, I. Hickson. W3C.</dd>
+
+   <dt id="refsABNF">[ABNF]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
    P. Overell. IETF.</dd>
@@ -363,7 +369,7 @@
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management
    Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
    -->
-   <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State
+   <dd><cite><a href="http://tools.ietf.org/html/draft-ietf-httpstate-cookie">HTTP State
    Management Mechanism</a></cite>, A. Barth. IETF.</dd>
 
    <dt id="refsCORS">[CORS]</dt>
@@ -727,7 +733,7 @@
    for information interchange</cite>. Japanese Standards Association.</dd>
 
    <dt id="refsSRGB">[SRGB]</dt>
-   <dd><cite><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
+   <dd><cite lang="en-GB"><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
    61966-2-1: Multimedia systems and equipment &#8212; Colour measurement
    and management &#8212; Part 2-1: Colour management &#8212; Default RGB colour
    space &#8212; sRGB</a></cite>. IEC.</dd>

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- semantics.html	29 Mar 2010 06:17:15 -0000	1.581
+++ semantics.html	1 Apr 2010 03:17:05 -0000	1.582
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -d -r1.582 -r1.583
--- index.html	29 Mar 2010 06:17:14 -0000	1.582
+++ index.html	1 Apr 2010 03:17:04 -0000	1.583
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -1622,7 +1624,7 @@
      </td><td>
       &#8212;
 
-    </td></tr><tr><td> <a href="forms.html#category-listed" title="category-listed">Listed</a>
+    </td></tr><tr><td> <a href="forms.html#category-listed" title="category-listed">Listed elements</a>
      </td><td>
       <code><a href="the-button-element.html#the-button-element">button</a></code>;
       <code><a href="forms.html#the-fieldset-element">fieldset</a></code>;
@@ -1635,7 +1637,7 @@
      </td><td>
       &#8212;
 
-    </td></tr><tr><td> <a href="forms.html#category-label" title="category-label">Labelable</a>
+    </td></tr><tr><td> <a href="forms.html#category-label" title="category-label">Labelable elements</a>
      </td><td>
       <code><a href="the-button-element.html#the-button-element">button</a></code>;
       <code><a href="the-input-element.html#the-input-element">input</a></code>;
@@ -2366,7 +2368,7 @@
 
     </td></tr><tr><th> <code title="">onclick</code>
      </th><td> <a href="#handler-onclick" title="handler-onclick">HTML elements</a>
-     </td><td> <code title="event-click">click</code> event handler
+     </td><td> <code title="event-click"><a href="#event-click">click</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oncontextmenu</code>
@@ -3006,7 +3008,7 @@
    <thead><tr><th> Event
      </th><th> Interface
      </th><th> Description
-   </th></tr></thead><tbody><tr><td> <code title="event-DOMActivate">DOMActivate</code>
+   </th></tr></thead><tbody><tr><td> <code title="event-DOMActivate"><a href="#event-domactivate">DOMActivate</a></code>
      </td><td> <code><a href="#event">Event</a></code>
      </td><td> Fired at an element before its <a href="#activation-behavior">activation behavior</a> is run
 

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- the-button-element.html	29 Mar 2010 06:17:16 -0000	1.25
+++ the-button-element.html	1 Apr 2010 03:17:07 -0000	1.26
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -954,7 +956,7 @@
   table lists the keywords and states for the attribute &#8212; the
   keywords in the left column map to the states listed in the cell in
   the second column on the same row as the keyword. User agents are
-  not required to support these values, and must only recognise values
+  not required to support these values, and must only recognize values
   whose corresponding algorithms they support.</p><table><thead><tr><th> Keyword </th><th> State
    </th></tr></thead><tbody><tr><td> <code title="">rsa</code>
      </td><td> <i title="">RSA</i>

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dnd.html	29 Mar 2010 06:17:13 -0000	1.26
+++ dnd.html	1 Apr 2010 03:17:03 -0000	1.27
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -397,7 +399,7 @@
   the <code title="event-drop"><a href="#event-drop">drop</a></code> event, which allows the
   actual drop to be performed. This event also needs to be canceled,
   so that the <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's
-  value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre>&lt;p&gt;Drop your favourite fruits below:&lt;/p&gt;
+  value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre>&lt;p&gt;Drop your favorite fruits below:&lt;/p&gt;
 &lt;ol class="dropzone"
     ondragenter="dragEnterHandler(event)"
     ondragover="dragOverHandler(event)"

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- links.html	29 Mar 2010 06:17:14 -0000	1.27
+++ links.html	1 Apr 2010 03:17:04 -0000	1.28
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.807
retrieving revision 1.808
diff -u -d -r1.807 -r1.808
--- spec.html	29 Mar 2010 06:17:15 -0000	1.807
+++ spec.html	1 Apr 2010 03:17:05 -0000	1.808
@@ -141,16 +141,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -236,6 +226,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type=text/css>
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href=data:text/css, id=complete rel=stylesheet title="Complete specification"><link href=data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20} id=author rel="alternate stylesheet" title="Author documentation only"><link href=data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20} id=highlight rel="alternate stylesheet" title="Highlight implementation requirements"><script type=text/javascript>
@@ -304,7 +306,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3916.
+This is revision 1.3955.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -488,7 +490,7 @@
    <li><a href=#documents><span class=secno>3.1 </span>Documents</a>
     <ol>
      <li><a href=#documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</a></li>
-     <li><a href=#security><span class=secno>3.1.2 </span>Security</a></li>
+     <li><a href=#security-document><span class=secno>3.1.2 </span>Security</a></li>
      <li><a href=#resource-metadata-management><span class=secno>3.1.3 </span>Resource metadata management</a></li>
      <li><a href=#dom-tree-accessors><span class=secno>3.1.4 </span>DOM tree accessors</a></li>
      <li><a href=#creating-documents><span class=secno>3.1.5 </span>Creating documents</a></li></ol></li>
@@ -761,7 +763,7 @@
       <ol>
        <li><a href=#definitions><span class=secno>4.10.20.1 </span>Definitions</a></li>
        <li><a href=#the-constraint-validation-api><span class=secno>4.10.20.2 </span>The constraint validation API</a></li>
-       <li><a href=#security-0><span class=secno>4.10.20.3 </span>Security</a></li></ol></li>
+       <li><a href=#security-forms><span class=secno>4.10.20.3 </span>Security</a></li></ol></li>
      <li><a href=#form-submission><span class=secno>4.10.21 </span>Form submission</a></li></ol></li>
    <li><a href=#interactive-elements><span class=secno>4.11 </span>Interactive elements</a>
     <ol>
@@ -912,7 +914,7 @@
        <li><a href=#optional-tags><span class=secno>8.1.2.4 </span>Optional tags</a></li>
        <li><a href=#element-restrictions><span class=secno>8.1.2.5 </span>Restrictions on content models</a></li>
        <li><a href=#cdata-rcdata-restrictions><span class=secno>8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></li></ol></li>
-     <li><a href=#text><span class=secno>8.1.3 </span>Text</a>
+     <li><a href=#text-0><span class=secno>8.1.3 </span>Text</a>
       <ol>
        <li><a href=#newlines><span class=secno>8.1.3.1 </span>Newlines</a></li></ol></li>
      <li><a href=#character-references><span class=secno>8.1.4 </span>Character references</a></li>
@@ -1291,10 +1293,10 @@
 
     <p>It is significantly easier to maintain a site written in such a
     way that the markup is style-independent. For example, changing
-    the colour of a site that uses
-    <code>&lt;font color=""&gt;</code> throughout requires changes
-    across the entire site, whereas a similar change to a site based
-    on CSS can be done by changing a single file.</p>
+    the color of a site that uses <code>&lt;font color=""&gt;</code>
+    throughout requires changes across the entire site, whereas a
+    similar change to a site based on CSS can be done by changing a
+    single file.</p>
 
    </dd>
 
@@ -1678,17 +1680,18 @@
    </dd>
 
 
-   <dt>Errors that are intended to help authors of polyglot documents</dt>
+   <dt>Errors that are intended to help authors migrating to and from XHTML</dt>
 
    <dd>
 
     <p>Some authors like to write files that can be interpreted as
-    both XML and HTML with similar results. These are known as
-    polyglot documents. Though this practice is discouraged in general
-    due to the myriad of subtle complications involved (especially
-    when involving scripting, styling, or any kind of automated
-    serialization), this specification has a few restrictions intended
-    to at least somewhat mitigate the difficulties.</p>
+    both XML and HTML with similar results. Though this practice is
+    discouraged in general due to the myriad of subtle complications
+    involved (especially when involving scripting, styling, or any
+    kind of automated serialization), this specification has a few
+    restrictions intended to at least somewhat mitigate the
+    difficulties. This makes it easier for authors to use this as a
+    transitionary step when migrating between HTML and XHTML.</p>
 
     <p class=example>For example, there are somewhat complicated
     rules surrounding the <code title=attr-lang><a href=#attr-lang>lang</a></code> and
@@ -1698,8 +1701,8 @@
     <p class=example>Another example would be the restrictions on
     the values of <code title="">xmlns</code> attributes in the HTML
     serialization, which are intended to ensure that elements in
-    conforming polyglot documents end up in the same namespaces
-    whether processed as HTML or XML.</p>
+    conforming documents end up in the same namespaces whether
+    processed as HTML or XML.</p>
 
    </dd>
 
@@ -1862,19 +1865,18 @@
   element</a> to being another element.</p><p>A node's <dfn id=home-subtree>home subtree</dfn> is the subtree rooted at that
   node's <a href=#root-element>root element</a>. When a node is <a href=#in-a-document>in a
   <code>Document</code></a>, its <a href=#home-subtree>home subtree</a> is that
-  <code><a href=#document>Document</a></code>'s tree.</p><p>The <code><a href=#document>Document</a></code> of a <code>Node</code> (such as an
-  element) is the <code><a href=#document>Document</a></code> that the <code>Node</code>'s
+  <code><a href=#document>Document</a></code>'s tree.</p><p>The <code><a href=#document>Document</a></code> of a <code><a href=#node>Node</a></code> (such as an
+  element) is the <code><a href=#document>Document</a></code> that the <code><a href=#node>Node</a></code>'s
   <code title="">ownerDocument</code> IDL attribute returns. When a
-  <code>Node</code> is <a href=#in-a-document>in a <code>Document</code></a> then
-  that <code><a href=#document>Document</a></code> is always the <code>Node</code>'s
-  <code><a href=#document>Document</a></code>, and the <code>Node</code>'s <code title="">ownerDocument</code> IDL attribute thus always returns that
+  <code><a href=#node>Node</a></code> is <a href=#in-a-document>in a <code>Document</code></a> then
+  that <code><a href=#document>Document</a></code> is always the <code><a href=#node>Node</a></code>'s
+  <code><a href=#document>Document</a></code>, and the <code><a href=#node>Node</a></code>'s <code title="">ownerDocument</code> IDL attribute thus always returns that
   <code><a href=#document>Document</a></code>.</p><p>The term <dfn id=tree-order>tree order</dfn> means a pre-order, depth-first
-  traversal of DOM nodes involved (through the <code title="">parentNode</code>/<code title="">childNodes</code>
-  relationship).</p><p>When it is stated that some element or attribute is <dfn id=ignore title=ignore>ignored</dfn>, or treated as some other value, or
+  traversal of DOM nodes involved (through the <code title=dom-Node-parentNode><a href=#dom-node-parentnode>parentNode</a></code>/<code title=dom-Node-childNodes><a href=#dom-node-childnodes>childNodes</a></code> relationship).</p><p>When it is stated that some element or attribute is <dfn id=ignore title=ignore>ignored</dfn>, or treated as some other value, or
   handled as if it was something else, this refers only to the
-  processing of the node after it is in the DOM. </p><p>The term <dfn id=text-node>text node</dfn> refers to any <code>Text</code>
-  node, including <code>CDATASection</code> nodes; specifically, any
-  <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
+  processing of the node after it is in the DOM. </p><p>The term <dfn id=text-node>text node</dfn> refers to any <code><a href=#text>Text</a></code>
+  node, including <code><a href=#cdatasection>CDATASection</a></code> nodes; specifically, any
+  <code><a href=#node>Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
   or <code title="">CDATA_SECTION_NODE</code> (4). <a href=#refsDOMCORE>[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
   an attribute to a value it already has does not change it.</p><h4 id=scripting-0><span class=secno>2.1.4 </span>Scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The construction "a <code>Foo</code> object", where
@@ -1893,7 +1895,7 @@
   that supports displaying content as part of the user agent's
   rendering of a <code><a href=#document>Document</a></code> object, but that neither acts
   as a <a href=#child-browsing-context>child browsing context</a> of the
-  <code><a href=#document>Document</a></code> nor introduces any <code>Node</code> objects
+  <code><a href=#document>Document</a></code> nor introduces any <code><a href=#node>Node</a></code> objects
   to the <code><a href=#document>Document</a></code>'s DOM.</p><p>Typically such content handlers are provided by third parties,
   though a user agent can designate content handlers to be
   plugins.</p><p class=example>One example of a plugin would be a PDF viewer
@@ -1938,7 +1940,17 @@
   "OPTIONAL" in the normative parts of this document are to be
   interpreted as described in RFC2119. For readability, these words do
   not appear in all uppercase letters in this specification. <a href=#refsRFC2119>[RFC2119]</a></p><p>This specification describes the conformance criteria for 
-  documents.</p><p>For compatibility with existing content and prior specifications,
+  documents.</p><p><dfn id=conforming-documents>Conforming documents</dfn> are those that comply with all
+  the conformance criteria for documents. For readability, some of
+  these conformance requirements are phrased as conformance
+  requirements on authors; such requirements are implicitly
+  requirements on documents: by definition, all documents are assumed
+  to have had an author. (In some cases, that author may itself be a
+  user agent — such user agents are subject to additional rules,
+  as explained below.)</p><p class=example>For example, if a requirement states that
+  "authors must not use the <code title="">foobar</code> element", it
+  would imply that documents are not allowed to contain elements named
+  <code title="">foobar</code>.</p><p>For compatibility with existing content and prior specifications,
   this specification describes two authoring formats: one based on XML
   (referred to as <a href=#the-xhtml-syntax>the XHTML syntax</a>), and one using a <a href=#writing>custom format</a> inspired by SGML (referred to as
   <a href=#syntax>the HTML syntax</a>). </p><h3 id=case-sensitivity-and-string-comparison><span class=secno>2.3 </span>Case-sensitivity and string comparison</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Comparing two strings in a <dfn id=case-sensitive>case-sensitive</dfn> manner means
@@ -2491,7 +2503,7 @@
    </dd>
 
   </dl><h5 id=htmlformcontrolscollection-0><span class=secno>2.6.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> interface represents
-  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed</a> elements in <code><a href=#the-form-element>form</a></code>
+  a <a href=#collections title=collections>collection</a> of <a href=#category-listed title=category-listed>listed elements</a> in <code><a href=#the-form-element>form</a></code>
   and <code><a href=#the-fieldset-element>fieldset</a></code> elements.</p><pre class=idl>interface <dfn id=htmlformcontrolscollection>HTMLFormControlsCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
   // inherits <a href=#dom-htmlcollection-length title=dom-HTMLCollection-length>length</a> and <a href=#dom-htmlcollection-item title=dom-HTMLCollection-item>item</a>()
   caller getter object <a href=#dom-htmlformcontrolscollection-nameditem title=dom-HTMLFormControlsCollection-namedItem>namedItem</a>(in DOMString name); // overrides inherited namedItem()
@@ -2682,7 +2694,7 @@
   strings</a>. <a href=#refsDOMCORE>[DOMCORE]</a></p><p>Authors are strongly discouraged from using these, as they are
   notoriously unreliable and imprecise. Authors are encouraged to rely
   on explicit feature testing or the graceful degradation behavior
-  intrinsic to some of the features in this specification.</p><h4 id=exceptions><span class=secno>2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code>DOMException</code> codes. <a href=#refsDOMCORE>[DOMCORE]</a></p><ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
+  intrinsic to some of the features in this specification.</p><h4 id=exceptions><span class=secno>2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code><a href=#domexception>DOMException</a></code> codes. <a href=#refsDOMCORE>[DOMCORE]</a></p><ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value=2><dfn id=domstring_size_err><code>DOMSTRING_SIZE_ERR</code></dfn></li>
    <li value=3><dfn id=hierarchy_request_err><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
    <li value=4><dfn id=wrong_document_err><code>WRONG_DOCUMENT_ERR</code></dfn></li>
@@ -2721,7 +2733,7 @@
   a <a href=#scroll-to-fragid title=navigate-fragid>fragment identifier</a> on the
   page or when the <code title=dom-history-pushState><a href=#dom-history-pushstate>pushState()</a></code> method is called
   with a new <a href=#url>URL</a>. </p><p class=note>Interactive user agents typically expose <a href=#the-document-s-current-address>the
-  document's current address</a> in their user interface.</p><p>When a <code><a href=#document>Document</a></code> is created by a <a href=#concept-script title=concept-script>script</a> using the <code title=dom-DOMImplementation-createDocument>createDocument()</code>
+  document's current address</a> in their user interface.</p><p>When a <code><a href=#document>Document</a></code> is created by a <a href=#concept-script title=concept-script>script</a> using the <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
   or <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
   APIs, <a href=#the-document-s-address>the document's address</a> is the same as <a href=#the-document-s-address>the
   document's address</a> of the <a href=#script-s-document>script's document</a>.</p><p><code><a href=#document>Document</a></code> objects are assumed to be <dfn id=xml-documents>XML
@@ -2851,7 +2863,7 @@
 };
 <a href=#document>Document</a> implements <a href=#htmldocument>HTMLDocument</a>;</pre><p>Since the <code><a href=#htmldocument>HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
-  this interface are described in various different sections.</p><h4 id=security><span class=secno>3.1.2 </span>Security</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents  raise a
+  this interface are described in various different sections.</p><h4 id=security-document><span class=secno>3.1.2 </span>Security</h4><p id=security>User agents  raise a
   <code><a href=#security_err>SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href=#htmldocument>HTMLDocument</a></code> object are accessed by scripts whose
   <a href=#effective-script-origin>effective script origin</a> is not the <a href=#same-origin title="same
@@ -3027,20 +3039,16 @@
  &lt;p id="p3" class="bbb ccc"/&gt;
 &lt;/div&gt;</pre>
 
-   <p>A call to
-   <code>document.getElementById('example').getElementsByClassName('aaa')</code>
-   would return a <code><a href=#nodelist>NodeList</a></code> with the two paragraphs
-   <code>p1</code> and <code>p2</code> in it.</p>
+   <p>A call to <code title="">document.getElementById('example').getElementsByClassName('aaa')</code>
+   would return a <code><a href=#nodelist>NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
 
-   <p>A call to <code>getElementsByClassName('ccc bbb')</code>
-   would only return one node, however, namely <code>p3</code>. A call
-   to
-   <code>document.getElementById('example').getElementsByClassName('bbb  ccc ')</code>
+   <p>A call to <code title="">getElementsByClassName('ccc bbb')</code> would only
+   return one node, however, namely <code title="">p3</code>. A call
+   to <code title="">document.getElementById('example').getElementsByClassName('bbb  ccc ')</code>
    would return the same thing.</p>
 
-   <p>A call to <code>getElementsByClassName('aaa,bbb')</code> would
-   return no nodes; none of the elements above are in the "aaa,bbb"
-   class.</p>
+   <p>A call to <code title="">getElementsByClassName('aaa,bbb')</code> would return no
+   nodes; none of the elements above are in the "aaa,bbb" class.</p>
 
   </div><!-- v2:
 >         * xGetParentElementByClassName(rootElement, className, tagName) -
@@ -3050,13 +3058,13 @@
   attribute on the <code><a href=#htmldocument>HTMLDocument</a></code> interface is defined
   along with the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> content
   attribute.</p><h4 id=creating-documents><span class=secno>3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><a href=#xml-documents>XML documents</a> can be created from script using the
-  <code title=dom-DOMImplementation-createDocument>createDocument()</code>
-  method on the <code>DOMImplementation</code> interface.</p><p><a href=#html-documents>HTML documents</a> can be created using the <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
+  <code title=dom-DOMImplementation-createDocument><a href=#dom-domimplementation-createdocument>createDocument()</a></code>
+  method on the <code><a href=#domimplementation>DOMImplementation</a></code> interface.</p><p><a href=#html-documents>HTML documents</a> can be created using the <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
   method:</p><pre class=idl>[Supplemental, NoInterfaceObject]
 interface <dfn id=domhtmlimplementation>DOMHTMLImplementation</dfn> {
   <a href=#document>Document</a> <a href=#dom-domhtmlimplementation-createhtmldocument title=dom-DOMHTMLImplementation-createHTMLDocument>createHTMLDocument</a>(in DOMString title);
 };
-<span>DOMImplementation</span> implements <a href=#domhtmlimplementation>DOMHTMLImplementation</a>;</pre><dl class=domintro><dt><var title="">document</var> = <var title="">document</var> . <code title=dom-document-implementation>implementation</code> . <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+<a href=#domimplementation>DOMImplementation</a> implements <a href=#domhtmlimplementation>DOMHTMLImplementation</a>;</pre><dl class=domintro><dt><var title="">document</var> = <var title="">document</var> . <code title=dom-document-implementation>implementation</code> . <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
    <dd>
 
     <p>Returns a new <code><a href=#document>Document</a></code>, with a basic DOM already
@@ -3917,8 +3925,8 @@
   </ul><p>Certain elements in HTML have an <a href=#activation-behavior>activation
   behavior</a>, which means that the user can activate them. This
   triggers a sequence of events dependent on the activation mechanism,
-  and normally culminating in a <code title=event-click>click</code>
-  event followed by a <code title=event-DOMActivate>DOMActivate</code> event.</p><h5 id=transparent-content-models><span class=secno>3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id=transparent>transparent</dfn>; they have
+  and normally culminating in a <code title=event-click><a href=#event-click>click</a></code>
+  event followed by a <code title=event-DOMActivate><a href=#event-domactivate>DOMActivate</a></code> event.</p><h5 id=transparent-content-models><span class=secno>3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id=transparent>transparent</dfn>; they have
   "transparent" in the description of their content model.</p><p>When a content model includes a part that is "transparent", those
   parts must not contain content that would not be conformant if all
   transparent elements in the tree were replaced, in their parent
@@ -4321,7 +4329,7 @@
   in DOM Core become case-insensitive or case-changing, as sometimes
   defined in DOM Core, and as summarized  below. <a href=#refsDOMCORE>[DOMCORE]</a></p><p>This does not apply to <a href=#xml-documents>XML documents</a> or to elements
   that are not in the <a href=#html-namespace-0>HTML namespace</a> despite being in
-  <a href=#html-documents>HTML documents</a>.</p><dl><dt><code title="">Element.tagName</code> and <code title="">Node.nodeName</code></dt>
+  <a href=#html-documents>HTML documents</a>.</p><dl><dt><code title=dom-Element-tagName><a href=#dom-element-tagname>Element.tagName</a></code> and <code title=dom-Node-nodeName>Node.nodeName</code></dt>
 
    <dd>
 
@@ -4332,7 +4340,7 @@
    </dd>
 
 
-   <dt><code title="">Document.createElement()</code></dt>
+   <dt><code title=dom-Document-createElement>Document.createElement()</code></dt>
 
    <dd>
 
@@ -4343,16 +4351,16 @@
     <p class=note>This doesn't apply to <code title="">Document.createElementNS()</code>. Thus, it is possible,
     by passing this last method a tag name in the wrong case, to
     create an element that appears to have the same tag name as that
-    of an element defined in this specification when its <code title=dom-tagName>tagName</code> attribute is examined, but that
+    of an element defined in this specification when its <code title=dom-Element-tagName><a href=#dom-element-tagname>tagName</a></code> attribute is examined, but that
     doesn't support the corresponding interfaces. The "real" element
     name (unaffected by case conversions) can be obtained from the
-    <code title=dom-localName>localName</code> attribute.</p>
+    <code title=dom-Node-localName><a href=#dom-node-localname>localName</a></code> attribute.</p>
 
    </dd>
 
 
-   <dt><code title="">Element.setAttribute()</code></dt>
-   <dt><code title="">Element.setAttributeNode()</code></dt>
+   <dt><code title=dom-Element-setAttribute>Element.setAttribute()</code></dt>
+   <dt><code title=dom-Element-setAttributeNode>Element.setAttributeNode()</code></dt>
 
    <dd>
 
@@ -4365,8 +4373,8 @@
    </dd>
 
 
-   <dt><code title="">Element.getAttribute()</code></dt>
-   <dt><code title="">Element.getAttributeNode()</code></dt>
+   <dt><code title=dom-Element-getAttribute>Element.getAttribute()</code></dt>
+   <dt><code title=dom-Element-getAttributeNode>Element.getAttributeNode()</code></dt>
 
    <dd>
 
@@ -4379,8 +4387,8 @@
    </dd>
 
 
-   <dt><code title="">Document.getElementsByTagName()</code></dt>
-   <dt><code title="">Element.getElementsByTagName()</code></dt>
+   <dt><code title=dom-Document-getElementsByTagName>Document.getElementsByTagName()</code></dt>
+   <dt><code title=dom-Element-getElementsByTagName>Element.getElementsByTagName()</code></dt>
 
    <dd>
 
@@ -5575,8 +5583,10 @@
   <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute. If the language
   is not that described by "<code title="">text/javascript</code>",
   then the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute must
-  be present, as described below.</p><p>When used to include data blocks, the data must be embedded
-  inline, the format of the data must be given using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
+  be present, as described below.</p><p>When used to include data blocks (as opposed to scripts), the
+  data must be embedded inline, the format of the data must be given
+  using the <code title=attr-script-type><a href=#attr-script-type>type</a></code> attribute, and
+  the <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute must not be
   specified.</p><p>The <dfn id=attr-script-type title=attr-script-type><code>type</code></dfn>
   attribute gives the language of the script or format of the data. If
   the attribute is present, its value must be a <a href=#valid-mime-type>valid MIME
@@ -5601,7 +5611,8 @@
   external file, if any. <a href=#refsIANACHARSET>[IANACHARSET]</a></p><p>The <dfn id=attr-script-async title=attr-script-async><code>async</code></dfn> and
   <dfn id=attr-script-defer title=attr-script-defer><code>defer</code></dfn> attributes
   are <a href=#boolean-attribute title="boolean attribute">boolean attributes</a> that
-  indicate how the script should be executed.</p><p>There are three possible modes that can be selected using these
+  indicate how the script should be executed. These attributes must
+  not be specified when the element is used to include data blocks.</p><p>There are three possible modes that can be selected using these
   attributes. If the <code title=attr-script-async><a href=#attr-script-async>async</a></code>
   attribute is present, then the script will be executed
   asynchronously, as soon as it is available. If the <code title=attr-script-async><a href=#attr-script-async>async</a></code> attribute is not present but
@@ -8012,7 +8023,9 @@
   used for attribution, or for satisfying licensing requirements.</p><p class=note>The <code><a href=#the-small-element>small</a></code> element does not
   "de-emphasize" or lower the importance of text emphasized by the
   <code><a href=#the-em-element>em</a></code> element or marked as important with the
-  <code><a href=#the-strong-element>strong</a></code> element.</p><p>The <code><a href=#the-small-element>small</a></code> element should not be used for extended
+  <code><a href=#the-strong-element>strong</a></code> element. To mark text as not emphasized or
+  important, simply do not mark it up with the <code><a href=#the-em-element>em</a></code> or
+  <code><a href=#the-strong-element>strong</a></code> elements respectively.</p><p>The <code><a href=#the-small-element>small</a></code> element should not be used for extended
   spans of text, such as multiple paragraphs, lists, or sections of
   text. It is only intended for short runs of text. The text of a page
   listing terms of use, for instance, would not be a suitable
@@ -8826,12 +8839,16 @@
    marked up:</p>
    <pre>&lt;article&gt;
  &lt;h2&gt;Kittens 'adopted' by pet rabbit&lt;/h2&gt;
- &lt;p&gt;&lt;b&gt;Six abandoned kittens have found an unexpected new
- mother figure — a pet rabbit.&lt;/b&gt;&lt;/p&gt;
+ &lt;p&gt;&lt;b class="lede"&gt;Six abandoned kittens have found an
+ unexpected new mother figure — a pet rabbit.&lt;/b&gt;&lt;/p&gt;
  &lt;p&gt;Veterinary nurse Melanie Humble took the three-week-old
  kittens to her Aberdeen home.&lt;/p&gt;
 <i>[...]</i></pre>
-  </div><p>The <code><a href=#the-b-element>b</a></code> element should be used as a last resort when
+  </div><p>As with the <code><a href=#the-i-element>i</a></code> element, authors are encouraged to use
+  the <code title=attr-class><a href=#classes>class</a></code> attribute on the
+  <code><a href=#the-b-element>b</a></code> element to identify why the element is being used, so
+  that if the style of a particular use is to be changed at a later
+  date, the author doesn't have to go through annotating each use.</p><p>The <code><a href=#the-b-element>b</a></code> element should be used as a last resort when
   no other element is more appropriate. In particular, headings should
   use the <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h1</a></code> to <code><a href=#the-h1-h2-h3-h4-h5-and-h6-elements>h6</a></code> elements, stress emphasis
   should use the <code><a href=#the-em-element>em</a></code> element, importance should be denoted
@@ -9645,9 +9662,11 @@
  &lt;p&gt;He would play in the morning, he would play in the evening.&lt;/p&gt;
 &lt;/article&gt;</pre>
 
-  </div><h5 id=alt><span class=secno>4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/31>ISSUE-31</a> (missing-alt) blocks progress to Last Call</span></p><p>The requirements for the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code>
-  attribute depend on what the image is intended to represent, as
-  described in the following sections.</p><h6 id=a-link-or-button-containing-nothing-but-the-image><span class=secno>4.8.1.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href=#the-a-element>a</a> element that is a <a href=#hyperlink>hyperlink</a>,
+  </div><h5 id=alt><span class=secno>4.8.1.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/31>ISSUE-31</a> (missing-alt) blocks progress to Last Call</span></p><p>Except where otherwise specified, the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute must be specified and its
+  value must not be empty; the value must be an appropriate
+  replacement for the image. The specific requirements for the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute depend on what the image
+  is intended to represent, as described in the following
+  sections.</p><h6 id=a-link-or-button-containing-nothing-but-the-image><span class=secno>4.8.1.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href=#the-a-element>a</a> element that is a <a href=#hyperlink>hyperlink</a>,
   or a <code><a href=#the-button-element>button</a></code> element, has no textual content but
   contains one or more images, the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attributes must contain text that
   together convey the purpose of the link or button.</p><div class=example>
@@ -11159,7 +11178,7 @@
    <p>If the author isn't sure if the user agents will all be able to
    render the media resources provided, the author can listen to the
    <code title=event-error>error</code> event on the last
-   <code><a href=#the-source-element>source</a></code> element and trigger fallback behaviour:</p>
+   <code><a href=#the-source-element>source</a></code> element and trigger fallback behavior:</p>
 
    <pre>&lt;script&gt;
  function fallback(video) {
@@ -11460,7 +11479,7 @@
      </th><th> Brief description
    </th></tr></thead><tbody><tr><td><dfn id=attr-media-preload-none title=attr-media-preload-none><code>none</code></dfn>
      </td><td><dfn id=attr-media-preload-none-state title=attr-media-preload-none-state>None</dfn>
-     </td><td>Hints to the user agent that the author either does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic.
+     </td><td>Hints to the user agent that either the author does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic.
     </td></tr><tr><td><dfn id=attr-media-preload-metadata title=attr-media-preload-metadata><code>metadata</code></dfn>
      </td><td><dfn id=attr-media-preload-metadata-state title=attr-media-preload-metadata-state>Metadata</dfn>
      </td><td>Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable.
@@ -11469,10 +11488,13 @@
      </td><td>Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource.
   </td></tr></tbody></table><p>The empty string is also a valid keyword, and maps to the <a href=#attr-media-preload-auto-state title=attr-media-preload-auto-state>Automatic</a> state. The
   attribute's <i>missing value default</i> is user-agent defined,
-  though the <a href=#attr-media-preload-auto-state title=attr-media-preload-auto-state>Automatic</a> state is
-  suggested in high-bandwidth situations.</p><p class=note>The <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code>
-  attribute has no effect if used in conjunction with the <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute, though
-  including both is not an error.</p><hr><!--v3BUF (when readding this, also add a domintro block)
+  though the <a href=#attr-media-preload-auto-state title=attr-media-preload-auto-state>Metadata</a> state is
+  suggested as a compromise between reducing server load and providing
+  an optimal user experience.</p><p class=note>The <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute can overrride
+  the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute (since
+  if the media plays, it naturally has to buffer first, regardless of
+  the hint given by the <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute). Including
+  both is not an error, however.</p><hr><!--v3BUF (when readding this, also add a domintro block)
   <p>The <dfn
   title="dom-media-bufferingRate"><code>bufferingRate</code></dfn>
   attribute must return the average number of bits received per second
@@ -12055,7 +12077,8 @@
 
    </dd>
 
-  </dl><p>Contexts are defined by other specifications.</p><hr><dl class=domintro><dt><var title="">url</var> = <var title="">canvas</var> . <code title=dom-canvas-toDataURL><a href=#dom-canvas-todataurl>toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
+  </dl><p>Contexts are defined by other specifications, for example the 2D
+  Context specification. <a href=#refs2DCONTEXT>[2DCONTEXT]</a></p><hr><dl class=domintro><dt><var title="">url</var> = <var title="">canvas</var> . <code title=dom-canvas-toDataURL><a href=#dom-canvas-todataurl>toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
 
    <dd>
 
@@ -12630,84 +12653,84 @@
     <p>Can be set, to replace the <code><a href=#the-caption-element>caption</a></code> element. If the
     new value is not a <code><a href=#the-caption-element>caption</a></code> element, throws a
     <code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">caption</var> = <var title="">table</var> . <code title=dom-table-createCaption><a href=#dom-table-createcaption>createCaption</a></code>()</dt>
+   <dt><var title="">caption</var> = <var title="">table</var> . <code title=dom-table-createCaption><a href=#dom-table-createcaption>createCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href=#the-caption-element>caption</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-deleteCaption><a href=#dom-table-deletecaption>deleteCaption</a></code>()</dt>
+   <dt><var title="">table</var> . <code title=dom-table-deleteCaption><a href=#dom-table-deletecaption>deleteCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href=#the-caption-element>caption</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-tHead><a href=#dom-table-thead>tHead</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title=dom-table-tHead><a href=#dom-table-thead>tHead</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href=#the-thead-element>thead</a></code> element.</p>
     <p>Can be set, to replace the <code><a href=#the-thead-element>thead</a></code> element. If the
     new value is not a <code><a href=#the-thead-element>thead</a></code> element, throws a
     <code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">thead</var> = <var title="">table</var> . <code title=dom-table-createTHead><a href=#dom-table-createthead>createTHead</a></code>()</dt>
+   <dt><var title="">thead</var> = <var title="">table</var> . <code title=dom-table-createTHead><a href=#dom-table-createthead>createTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href=#the-thead-element>thead</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-deleteTHead><a href=#dom-table-deletethead>deleteTHead</a></code>()</dt>
+   <dt><var title="">table</var> . <code title=dom-table-deleteTHead><a href=#dom-table-deletethead>deleteTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href=#the-thead-element>thead</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-tFoot><a href=#dom-table-tfoot>tFoot</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title=dom-table-tFoot><a href=#dom-table-tfoot>tFoot</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href=#the-tfoot-element>tfoot</a></code> element.</p>
     <p>Can be set, to replace the <code><a href=#the-tfoot-element>tfoot</a></code> element. If the
     new value is not a <code><a href=#the-tfoot-element>tfoot</a></code> element, throws a
     <code><a href=#hierarchy_request_err>HIERARCHY_REQUEST_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tfoot</var> = <var title="">table</var> . <code title=dom-table-createTFoot><a href=#dom-table-createtfoot>createTFoot</a></code>()</dt>
+   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title=dom-table-createTFoot><a href=#dom-table-createtfoot>createTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href=#the-tfoot-element>tfoot</a></code> element, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-deleteTFoot><a href=#dom-table-deletetfoot>deleteTFoot</a></code>()</dt>
+   <dt><var title="">table</var> . <code title=dom-table-deleteTFoot><a href=#dom-table-deletetfoot>deleteTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href=#the-tfoot-element>tfoot</a></code> element.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-tBodies><a href=#dom-table-tbodies>tBodies</a></code></dt>
+   <dt><var title="">table</var> . <code title=dom-table-tBodies><a href=#dom-table-tbodies>tBodies</a></code></dt>
    <dd>
     <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tbody-element>tbody</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tbody</var> = <var title="">table</var> . <code title=dom-table-createTBody><a href=#dom-table-createtbody>createTBody</a></code>()</dt>
+   <dt><var title="">tbody</var> = <var title="">table</var> . <code title=dom-table-createTBody><a href=#dom-table-createtbody>createTBody</a></code>()</dt>
    <dd>
     <p>Creates a <code><a href=#the-tbody-element>tbody</a></code> element, inserts it into the table, and returns it.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code></dt>
+   <dt><var title="">table</var> . <code title=dom-table-rows><a href=#dom-table-rows>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tr</var> = <var title="">table</var> . <code title=dom-table-insertRow><a href=#dom-table-insertrow>insertRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> = <var title="">table</var> . <code title=dom-table-insertRow><a href=#dom-table-insertrow>insertRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Creates a <code><a href=#the-tr-element>tr</a></code> element, along with a <code><a href=#the-tbody-element>tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
     <p>The position is relative to the rows in the table. The index −1 is equivalent to inserting at the end of the table.</p>
     <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">table</var> . <code title=dom-table-deleteRow><a href=#dom-table-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">table</var> . <code title=dom-table-deleteRow><a href=#dom-table-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table.</p>
     <p>The position is relative to the rows in the table. The index −1 is equivalent to deleting the last row of the table.</p>
     <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id=the-caption-element><span class=secno>4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
+  </dl><h4 id=the-caption-element><span class=secno>4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As the first element child of a <code><a href=#the-table-element>table</a></code> element.</dd>
@@ -12823,23 +12846,23 @@
   element has a parent and it is a <code><a href=#the-table-element>table</a></code>.</p><dl class=domintro><dt><var title="">tbody</var> . <code title=dom-tbody-rows><a href=#dom-tbody-rows>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-tr-element>tr</a></code> elements of the table section.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tr</var> = <var title="">tbody</var> . <code title=dom-tbody-insertRow><a href=#dom-tbody-insertrow>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title=dom-tbody-insertRow><a href=#dom-tbody-insertrow>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
    <dd>
     <p>Creates a <code><a href=#the-tr-element>tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href=#the-tr-element>tr</a></code>.</p>
     <p>The position is relative to the rows in the table section. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
     <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">tbody</var> . <code title=dom-tbody-deleteRow><a href=#dom-tbody-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tbody</var> . <code title=dom-tbody-deleteRow><a href=#dom-tbody-deleterow>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href=#the-tr-element>tr</a></code> element with the given position in the table section.</p>
     <p>The position is relative to the rows in the table section. The index −1 is equivalent to deleting the last row of the table section.</p>
     <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id=the-thead-element><span class=secno>4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
+  </dl><h4 id=the-thead-element><span class=secno>4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href=#the-table-element>table</a></code> element, after any
@@ -12931,9 +12954,9 @@
 
     <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements of the row.</p>
 
-   <dd>
+   </dd>
 
-   </dd></dd><dt><var title="">cell</var> = <var title="">tr</var> . <code title=dom-tr-insertCell><a href=#dom-tr-insertcell>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">cell</var> = <var title="">tr</var> . <code title=dom-tr-insertCell><a href=#dom-tr-insertcell>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 
    <dd>
 
@@ -12964,9 +12987,9 @@
     the index of the last cell, or if there are no cells, throws an
     <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
 
-   <dd>
+   </dd>
 
-  </dd></dd></dl><h4 id=the-td-element><span class=secno>4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
+  </dl><h4 id=the-td-element><span class=secno>4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
    <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href=#the-tr-element>tr</a></code> element.</dd>
@@ -13114,7 +13137,10 @@
 
    <dd>
 
-    <p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list.</p>
+    <p>Returns the position of the cell in the row's <code title=dom-tr-cells><a href=#dom-tr-cells>cells</a></code> list. This does not necessarily
+    correspond to the <var title="">x</var>-position of the cell in
+    the table, since earlier cells might cover multiple rows or
+    columns.</p>
 
     <p>Returns 0 if the element isn't in a row.</p>
 
@@ -13122,7 +13148,7 @@
 
   </dl><h4 id=examples><span class=secno>4.9.12 </span>Examples</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The following shows how might one mark up the bottom part of
   table 45 of the <cite>Smithsonian physical tables, Volume
-  71</cite>:</p><!-- Smithsonian physical tables, Volume 71: By Smithsonian Institution, Frederick Eugene Fowle; page 76 --><pre>&lt;table&gt;
+  71</cite>:</p><!-- Smithsonian physical tables, Volume 71: By Smithsonian Institution, Frederick Eugene Fowle; page 76 --><!-- from the reprint of the seventh revised edition; publication 2539, published 1921 --><pre>&lt;table&gt;
  &lt;caption&gt;Specification values: &lt;b&gt;Steel&lt;/b&gt;, &lt;b&gt;Castings&lt;/b&gt;,
  Ann. A.S.T.M. A27-16, Class B;* P max. 0.06; S max. 0.05.&lt;/caption&gt;
  &lt;thead&gt;
@@ -13130,7 +13156,7 @@
    &lt;th rowspan=2&gt;Grade.&lt;/th&gt;
    &lt;th rowspan=2&gt;Yield Point.&lt;/th&gt;
    &lt;th colspan=2&gt;Ultimate tensile strength&lt;/th&gt;
-   &lt;th rowspan=2&gt;Per sent elong. 50.8mm or 2 in.&lt;/th&gt;
+   &lt;th rowspan=2&gt;Per cent elong. 50.8mm or 2 in.&lt;/th&gt;
    &lt;th rowspan=2&gt;Per cent reduct. area.&lt;/th&gt;
   &lt;/tr&gt;
   &lt;tr&gt;
@@ -13537,7 +13563,7 @@
    <li><code><a href=#the-select-element>select</a></code></li>
    <li><code><a href=#the-textarea-element>textarea</a></code></li>
   </ul><p>The <a href=#form-associated-element title="form-associated element">form-associated
-  elements</a> fall into several subcategories:</p><dl><dt><dfn id=category-listed title=category-listed>Listed</dfn></dt>
+  elements</a> fall into several subcategories:</p><dl><dt><dfn id=category-listed title=category-listed>Listed elements</dfn></dt>
 
    <dd>
 
@@ -13555,7 +13581,7 @@
      <li><code><a href=#the-textarea-element>textarea</a></code></li>
     </ul></dd>
 
-   <dt><dfn id=category-label title=category-label>Labelable</dfn></dt>
+   <dt><dfn id=category-label title=category-label>Labelable elements</dfn></dt>
 
    <dd>
 
@@ -16050,9 +16076,9 @@
 
    <p>...might render as:</p>
 
-   <p><img alt="A vertical slider control whose primary colour is black and whose background colour is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." src=http://dev.w3.org/html5/spec/images/sample-range.png></p><p>Note how the UA determined the orientation of the control from
+   <p><img alt="A vertical slider control whose primary color is black and whose background color is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." src=http://dev.w3.org/html5/spec/images/sample-range.png></p><p>Note how the UA determined the orientation of the control from
    the ratio of the style-sheet-specified height and width properties.
-   The colours were similiarly derived from the style sheet. The tick
+   The colors were similiarly derived from the style sheet. The tick
    marks, however, were derived from the markup. In particular, the
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute has not
    affected the placement of tick marks, the UA deciding to only use
@@ -17721,7 +17747,7 @@
   table lists the keywords and states for the attribute — the
   keywords in the left column map to the states listed in the cell in
   the second column on the same row as the keyword. User agents are
-  not required to support these values, and must only recognise values
+  not required to support these values, and must only recognize values
   whose corresponding algorithms they support.</p><table><thead><tr><th> Keyword </th><th> State
    </th></tr></thead><tbody><tr><td> <code title="">rsa</code>
      </td><td> <i title="">RSA</i>
@@ -18361,11 +18387,11 @@
  }
 &lt;/script&gt;</pre>
 
-  </div><h5 id=security-0><span class=secno>4.10.20.3 </span>Security</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Servers should not rely on client-side validation. Client-side
-  validation can be intentionally bypassed by hostile users, and
-  unintentionally bypassed by users of older user agents or automated
-  tools that do not implement these features. The constraint
-  validation features are only intended to improve the user
+  </div><h5 id=security-forms><span class=secno>4.10.20.3 </span>Security</h5><p id=security-0>Servers should not rely on client-side
+  validation. Client-side validation can be intentionally bypassed by
+  hostile users, and unintentionally bypassed by users of older user
+  agents or automated tools that do not implement these features. The
+  constraint validation features are only intended to improve the user
   experience, not to provide any kind of security mechanism.</p><h4 id=form-submission><span class=secno>4.10.21 </span><dfn>Form submission</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>When forms are submitted, the data in the form is converted into
   the form specified by the <a href=#concept-fs-enctype title=concept-fs-enctype>enctype</a>, and then sent to the
   destination specified by the <a href=#concept-fs-action title=concept-fs-action>action</a> using the given <a href=#concept-fs-method title=concept-fs-method>method</a>.</p><p>For example, take the following form:</p><pre>&lt;form action="/find.cgi" method=get&gt;
@@ -21273,7 +21299,7 @@
   &lt;/menu&gt;
  &lt;/menu&gt;
 &lt;/form&gt;</pre><p>The behavior in supporting user agents is similar to the example
-  above, but here the legacy behaviour consists of a single
+  above, but here the legacy behavior consists of a single
   <code><a href=#the-select-element>select</a></code> element with a submit button. The submit button
   doesn't appear in the toolbar, because it is not a direct child of
   the <code><a href=#menus>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code>
@@ -23797,10 +23823,10 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation — showing all the form controls in one big page
-  with a scrollbar would be equivalent, and no less correct. It is
-  similarly incorrect to use this attribute to hide content just from
-  one presentation — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
+  presentation — one could equally well just show all the form
+  controls in one big page with a scrollbar. It is similarly incorrect
+  to use this attribute to hide content just from one presentation
+  — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
   presentations, including, for instance, screen readers.</p><!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --><!-- (but only add that example if you first add some more good valid examples --><p>Elements that are not <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>
   should not link to or refer to elements that are <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>.</p><div class=example>
 
@@ -24432,7 +24458,7 @@
   the <code title=event-drop><a href=#event-drop>drop</a></code> event, which allows the
   actual drop to be performed. This event also needs to be canceled,
   so that the <code title=dom-DataTransfer-DropEffect><a href=#dom-datatransfer-dropeffect>dropEffect</a></code> attribute's
-  value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre>&lt;p&gt;Drop your favourite fruits below:&lt;/p&gt;
+  value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre>&lt;p&gt;Drop your favorite fruits below:&lt;/p&gt;
 &lt;ol class="dropzone"
     ondragenter="dragEnterHandler(event)"
     ondragover="dragOverHandler(event)"
@@ -25174,9 +25200,7 @@
   incompatible with some specifications. Including the DOCTYPE in a
   document ensures that the browser makes a best-effort attempt at
   following the relevant specifications.</p><p>A DOCTYPE must consist of the following characters, in this
-  order:</p><ol class=brief><li>A U+003C LESS-THAN SIGN character (&lt;).</li>
-   <li>A U+0021 EXCLAMATION MARK character (!).</li>
-   <li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">DOCTYPE</code>".</li>
+  order:</p><ol class=brief><li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">&lt;!DOCTYPE</code>".</li>
    <li>One or more <a href=#space-character title="space character">space characters</a>.</li>
    <li>A string that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">HTML</code>".</li>
    <li>Optionally, a <a href=#doctype-legacy-string>DOCTYPE legacy string</a> or an <a href=#obsolete-permitted-doctype-string>obsolete permitted DOCTYPE string</a> (defined below).</li>
@@ -25676,7 +25700,7 @@
   case-insensitively match the tag name of the element followed by one
   of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM
   FEED (FF), U+000D CARRIAGE RETURN (CR), U+0020 SPACE, U+003E
-  GREATER-THAN SIGN (&gt;), or U+002F SOLIDUS (/).</p><h4 id=text><span class=secno>8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=syntax-text title=syntax-text>Text</dfn> is allowed inside elements,
+  GREATER-THAN SIGN (&gt;), or U+002F SOLIDUS (/).</p><h4 id=text-0><span class=secno>8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=syntax-text title=syntax-text>Text</dfn> is allowed inside elements,
   attributes, and comments. Text must consist of Unicode characters.
   Text must not contain U+0000 characters. Text must not contain
   permanently undefined Unicode characters (noncharacters). Text must
@@ -25686,7 +25710,10 @@
   to be put, as described in the other sections.</p><h5 id=newlines><span class=secno>8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id=syntax-newlines title=syntax-newlines>Newlines</dfn> in HTML may be
   represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A
   LINE FEED (LF) characters, or pairs of U+000D CARRIAGE RETURN (CR),
-  U+000A LINE FEED (LF) characters in that order.</p><h4 id=character-references><span class=secno>8.1.4 </span>Character references</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases described in other sections, <a href=#syntax-text title=syntax-text>text</a> may be mixed with <dfn id=syntax-charref title=syntax-charref>character references</dfn>. These can be used
+  U+000A LINE FEED (LF) characters in that order.</p><p>Where <a href=#syntax-charref title=syntax-charref>character references</a>
+  are allowed, a character reference of a U+000A LINE FEED (LF)
+  character (but not a U+000D CARRIAGE RETURN (CR) character) also
+  represents a <a href=#syntax-newlines title=syntax-newlines>newline</a>.</p><h4 id=character-references><span class=secno>8.1.4 </span>Character references</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases described in other sections, <a href=#syntax-text title=syntax-text>text</a> may be mixed with <dfn id=syntax-charref title=syntax-charref>character references</dfn>. These can be used
   to escape characters that couldn't otherwise legally be included in
   <a href=#syntax-text title=syntax-text>text</a>.</p><p>Character references must start with a U+0026 AMPERSAND character
   (&amp;). Following this, there are three possible kinds of character
@@ -25722,9 +25749,9 @@
    (;).</dd>
 
   </dl><p>The numeric character reference forms described above are allowed
-  to reference any Unicode code point other than U+0000, permanently
-  undefined Unicode characters (noncharacters), and control characters
-  other than <a href=#space-character title="space character">space
+  to reference any Unicode code point other than U+0000, U+000D,
+  permanently undefined Unicode characters (noncharacters), and
+  control characters other than <a href=#space-character title="space character">space
   characters</a>.</p><p>An <dfn id=syntax-ambiguous-ampersand title=syntax-ambiguous-ampersand>ambiguous
   ampersand</dfn> is a U+0026 AMPERSAND character (&amp;) that is
   followed by some <a href=#syntax-text title=syntax-text>text</a> other than a
@@ -25769,14 +25796,17 @@
   the three character sequence U+002D HYPHEN-MINUS, U+002D
   HYPHEN-MINUS, U+003E GREATER-THAN SIGN (<code title="">--&gt;</code>).</p><h3 id=named-character-references><span class=secno>8.2 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported
   by HTML, and the code points to which they refer. It is referenced
-  by the previous sections.</p><div class=tall-and-narrow>
-   <table><thead><tr><th> Name </th> <th> Character </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td <td> U+00391 </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">arv;</code> </td> <td> U+02AE7 </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> </tr><tr><td> <code title=""Cap;</code> </td> <td> U+022D2 </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </t> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title="">Cross;/code> </td> <td> U+02A2F </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">Delta;</code> </t> <td> U+00394 </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">DoubeDot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title"">DownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">Downarrow;</code></td> <td> U+021D3 </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> </tr><!-- (invalid entity with missing emicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> </t><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma</code> </td> <td> U+00393 </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td></tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> </tr><tr><td> <code title="">HumpDownHump;<code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Imcr;</code> </td> <td> U+0012A </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> </tr<!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> </tr><tr><td> code title="">Kscr;</code> </td> <td> U+1D4A6 </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+0214 </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> </tr><tr><td> <cod title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">LessLess;</code> /td> <td> U+02AA1 </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> </tr><tr><td> <code title="">LowerLeftArrw;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> </tr><tr><td> <code title=">NJcy;</code> </td> <td> U+0040A </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> </tr><tr><td> <coe title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 <td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+0003 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> </tr><tr><td> <code title=">Or;</code> </td> <td> U+02A54 </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </t> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title=""Proportional;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> </tr><tr><td> <code title=">Rcaron;</code> </td> <td> U+00158 </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> </tr><tr><td> <code ttle="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> </tr><tr><td> <code title="">RihtUpVector;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> </tr><tr><td> <code title="">Sacute;</code> </t> <td> U+0015A </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> </tr><tr><td> <ode title="">Square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> </tr><tr><d> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> </tr><tr><td> <code title="">Tau;</code> </td> <d> U+003A4 </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> </tr><tr><td> <code title=">Tstrok;</code> </td> <td> U+00166 </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> </tr><tr><td> code title="">UnderBar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code titl="">UpTeeArrow;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 /td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> </tr><tr><td> <code title=""Wcirc;</code> </td> <td> U+00174 </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> </tr><tr><td> <code title="">Ycy;</code></td> <td> U+0042B </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> </tr><tr><td> <code title="">aacute;</code> </td <td> U+000E1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> </tr><!-- (invalid entity with missing semiclon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> </tr><tr><td> <code title="">angle;</code></td> <td> U+02220 </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> </tr><tr><td> code title="">angzarr;</code> </td> <td> U+0237C </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> </tr><tr><td> <codetitle="">asymp;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+02BD </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> </tr><tr><td> <code title="">between;</code> </td> <t> U+0226C </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td><code title="">bkarow;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> </tr><tr><td> <code title=">bot;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> </tr><tr><td> <code title="">boUr;</code> </td> <td> U+02559 </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> </tr><tr><td> <code title="">boxhU;/code> </td> <td> U+02568 </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> </tr><tr><td> <code title="">bovl;</code> </td> <td> U+02524 </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title=""bump;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> </tr><tr><td> <code titl="">ccedil;</code> </td> <td> U+000E7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> </tr><tr><t> <code title="">checkmark;</code> </td> <td> U+02713 </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">cirfnint;</ode> </td> <td> U+02A10 </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> </tr><tr><td> <code tile="">congdot;</code> </td> <td> U+02A6D </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> </tr><tr><td> <code ttle="">cudarrl;</code> </td> <td> U+02938 </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> </tr<tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> </tr><tr><td> <code title="">dagger</code> </td> <td> U+02020 </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta</code> </td> <td> U+003B4 </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> </tr><!-- (invalid entity withmissing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> /tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">duarr;/code> </td> <td> U+021F5 </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code titl="">ecy;</code> </td> <td> U+0044D </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> </tr><tr><td> <code title="">emacr;</ode> </td> <td> U+00113 </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsilon;</cde> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> </tr><tr><td> <code ttle="">esdot;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> </tr<tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> </tr><-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> </tr><tr><td> <code title="">frac56;</code> </td> <td>U+0215A </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 /td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> </tr<tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> </tr><tr><td> <code tile="">gsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> </tr><tr<td> <code title="">gtrless;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> </tr><tr><td> <code title="">hyphen;</code> </t> <td> U+02010 </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">iiiint;</code> /td> <td> U+02A0C </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> </tr><tr><td> <code title="">infintie;</coe> </td> <td> U+029DD </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">scr;</code> </td> <td> U+1D4BE </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> </tr><tr><td> <code title="">jmath</code> </td> <td> U+00237 </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> </tr><tr><td> <code title="">lAarr;</code> /td> <td> U+021DA </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">laquo;</code> </td><td> U+000AB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> </tr><tr><td> <code title="">lbbrk;</code </td> <td> U+02772 </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> </tr><tr><td> <code title="">ldrushar</code> </td> <td> U+0294B </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> </tr><tr><td> <cod title="">leq;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </d> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> </t><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> td> U+027F7 </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> </tr><tr><td> <codetitle="">lparlt;</code> </td> <td> U+02993 </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> </tr><tr><td> <code tite="">lsquor;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> </tr><tr><td> <codetitle="">lurdshar;</code> </td> <td> U+0294A </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> /tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+0238 </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nRightarrow;</code></td> <td> U+021CF </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> </tr><tr><td> <code title="">ncedi;</code> </td> <td> U+00146 </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> </tr><tr><td> <code title="">nge;</cde> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U02025 </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">notinva;</code> </d> <td> U+02209 </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrigharrow;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> </tr><tr><td> <ode title="">nsub;</code> </td> <td> U+02284 </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">ntrianglerighteq;</coe> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwnear;/code> </td> <td> U+02927 </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> </tr><tr><td> <code title="">ofcir;<code> </td> <td> U+029BF </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> </tr><tr><td> <code title="">omega;</code></td> <td> U+003C9 </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </t> <td> U+000BA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> </tr><!-- (invalid entity with mising semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> </tr><tr><td> <code title=">pfr;</code> </td> <td> U+1D52D </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> </tr><tr><td> <code title=">plusdo;</code> </td> <td> U+02214 </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code tile="">prcue;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> /tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+29B3 </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">rarrpl;</code> </td> td> U+02945 </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> </tr><tr><td> <code title="">rcedil;<code> </td> <td> U+00157 </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> </tr><!-- (invalid entity with missing smicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td>U+021CC </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> </tr><tr><td> <ode title="">ropar;</code> </td> <td> U+02986 </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> </tr><tr><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> </tr><tr><td> code title="">rtimes;</code> </td> <td> U+022CA </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code ttle="">scedil;</code> </td> <td> U+0015F </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> </tr><tr><td> <code itle="">sect;</code> </td> <td> U+000A7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> </tr><!-- invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> </tr><t><td> <code title="">slarr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td></tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">squf;</code> </td> <td> +025AA </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subedot;</code </td> <td> U+02AC3 </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> </tr><tr><td> <codetitle="">succapprox;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supseteq;</code> </t> <td> U+02287 </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> </tr><tr><td> <code titl="">tau;</code> </td> <td> U+003C4 </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> </tr><tr><td> code title="">thinsp;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> </tr>tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> </tr><tr><td> <code title"">trie;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td></tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">upharpoonleft;</coe> </td> <td> U+021BF </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> </tr><tr><td> <code tile="">utri;</code> </td> <td> U+025B5 </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> </tr><tr<td> <code title="">varpi;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> </tr><tr><td> <code title="">verbar;</code> </td> td> U+0007C </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U1D568 </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> </tr<tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only)--><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> </tr><tr<td> <code title="">zdot;</code> </td> <td> U+0017C </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> </tr></tbody></table><!--
+  by the previous sections.</p><div id=named-character-references-table>
+   <table><thead><tr><th> Name </th> <th> Character </th> <th> Glyph </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span>Æ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span>&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span>Á</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span>Ă</span> </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span>Â</span> </td> </tr><!-- (invalid enity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span>А</span> </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span>À</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span>Α</span> </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span>Ā</span> </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span>⩓</span> </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span>Ą</span> </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> <td> <span></span> </td> </tr>tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span>⁡</span> </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> <td> <span>Å</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span>≔</span> </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span>Ã</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span>Ä</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <cod title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span>∖</span> </td> </tr><tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span>⫧</span> </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span>⌆</span> </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span>Б</span> </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span>∵</span> </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span>ℬ</span> </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span>Β</span> </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span>˘</span> </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> <td> <span>ℬ</spn> </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span>≎</span> </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span>Ч</span> </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span>©</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span>Ć</span> </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span>⋒</span> </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span>ⅅ</span> </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td> <span>ℭ</span> </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span>Č</span> </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span>Ç</span></td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span>Ĉ</span> </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span>∰</span> </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span>Ċ</span> </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span>¸</span> </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span>·</span> </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span>ℭ</span> </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span>Χ</span> </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span>⊙</span> </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span>⊖</span> </td> /tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span>⊕</span> </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span>⊗</span> </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span>∲</span> </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span>”</span> </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span>’</span> </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span>∷</span> </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span>⩴</span> </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span>≡</span> </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span>∯</span> </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span>∮</spa> </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span>ℂ</span> </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span>∐</span> </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span>∳</span> </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span>⨯</span> </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span>⋓</span> </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span>≍</span> </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span>ⅅ</span> </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span>⤑</span> </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span>Ђ</span> </td> </tr><tr><td> <code title="">DSc;</code> </td> <td> U+00405 </td> <td> <span>Ѕ</span> </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span>Џ</span> </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span>‡</span> </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span>↡</span> </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> <td> <span>⫤</span> </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span>Ď</span> </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span>Д</span> </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span>∇</span> </td> </tr><tr><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span>Δ</span> </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span></span> </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span>´</span> </td> </tr<tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span>˙</span> </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span>˝</span> </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span>`</span> </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span>˜</span> </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span>⋄</span> </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span>ⅆ</span> </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span></span> </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span>¨</span> </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span>◌⃜</span> </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span>≐</span> </td> </tr><tr><td> code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span>∯</span> </td> </tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span>¨</span> </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span>⇓</span> </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span>⇐</span> </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> <td> <span>⇔</span> </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span>⫤</span> </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span>⟸</span> </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span>⟺</span> </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span>⟹</span> </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td U+021D2 </td> <td> <span>⇒</span> </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span>⊨</span> </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span>⇑</span> </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span>⇕</span> </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span>∥</span> </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span>↓</span> </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span>⤓</span> </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span>⇵</span> </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> <td> <span>◌̑</span> </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span>⥐</span> </td> </tr><tr><td> <code title="">DowLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span>⥞</span> </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span>↽</span> </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span>⥖</span> </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span>⥟</span> </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span>⇁</span> </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span>⥗</span> </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span>⊤</span> </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span>↧</span> </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span>⇓</span> </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span></span> </td> </tr><tr><td> <coe title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span>Đ</span> </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span>Ŋ</span> </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span>Ð</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span>É</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span>Ě</span> </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span>Ê</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code </td> <td> U+0042D </td> <td> <span>Э</span> </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span>Ė</span> </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> <td> <span>È</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> <td> <span>∈</span> </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span>Ē</span> </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span>◻</span> </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span>▫</span> </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span>Ę</span> </td> </tr><tr><td> <code title="">Eopf;</coe> </td> <td> U+1D53C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> <td> <span>Ε</span> </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span>⩵</span> </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span>≂</span> </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span>⇌</span> </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span>ℰ</span> </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span>⩳</span> </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span>Η</span> </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span>Ë</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <t> U+02203 </td> <td> <span>∃</span> </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span>ⅇ</span> </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span>Ф</span> </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span></span> </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span>◼</span> </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span>▪</span> </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span></span> </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span>∀</span> </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span>ℱ</span> </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span>ℱ</span> </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span>Ѓ</span </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span>&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span>Γ</span> </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span>Ϝ</span> </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> <td> <span>Ğ</span> </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span>Ģ</span> </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span>Ĝ</span> </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span>Г</span> </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span>Ġ</span> </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span></span> </td> </tr><tr><td> <code ttle="">Gg;</code> </td> <td> U+022D9 </td> <td> <span>⋙</span> </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span></span> </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span>≥</span> </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span>⋛</span> </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span>≧</span> </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span>⪢</span> </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span>≷</span> </td> </tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span>⩾</span> </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span>≳</span> </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Gt;/code> </td> <td> U+0226B </td> <td> <span>≫</span> </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span>Ъ</span> </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span>ˇ</span> </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span>^</span> </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span>Ĥ</span> </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span>ℌ</span> </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> <td> <span>ℋ</span> </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span>ℍ</span> </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span>─</span> </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span>ℋ</span> </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span>Ħ</span> </d> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span>≎</span> </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span>≏</span> </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> <td> <span>Е</span> </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span>IJ</span> </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span>Ё</span> </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span>Í</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span>Î</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+0418 </td> <td> <span>И</span> </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <a href=#the-i-element>İ</a> </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span>ℑ</span> </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span>Ì</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span>ℑ</span> </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span>Ī</span> </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span>ⅈ</span> </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span>⇒</span> </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span>∬</span> </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+022B </td> <td> <span>∫</span> </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> <td> <span>⋂</span> </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span>⁣</span> </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span>⁢</span> </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span>Į</span> </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span>Ι</span> </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span>ℐ</span> </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span>Ĩ</span> </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span>І</span> </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span>Ï</span> </td> </tr><!-- (nvalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span>Ĵ</span> </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span>Й</span> </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> <td> <span>Ј</span> </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span>Є</span> </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span>Х</span> </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span>Ќ</span> </td> </tr><tr><td> <code title="">Kappa;</code> </td><td> U+0039A </td> <td> <span>Κ</span> </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span>Ķ</span> </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span>К</span> </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span>Љ</span> </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span>&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span>Ĺ</span> </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span>Λ</pan> </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span>⟪</span> </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> <td> <span>ℒ</span> </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span>↞</span> </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span>Ľ</span> </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span>Ļ</span> </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span>Л</span> </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span>〈</span> </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span>←</span> </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span>⇤</span> </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span>⇆</span> </td> </tr><tr><td> <ode title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span>⌈</span> </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span>⟦</span> </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span>⥡</span> </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span>⇃</span> </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span>⥙</span> </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span>⌊</span> </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span>↔</span> </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span>⥎</span> </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span>⊣</span> </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span>↤</span> <td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span>⥚</span> </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span>⊲</span> </td> </tr><tr><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span>⧏</span> </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span>⊴</span> </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span>⥑</span> </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span>⥠</span> </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span>↿</span> </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span>⥘</span> </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <span>↼</span> </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td <td> <span>⥒</span> </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span>⇐</span> </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span>⇔</span> </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span>⋚</span> </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span>≦</span> </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span>≶</span> </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> <td> <span>⪡</span> </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span>⩽</span> </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span>≲</span> </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span>⋘<span> </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span>⇚</span> </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span>Ŀ</span> </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <span>⟵</span> </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span>⟷</span> </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span>⟶</span> </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span>⟸</span> </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span>⟺</span> </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span>⟹</span> </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span></span> </td> </tr><tr><td> <code title="">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <spn>↙</span> </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span>↘</span> </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span>ℒ</span> </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span>↰</span> </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span>Ł</span> </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span>≪</span> </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span>⤅</span> </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span>М</span> </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span> </span> </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span>ℳ</span> </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span></span> </td> </tr><tr><td> <code title="">MinusPlus;/code> </td> <td> U+02213 </td> <td> <span>∓</span> </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span>ℳ</span> </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span>Μ</span> </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span>Њ</span> </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span>Ń</span> </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span>Ň</span> </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span>Ņ</span> </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span>Н</span> </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span>​</span> </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span>​</san> </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span>​</span> </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span>​</span> </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span>≫</span> </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span>≪</span> </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span>
+</span> </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span></span> </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span>⁠</span> </td> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span>ℕ</span> </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span>⫬</span> </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span>≢</span> </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span>≭</span> </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span>∦</span> </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span>∉</span> </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span>≠</span> </td> </tr><tr>td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span>∄</span> </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span>≯</span> </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span>≱</span> </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span>≹</span> </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span>≵</span> </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span>⋪</span> </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span>⋬</span> </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span>≮</span> </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span>≰</span> </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span>≸</spa> </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span>≴</span> </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> <td> <span>⊀</span> </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span>⋠</span> </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span>∌</span> </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span>⋫</span> </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span>⋭</span> </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span>⋢</span> </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span>⋣</span> </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span>⊈</span> </td> </tr><tr><td> <code title="">NotSucceeds;/code> </td> <td> U+02281 </td> <td> <span>⊁</span> </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span>⋡</span> </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span>⊉</span> </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span>≁</span> </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span>≄</span> </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span>≇</span> </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span>≉</span> </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span>∤</span> </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span>Ñ</span> </td> </tr><!-- (invalid entity with missng semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span>Ν</span> </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span>Œ</span> </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span>Ó</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span>Ô</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span>О</span> </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span>Ő</span> </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512</td> <td> <span></span> </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span>Ò</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> <td> <span>Ō</span> </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span>Ω</span> </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span>Ο</span> </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span></span> </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span>“</span> </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span>‘</span> </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span>⩔</span> </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </d> <td> <span></span> </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span>Ø</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span>Õ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span>⨷</span> </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span>Ö</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span>‾</span> </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <spa>⏞</span> </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span>⎴</span> </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span>⏜</span> </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span>∂</span> </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span>П</span> </td> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span>Φ</span> </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span>Π</span> </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span>±</span> </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span>ℌ</span> </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span>ℙ</span> </td> </tr><tr><td> <code title="">P;</code> </td> <td> U+02ABB </td> <td> <span>⪻</span> </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span>≺</span> </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span>⪯</span> </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span>≼</span> </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span>≾</span> </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> <td> <span>″</span> </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span>∏</span> </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span>∷</span> </td> </tr><tr><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span>∝</span> </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span></span> </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+03A8 </td> <td> <span>Ψ</span> </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span>"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span>ℚ</span> </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span></span> </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span>⤐</span> </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span>®</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span>Ŕ</span> </td> </tr><tr><td> <code title="">Rang;</code </td> <td> U+027EB </td> <td> <span>⟫</span> </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span>↠</span> </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> <td> <span>⤖</span> </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span>Ř</span> </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span>Ŗ</span> </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span>Р</span> </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span>ℜ</span> </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span>∋</span> </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span>⇋</span> </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> <td> <span>⥯</span> </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <san>ℜ</span> </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span>Ρ</span> </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span>〉</span> </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span>→</span> </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span>⇥</span> </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span>⇄</span> </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> <td> <span>⌉</span> </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span>⟧</span> </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span>⥝</span> </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span>⇂</span> </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </t> <td> U+02955 </td> <td> <span>⥕</span> </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span>⌋</span> </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span>⊢</span> </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span>↦</span> </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span>⥛</span> </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span>⊳</span> </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span>⧐</span> </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span>⊵</span> </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span>⥏</span> </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> <td> <span>⥜</span> </td> </tr><tr><td> <code title="">ightUpVector;</code> </td> <td> U+021BE </td> <td> <span>↾</span> </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span>⥔</span> </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span>⇀</span> </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span>⥓</span> </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span>⇒</span> </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> <td> <span>ℝ</span> </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> <td> <span>⥰</span> </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span>⇛</span> </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span>ℛ</span> </td> </tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span>↱</span> </td> </tr><tr><td> <code title="">RuleDelayed;</cde> </td> <td> U+029F4 </td> <td> <span>⧴</span> </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span>Щ</span> </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span>Ш</span> </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> <span>Ь</span> </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span>Ś</span> </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span>⪼</span> </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span>Š</span> </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span>Ş</span> </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span>Ŝ</span> </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span>С</span> </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span></span> </td> </tr><tr><td> <codetitle="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span>↓</span> </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span>←</span> </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span>→</span> </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span>↑</span> </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span>Σ</span> </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span>∘</span> </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span></span> </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span>√</span> </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span>□</span> </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span>⊓</span> </td> </tr><tr><td> <code title="">SquaeSubset;</code> </td> <td> U+0228F </td> <td> <span>⊏</span> </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span>⊑</span> </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span>⊐</span> </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span>⊒</span> </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span>⊔</span> </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span></span> </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span>⋆</span> </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span>⋐</span> </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span>⋐</span> </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span>⊆</span> </td> </tr><tr><td> <code title="">Succeeds;</code> </d> <td> U+0227B </td> <td> <span>≻</span> </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span>⪰</span> </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span>≽</span> </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span>≿</span> </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span>∋</span> </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span>∑</span> </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span>⋑</span> </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span>⊃</span> </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span>⊇</span> </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span>⋑</span> </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> td> <span>Þ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span>™</span> </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span>Ћ</span> </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span>Ц</span> </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span>	</span> </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span>Τ</span> </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span>Ť</span> </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span>Ţ</span> </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span>Т</span> </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span></span> </td> </tr><r><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span>∴</span> </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span>Θ</span> </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span>∼</span> </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span>≃</span> </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span>≅</span> </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span></span> </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span>◌⃛</span> </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span></span> </td> </tr><tr><td> <code title="">Tstrok;</code> /td> <td> U+00166 </td> <td> <span>Ŧ</span> </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span>Ú</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span>↟</span> </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span>⥉</span> </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span>Ў</span> </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span>Ŭ</span> </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> <td> <span>Û</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span>У</span> </td> </tr><tr><td> code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span>Ű</span> </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span>Ù</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span>Ū</span> </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span>_</span> </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span>⏟</span> </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span>⎵</span> </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span>⏝</span> </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span>⋃</span> </td> </tr><tr><t> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> <td> <span>⊎</span> </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span>Ų</span> </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span></span> </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span>↑</span> </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span>⤒</span> </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span>⇅</span> </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span>↕</span> </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span>⥮</span> </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> <td> <span>⊥</span> </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span>↥</span> </td> </tr><tr><td> <code title="">Uparrow;<code> </td> <td> U+021D1 </td> <td> <span>⇑</span> </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span>⇕</span> </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span>↖</span> </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span>↗</span> </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span>ϒ</span> </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span>Υ</span> </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <span>Ů</span> </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span>Ũ</span> </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span>Ü</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span>⊫</span> </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span>⫫</span> </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span>В</span> </td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span>⊩</span> </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span>⫦</span> </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span>⋁</span> </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span>‖</span> </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span>‖</span> </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span>∣</span> </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span>|</span> <td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span>❘</span> </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span>≀</span> </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span> </span> </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span>⊪</span> </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span>Ŵ</span> </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span>⋀</span> </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span></span> </td> </tr><tr><td> <code title="">Wopf;</code> </td> td> U+1D54E </td> <td> <span></span> </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span>Ξ</span> </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span></span> </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span></span> </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span>Я</span> </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span>Ї</span> </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span>Ю</span> </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span>Ý</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support ony) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span>Ŷ</span> </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span>Ы</span> </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span></span> </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> <td> <span>Ÿ</span> </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span>Ж</span> </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span>Ź</span> </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span>Ž</span> </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span>З</span> </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span>Ż</spa> </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span>​</span> </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span>Ζ</span> </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span>ℨ</span> </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span>ℤ</span> </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span>á</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span>ă</span> </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span>∾</span> </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> <td> <span>∿</span> </td> </tr><tr><t> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span>â</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span>´</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span>а</span> </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span>æ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span>⁡</span> </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span></span> </td> </tr><tr><td> <code title="">agrave;</coe> </td> <td> U+000E0 </td> <td> <span>à</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span>ℵ</span> </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span>ℵ</span> </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span>α</span> </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span>ā</span> </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span>⨿</span> </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span>&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span>∧</span> </td> </tr><tr>td> <code title="">andand;</code> </td> <td> U+02A55 </td> <td> <span>⩕</span> </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span>⩜</span> </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span>⩘</span> </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span>⩚</span> </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span>∠</span> </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span>⦤</span> </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span>∠</span> </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span>∡</span> </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span>⦨</span> </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span>⦩</span> </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA <td> <td> <span>⦪</span> </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span>⦫</span> </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span>⦬</span> </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span>⦭</span> </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span>⦮</span> </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span>⦯</span> </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span>∟</span> </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span>⊾</span> </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span>⦝</span> </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> <td> <span>∢</span> </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span>Å</span> </td> </tr><tr><d> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span>⍼</span> </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> <td> <span>ą</span> </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span>⩰</span> </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span>⩯</span> </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span>≊</span> </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span>≋</span> </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span>'</span> </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span>≊/span> </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span>å</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span>*</span> </td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span>≍</span> </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span>ã</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span>ä</span> </td> </tr><!-- (invalid entity with missing semicolon for legac support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span>∳</span> </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span>⨑</span> </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span>⫭</span> </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span>≌</span> </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span>϶</span> </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span>‵</span> </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span>∽</span> </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span>⋍</span> </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span>⊽</span> </td> </tr><tr><td> <code title="">barwed;</code> </td> <t> U+02305 </td> <td> <span>⌅</span> </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span>⌅</span> </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span>⎵</span> </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span>⎶</span> </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> <td> <span>≌</span> </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span>б</span> </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span>„</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span>∵</span> </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> <td> <span>∵</span> </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span>⦰</span> </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span>϶</span> </td> </tr><tr><td <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span>ℬ</span> </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span>β</span> </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span>ℶ</span> </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span>≬</span> </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span></span> </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span>⋂</span> </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span>◯</span> </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span>⋃</span> </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> <td> <span>⨀</span> </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span>⨁</span> </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td><td> <span>⨂</span> </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span>⨆</span> </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span>★</span> </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span>▽</span> </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span>△</span> </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> <td> <span>⨄</span> </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span>⋁</span> </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span>⋀</span> </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span>⤍</span> </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span>⧫</span> </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span>▪</spn> </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span>▴</span> </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> <td> <span>▾</span> </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span>◂</span> </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span>▸</span> </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span>␣</span> </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span>▒</span> </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span>░</span> </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span>▓</span> </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> <td> <span>█</span> </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span>⌐</span> </td> </tr><tr>td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span></span> </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span>⊥</span> </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span>⊥</span> </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <span>⋈</span> </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span>╗</span> </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span>╔</span> </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span>╖</span> </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span>╓</span> </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span>═</span> </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span>╦</span> </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <spa>╩</span> </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span>╤</span> </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span>╧</span> </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span>╝</span> </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span>╚</span> </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span>╜</span> </td> </tr><tr><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span>╙</span> </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span>║</span> </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span>╬</span> </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span>╣</span> </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span>╠</span> </td> </tr><tr><td> <code title="">boxVh;</code> </d> <td> U+0256B </td> <td> <span>╫</span> </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span>╢</span> </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span>╟</span> </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span>⧉</span> </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span>╕</span> </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span>╒</span> </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span>┐</span> </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span>┌</span> </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span>─</span> </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span>╥</span> </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span>╨</span> </td> </tr><tr><td <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span>┬</span> </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span>┴</span> </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span>⊟</span> </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span>⊞</span> </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span>⊠</span> </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span>╛</span> </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span>╘</span> </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span>┘</span> </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span>└</span> </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span>│</span> </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> td> <span>╪</span> </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span>╡</span> </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span>╞</span> </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span>┼</span> </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span>┤</span> </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span>├</span> </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span>‵</span> </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span>˘</span> </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span>¦</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span></spa> </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span>⁏</span> </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span>∽</span> </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span>⋍</span> </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span>\</span> </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span>⧅</span> </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span>⟈</span> </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span>•</span> </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span>•</span> </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span>≎</span> </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span>⪮</span> </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+224F </td> <td> <span>≏</span> </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span>≏</span> </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span>ć</span> </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span>∩</span> </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span>⩄</span> </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span>⩉</span> </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span>⩋</span> </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span>⩇</span> </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span>⩀</span> </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span>⁁</span> </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span>ˇ</span> </td> </tr><tr><td> <cod title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span>⩍</span> </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span>č</span> </td> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span>ç</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span>ĉ</span> </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> <td> <span>⩌</span> </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span>⩐</span> </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span>ċ</span> </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span>¸</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacysupport only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span>⦲</span> </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span>¢</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span>·</span> </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span></span> </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span>ч</span> </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span>✓</span> </td> </tr><tr><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span>✓</span> </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span>χ</span> </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span>○</span> </td> </tr><t><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span>⧃</span> </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span>ˆ</span> </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> <td> <span>≗</span> </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span>↺</span> </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span>↻</span> </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span>®</span> </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span>Ⓢ</span> </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span>⊛</span> </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span>⊚</span> </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> <td> <span>⊝</span> </td> </tr><tr><td> <code title="">ire;</code> </td> <td> U+02257 </td> <td> <span>≗</span> </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span>⨐</span> </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> <td> <span>⫯</span> </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span>⧂</span> </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span>♣</span> </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span>♣</span> </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span>:</span> </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span>≔</span> </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span>≔</span> </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span>,</span> </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span>@</spn> </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span>∁</span> </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span>∘</span> </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span>∁</span> </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> <td> <span>ℂ</span> </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span>≅</span> </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span>⩭</span> </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span>∮</span> </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span></span> </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span>∐</span> </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span>©</span> </td> </tr><!-- (invalid entity with missing semicolo for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span>℗</span> </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span>↵</span> </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span>✗</span> </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span></span> </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span>⫏</span> </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span>⫑</span> </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span>⫐</span> </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span>⫒</span> </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span>⋯</span> </td> </tr><tr><td> <code title="">cudarrl;</code> </td> <td> U+02938 </t> <td> <span>⤸</span> </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <td> <span>⤵</span> </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span>⋞</span> </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span>⋟</span> </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span>↶</span> </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span>⤽</span> </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <span>∪</span> </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span>⩈</span> </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span>⩆</span> </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span>⩊</span> </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span>⊍</span> </td> </tr><tr><td> <code tite="">cupor;</code> </td> <td> U+02A45 </td> <td> <span>⩅</span> </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span>↷</span> </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span>⤼</span> </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span>⋞</span> </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span>⋟</span> </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span>⋎</span> </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span>⋏</span> </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span>¤</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span>↶</span> </td> </tr><r><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span>↷</span> </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span>⋎</span> </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span>⋏</span> </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span>∲</span> </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> <td> <span>∱</span> </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span>⌭</span> </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span>⇓</span> </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> <td> <span>⥥</span> </td> </tr><tr><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span>†</span> </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span>ℸ</span> </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+2193 </td> <td> <span>↓</span> </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span>‐</span> </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> <td> <span>⊣</span> </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span>⤏</span> </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span>˝</span> </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span>ď</span> </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span>д</span> </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span>ⅆ</span> </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span>‡</span> </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span>⇊</span> </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span>⩷</span> </td> </tr><tr><td> <code title"">deg;</code> </td> <td> U+000B0 </td> <td> <span>°</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> <td> <span>δ</span> </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span>⦱</span> </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span>⥿</span> </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span>⇃</span> </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span>⇂</span> </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span>⋄</span> </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span>⋄</span> </td> </tr><tr><td> <code title="">diamondsuit;</coe> </td> <td> U+02666 </td> <td> <span>♦</span> </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span>♦</span> </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span>¨</span> </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span>ϝ</span> </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span>⋲</span> </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span>÷</span> </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span>÷</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span>⋇</span> </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span>⋇</span> </td> </tr><tr><td> <code title="">djcy;</code> </td> <t> U+00452 </td> <td> <span>ђ</span> </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span>⌞</span> </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span>⌍</span> </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span>$</span> </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span>˙</span> </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span>≐</span> </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span>≑</span> </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span>∸</span> </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span>∔</span> </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span>⊡</span> </td> </tr><tr><td><code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span>⌆</span> </td> </tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span>↓</span> </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span>⇊</span> </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span>⇃</span> </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span>⇂</span> </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span>⤐</span> </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span>⌟</span> </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span>⌌</span> </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span></span> </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span>ѕ</span> </td> </tr><tr><td> <code title="">dsol;/code> </td> <td> U+029F6 </td> <td> <span>⧶</span> </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span>đ</span> </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span>⋱</span> </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span>▿</span> </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span>▾</span> </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span>⇵</span> </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> <td> <span>⥯</span> </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span>⦦</span> </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span>џ</span> </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span>⟿</span> </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span>⩷</span> </td> /tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span>≑</span> </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span>é</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span>⩮</span> </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span>ě</span> </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span>≖</span> </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span>ê</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span>≕</span> </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td <td> <span>э</span> </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span>ė</span> </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span>ⅇ</span> </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> <td> <span>≒</span> </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span></span> </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span>⪚</span> </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span>è</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span>⪖</span> </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span>⪘</span> </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span>⪙</span> </td> </t><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span>⏧</span> </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span>ℓ</span> </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span>⪕</span> </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span>⪗</span> </td> </tr><tr><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span>ē</span> </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span>∅</span> </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span>∅</span> </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span>∅</span> </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 /td> <td> <span> </span> </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span>ŋ</span> </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span>ę</span> </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span></span> </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span>⋕</span> </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span>⧣</span> </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span>⩱</span> </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span>ε</span> </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span>ε</span> </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span>ϵ</span> </td> </tr><tr><td> <code title="">eqcirc;</coe> </td> <td> U+02256 </td> <td> <span>≖</span> </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span>≕</span> </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> <td> <span>≂</span> </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span>⪖</span> </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span>⪕</span> </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span>=</span> </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span>≟</span> </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span>≡</span> </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span>⩸</span> </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span>⧥</span> </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span>≓</pan> </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span>⥱</span> </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span>ℯ</span> </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span>≐</span> </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span>≂</span> </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span>η</span> </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> <td> <span>ð</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> <td> <span>ë</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC /td> <td> <span>€</span> </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span>!</span> </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span>∃</span> </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span>ℰ</span> </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span>ⅇ</span> </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <td> <span>≒</span> </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span>ф</span> </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span>♀</span> </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span>ffi</span> </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span>ff</span> </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span>ffl</span> </td> </tr><tr><t> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span></span> </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span>fi</span> </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span>♭</span> </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span>fl</span> </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span>▱</span> </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span>ƒ</span> </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span></span> </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span>∀</span> </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span>⋔</span> </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> <span>⫙</span> </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span>⨍<span> </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span>½</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span>⅓</span> </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span>¼</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span>⅕</span> </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span>⅙</span> </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span>⅛</span> </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span>⅔</span> </td> </tr><tr><td> <code title="">frac25;</code> <td> <td> U+02156 </td> <td> <span>⅖</span> </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span>¾</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span>⅗</span> </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span>⅜</span> </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span>⅘</span> </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span>⅚</span> </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> <td> <span>⅝</span> </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span>⅞</span> </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span>⁄</span> </td> </tr><tr><td> <code title="">frown;</code> </td> <td>U+02322 </td> <td> <span>⌢</span> </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span></span> </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span>≧</span> </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span>⪌</span> </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span>ǵ</span> </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span>γ</span> </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span>ϝ</span> </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span>⪆</span> </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span>ğ</span> </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span>ĝ</span> </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span>г</span> </td> </tr><tr><td> <code title="">gdot;</ode> </td> <td> U+00121 </td> <td> <span>ġ</span> </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> <td> <span>≥</span> </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span>⋛</span> </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <span>≥</span> </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span>≧</span> </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span>⩾</span> </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span>⩾</span> </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span>⪩</span> </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span>⪀</span> </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span>⪂</span> </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span>⪄</span> </td> </tr><r><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span>⪔</span> </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span></span> </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span>≫</span> </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span>⋙</span> </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> <td> <span>ℷ</span> </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span>ѓ</span> </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span>≷</span> </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span>⪒</span> </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span>⪥</span> </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span>⪤</span> </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span>≩</span> <td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span>⪊</span> </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span>⪊</span> </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span>⪈</span> </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span>⪈</span> </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span>≩</span> </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span>⋧</span> </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span></span> </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span>`</span> </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span>ℊ</span> </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span>≳</span> </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td><td> <span>⪎</span> </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span>⪐</span> </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span>&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span>⪧</span> </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span>⩺</span> </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span>⋗</span> </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> <td> <span>⦕</span> </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span>⩼</span> </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span>⪆</span> </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <spa>⥸</span> </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span>⋗</span> </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> <td> <span>⋛</span> </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span>⪌</span> </td> </tr><tr><td> <code title="">gtrless;</code> </td> <td> U+02277 </td> <td> <span>≷</span> </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span>≳</span> </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span>⇔</span> </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span> </span> </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span>½</span> </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td> <span>ℋ</span> </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span>ъ</span> </td> </tr><tr><td> <code title="">har;</code> </td> <td> U+02194 </td> <td> <span>↔</span> </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span>⥈</span> </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span>↭</span> </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span>ℏ</span> </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span>ĥ</span> </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span>♥</span> </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span>♥</span> </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span>…</span> </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span>⊹</span> </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span></span> </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span>⤥</span> <td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span>⤦</span> </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span>⇿</span> </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> <td> <span>∻</span> </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span>↩</span> </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span>↪</span> </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span></span> </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span>―</span> </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span></span> </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span>ℏ</span> </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <span>ħ</span> </td> </tr><tr><td> <code title="">hybull;</code></td> <td> U+02043 </td> <td> <span>⁃</span> </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span>‐</span> </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span>í</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span>⁣</span> </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span>î</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span>и</span> </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span>е</span> </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span>¡</span> </td> </tr><!-- (invalidentity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span>⇔</span> </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span></span> </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span>ì</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span>ⅈ</span> </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span>⨌</span> </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span>∭</span> </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span>⧜</span> </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span>℩</span></td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span>ij</span> </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span>ī</span> </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span>ℑ</span> </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span>ℐ</span> </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span>ℑ</span> </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span>ı</span> </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> <td> <span>⊷</span> </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span>Ƶ</span> </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span>∈</span> </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span>℅</span> </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+021E </td> <td> <span>∞</span> </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span>⧝</span> </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span>ı</span> </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span>∫</span> </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span>⊺</span> </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span>ℤ</span> </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span>⊺</span> </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span>⨗</span> </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span>⨼</span> </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span>ё</span> </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span>į</span> </td> </tr><tr><td> code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span></span> </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span>ι</span> </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span>⨼</span> </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span>¿</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span></span> </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span>∈</span> </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span>⋹</span> </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <span>⋵</span> </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span>⋴</span> </td> </tr><tr><td> <code title="">isinsv;</ode> </td> <td> U+022F3 </td> <td> <span>⋳</span> </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span>∈</span> </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span>⁢</span> </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span>ĩ</span> </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span>і</span> </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span>ï</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span>ĵ</span> </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span>й</span> </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span></span> </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td><td> <span>ȷ</span> </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span></span> </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span></span> </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span>ј</span> </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span>є</span> </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span>κ</span> </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span>ϰ</span> </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span>ķ</span> </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span>к</span> </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span></span> </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span>ĸ</span> </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> +00445 </td> <td> <span>х</span> </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> <td> <span>ќ</span> </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span></span> </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span>⇚</span> </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span>⇐</span> </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span>⤛</span> </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span>⤎</span> </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span>≦</span> </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span>⪋</span> </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span>⥢</span> </td> </tr><tr><td> <code title="">lacute;</ode> </td> <td> U+0013A </td> <td> <span>ĺ</span> </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span>⦴</span> </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span>ℒ</span> </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span>λ</span> </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span>〈</span> </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> <td> <span>⦑</span> </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span>〈</span> </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span>⪅</span> </td> </tr><tr><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span>«</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td>U+02190 </td> <td> <span>←</span> </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span>⇤</span> </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span>⤟</span> </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span>⤝</span> </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span>↩</span> </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span>↫</span> </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span>⤹</span> </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span>⥳</span> </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span>↢</span> </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span>⪫</span> </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span>⤙</span> </td> </tr><tr><td <code title="">late;</code> </td> <td> U+02AAD </td> <td> <span>⪭</span> </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span>⤌</span> </td> </tr><tr><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span>❲</span> </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span>{</span> </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span>[</span> </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span>⦋</span> </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <span>⦏</span> </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span>⦍</span> </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span>ľ</span> </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span>ļ</span> </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <pan>⌈</span> </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span>{</span> </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span>л</span> </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span>⤶</span> </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span>“</span> </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span>„</span> </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span>⥧</span> </td> </tr><tr><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span>⥋</span> </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span>↲</span> </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span>≤</span> </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span>←</span> </td> </tr><tr><td> <code title="">leftarrowtail</code> </td> <td> U+021A2 </td> <td> <span>↢</span> </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span>↽</span> </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span>↼</span> </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span>⇇</span> </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span>↔</span> </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span>⇆</span> </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span>⇋</span> </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span>↭</span> </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span>⋋</span> </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span>⋚</span> </td> </tr><tr><td> <cod title="">leq;</code> </td> <td> U+02264 </td> <td> <span>≤</span> </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span>≦</span> </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span>⩽</span> </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span>⩽</span> </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> <td> <span>⪨</span> </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <span>⩿</span> </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span>⪁</span> </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span>⪃</span> </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span>⪓</span> </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span>⪅</span> </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> <d> <span>⋖</span> </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span>⋚</span> </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span>⪋</span> </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span>≶</span> </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span>≲</span> </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span>⥼</span> </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span>⌊</span> </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span>≶</span> </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span>⪑</span> </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span>↽</span> </td> </tr><tr><td> <code title="">lhru;</code> </td> <td> U+021BC </td> <td> <span>↼</span> </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span>⥪</span> </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span>▄</span> </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span>љ</span> </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> <td> <span>≪</span> </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span>⇇</span> </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span>⌞</span> </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span>⥫</span> </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span>◺</span> </td> </tr><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span>ŀ</span> </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span>⎰</span> </t> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span>⎰</span> </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span>≨</span> </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span>⪉</span> </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span>⪉</span> </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span>⪇</span> </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span>⪇</span> </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span>≨</span> </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span>⋦</span> </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> <td> <span>⟬</span> </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span>⇽</span> </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+02E6 </td> <td> <span>⟦</span> </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span>⟵</span> </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span>⟷</span> </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span>⟼</span> </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span>⟶</span> </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span>↫</span> </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span>↬</span> </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span>⦅</span> </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span></span> </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span>⨭</span> </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <t> <span>⨴</span> </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span>∗</span> </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> <td> <span>_</span> </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span>◊</span> </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span>◊</span> </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span>⧫</span> </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span>(</span> </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span>⦓</span> </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span>⇆</span> </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span>⌟</span> </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> <td> <span>⇋</span> </td> </tr><tr><td> <code title="">lrhard;<code> </td> <td> U+0296D </td> <td> <span>⥭</span> </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span>‎</span> </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span>⊿</span> </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span>‹</span> </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span></span> </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span>↰</span> </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <span>≲</span> </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span>⪍</span> </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span>⪏</span> </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span>[</span> </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span>‘</span> </td> </tr><tr><td> code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span>‚</span> </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span>ł</span> </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span>&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> <td> <span>⪦</span> </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span>⩹</span> </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span>⋖</span> </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span>⋋</span> </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span>⋉</span> </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span>⥶</span> </td> </tr><tr><td> <code title=""ltquest;</code> </td> <td> U+02A7B </td> <td> <span>⩻</span> </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span>⦖</span> </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span>◃</span> </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span>⊴</span> </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span>◂</span> </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span>⥊</span> </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span>⥦</span> </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span>∺</span> </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span>¯</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</coe> </td> <td> U+02642 </td> <td> <span>♂</span> </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span>✠</span> </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span>✠</span> </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span>↦</span> </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span>↦</span> </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span>↧</span> </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span>↤</span> </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span>↥</span> </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span>▮</span> </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span>⨩</span> </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span>м</span> /td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span>—</span> </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> <td> <span>∡</span> </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span></span> </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span>℧</span> </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span>µ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span>∣</span> </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span>*</span> </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span>⫰</span> </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span>·</span> </td> </tr><!-- (nvalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span>−</span> </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span>⊟</span> </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span>∸</span> </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span>⨪</span> </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span>⫛</span> </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span>…</span> </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span>∓</span> </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> <td> <span>⊧</span> </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span></span> </td> </tr><tr><td> <code title=">mp;</code> </td> <td> U+02213 </td> <td> <span>∓</span> </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span></span> </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span>∾</span> </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span>μ</span> </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span>⊸</span> </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span>⊸</span> </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span>⇍</span> </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span>⇎</span> </td> </tr><tr><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span>⇏</span> </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span>⊯</span> </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> span>⊮</span> </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span>∇</span> </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span>ń</span> </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span>≉</span> </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span>ʼn</span> </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span>≉</span> </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span>♮</span> </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span>♮</span> </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span>ℕ</span> </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span> </span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span>⩃</span> </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span>ň</span> </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span>ņ</span> </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span>≇</span> </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span>⩂</span> </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span>н</span> </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span>–</span> </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span>≠</span> </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span>⇗</span> </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> <td> <span>⤤</span> </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+0219 </td> <td> <span>↗</span> </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span>↗</span> </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span>≢</span> </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span>⤨</span> </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> <td> <span>∄</span> </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span>∄</span> </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span></span> </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span>≱</span> </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> <td> <span>≱</span> </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span>≵</span> </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span>≯</span> </td> </tr><tr><td> <code title="">ntr;</code> </td> <td> U+0226F </td> <td> <span>≯</span> </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span>⇎</span> </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span>↮</span> </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span>⫲</span> </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span>∋</span> </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span>⋼</span> </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span>⋺</span> </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span>∋</span> </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span>њ</span> </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span>⇍</span> </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> <td> <span>↚</span> </td> </tr><tr<td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span>‥</span> </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span>≰</span> </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span>↚</span> </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span>↮</span> </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span>≰</span> </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span>≮</span> </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span>≴</span> </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span>≮</span> </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span>⋪</span> </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span>⋬</span> </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 /td> <td> <span>∤</span> </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span></span> </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span>¬</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span>∉</span> </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span>∉</span> </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span>⋷</span> </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span>⋶</span> </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span>∌</span> </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span>∌</span> </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <pan>⋾</span> </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span>⋽</span> </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span>∦</span> </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span>∦</span> </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span>⨔</span> </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span>⊀</span> </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span>⋠</span> </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span>⊀</span> </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span>⇏</span> </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span>↛</span> </td> </tr><tr><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span>↛</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+022EB </td> <td> <span>⋫</span> </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span>⋭</span> </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span>⊁</span> </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span>⋡</span> </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span></span> </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span>∤</span> </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span>∦</span> </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> <td> <span>≁</span> </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span>≄</span> </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span>≄</span> </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span>∤<span> </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span>∦</span> </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span>⋢</span> </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span>⋣</span> </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span>⊄</span> </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span>⊈</span> </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span>⊈</span> </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span>⊁</span> </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span>⊅</span> </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span>⊉</span> </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span>⊉</span> </td> </tr><tr><td> <code title="">ntgl;</code </td> <td> U+02279 </td> <td> <span>≹</span> </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span>ñ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span>≸</span> </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span>⋪</span> </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span>⋬</span> </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span>⋫</span> </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span>⋭</span> </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> <td> <span>ν</span> </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span>#</span> </td> </tr><tr><td> <code title=">numero;</code> </td> <td> U+02116 </td> <td> <span>№</span> </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span>⊭</span> </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span>⤄</span> </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span>⊬</span> </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span>⧞</span> </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span>⤂</span> </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span>⤃</span> </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span>⇖</span> </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span>⤣</span> </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span></span> </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> <td> <span>↖</span> </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span>⤧</span> </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span>Ⓢ</span> </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span>ó</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+0229B </td> <td> <span>⊛</span> </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span>⊚</span> </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span>ô</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td>U+0043E </td> <td> <span>о</span> </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span>⊝</span> </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span>ő</span> </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span>⨸</span> </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span>⊙</span> </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> <td> <span>⦼</span> </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span>œ</span> </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span>⦿</span> </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <td> <span></span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span>˛</span> </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span>ò</span> </td> </tr><!-- (invalid entity withmissing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span>⧁</span> </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span>⦵</span> </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span>Ω</span> </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span>∮</span> </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span>↺</span> </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span>⦾</span> </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span>⦻</span> </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span>‾</span> </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span>⧀</span> </td> </tr><tr><td> <code title="">omacr;</code> </td> <t> U+0014D </td> <td> <span>ō</span> </td> </tr><tr><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span>ω</span> </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span>ο</span> </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <span>⦶</span> </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span>⊖</span> </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span></span> </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span>⦷</span> </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span>⦹</span> </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span>⊕</span> </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span>∨</span> </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span>↻</span> </td> </tr><tr><td> <code title=">ord;</code> </td> <td> U+02A5D </td> <td> <span>⩝</span> </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span>ℴ</span> </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span>ℴ</span> </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span>ª</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span>º</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span>⊶</span> </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span>⩖</span> </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span>⩗</span> </d> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span>⩛</span> </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span>ℴ</span> </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span>ø</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span>⊘</span> </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span>õ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span>⊗</span> </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span>⨶</span> </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F </td> <td> <span>ö</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span>⌽</span> </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span>∥</span> </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span>¶</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span>∥</span> </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span>⫳</span> </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span>⫽</span> </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span>∂</span> </td> </tr><tr><td> <code title="">cy;</code> </td> <td> U+0043F </td> <td> <span>п</span> </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span>%</span> </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span>.</span> </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span>‰</span> </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span>⊥</span> </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span>‱</span> </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span></span> </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> <td> <span>φ</span> </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span>ϕ</span> </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span>ℳ</span> </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span>☎</span> </td> </tr><tr<td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span>π</span> </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span>⋔</span> </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span>ϖ</span> </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> <td> <span>ℏ</span> </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span>ℎ</span> </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span>ℏ</span> </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span>+</span> </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span>⨣</span> </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span>⊞</span> </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span>⨢</span> </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td><td> <span>∔</span> </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> <td> <span>⨥</span> </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span>⩲</span> </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span>±</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span>⨦</span> </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span>⨧</span> </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span>±</span> </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span>⨕</span> </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span></span> </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span>£<span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span>≺</span> </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span>⪳</span> </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span>⪷</span> </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span>≼</span> </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span>⪯</span> </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span>≺</span> </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> <td> <span>⪷</span> </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span>≼</span> </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span>⪯</span> </td></tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span>⪹</span> </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span>⪵</span> </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span>⋨</span> </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span>≾</span> </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> <td> <span>′</span> </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span>ℙ</span> </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span>⪵</span> </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span>⪹</span> </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span>⋨</span> </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span>∏</span> </td> </tr><tr><td> <code title="">profalar;</code> </d> <td> U+0232E </td> <td> <span>⌮</span> </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span>⌒</span> </td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span>⌓</span> </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span>∝</span> </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span>∝</span> </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span>≾</span> </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span>⊰</span> </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span></span> </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span>ψ</span> </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span></span> </td> </tr><tr><td> <cde title="">qint;</code> </td> <td> U+02A0C </td> <td> <span>⨌</span> </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span></span> </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span>⁗</span> </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span></span> </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span>ℍ</span> </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span>⨖</span> </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span>?</span> </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span>≟</span> </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span>"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr</code> </td> <td> U+021DB </td> <td> <span>⇛</span> </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span>⇒</span> </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span>⤜</span> </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span>⤏</span> </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> <td> <span>⥤</span> </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span>ŕ</span> </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span>√</span> </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span>⦳</span> </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span>〉</span> </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span>⦒</span> </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span>⦥</span> </td> /tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span>〉</span> </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span>»</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span>→</span> </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span>⥵</span> </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span>⇥</span> </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span>⤠</span> </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span>⤳</span> </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span>⤞</span> </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span>↪</span> </td> </tr><tr><t> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span>↬</span> </td> </tr><tr><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span>⥅</span> </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span>⥴</span> </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span>↣</span> </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span>↝</span> </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> <td> <span>⤚</span> </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span>∶</span> </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span>ℚ</span> </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span>⤍</span> </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span>❳</span> </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D <td> <td> <span>}</span> </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span>]</span> </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span>⦌</span> </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span>⦎</span> </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span>⦐</span> </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span>ř</span> </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span>ŗ</span> </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span>⌉</span> </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span>}</span> </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span>р</span> </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <td> <span>⤷</span> </td> </tr><tr><td> <code title="">rdldhar</code> </td> <td> U+02969 </td> <td> <span>⥩</span> </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span>”</span> </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span>”</span> </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span>↳</span> </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span>ℜ</span> </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span>ℛ</span> </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span>ℜ</span> </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span>ℝ</span> </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span>▭</span> </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span>®</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entitywith missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span>⥽</span> </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span>⌋</span> </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span></span> </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span>⇁</span> </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> <td> <span>⇀</span> </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span>⥬</span> </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span>ρ</span> </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span>ϱ</span> </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> <td> <span>→</span> </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span>↣</span> </td> </tr><tr>td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span>⇁</span> </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <span>⇀</span> </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span>⇄</span> </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span>⇌</span> </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span>⇉</span> </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span>↝</span> </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span>⋌</span> </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span>˚</span> </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> <td> <span>≓</span> </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span>⇄</span> /td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span>⇌</span> </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span>‏</span> </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span>⎱</span> </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span>⎱</span> </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span>⫮</span> </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span>⟭</span> </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span>⇾</span> </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span>⟧</span> </td> </tr><tr><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span>⦆</span> </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span></span> </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+2A2E </td> <td> <span>⨮</span> </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span>⨵</span> </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span>)</span> </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> <td> <span>⦔</span> </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span>⨒</span> </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span>⇉</span> </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span>›</span> </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span></span> </td> </tr><tr><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> <td> <span>↱</span> </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span>]</span> </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span>’</span> </td> </tr><tr><td> <code title=""rsquor;</code> </td> <td> U+02019 </td> <td> <span>’</span> </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span>⋌</span> </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span>⋊</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span>▹</span> </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span>⊵</span> </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span>▸</span> </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span>⧎</span> </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span>⥨</span> </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span>℞</span> </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span>ś</span> </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span>‚</spa> </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span>≻</span> </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span>⪴</span> </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span>⪸</span> </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span>š</span> </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span>≽</span> </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span>⪰</span> </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span>ş</span> </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span>ŝ</span> </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span>⪶</span> </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span>⪺</span> </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 <td> <td> <span>⋩</span> </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> <td> <span>⨓</span> </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span>≿</span> </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span>с</span> </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span>⋅</span> </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span>⊡</span> </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span>⩦</span> </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> <td> <span>⇘</span> </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span>⤥</span> </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span>↘</span> </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span>↘</span> </td> </tr><tr><td> <code title=""sect;</code> </td> <td> U+000A7 </td> <td> <span>§</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span>;</span> </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span>⤩</span> </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span>∖</span> </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span>∖</span> </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> <td> <span>✶</span> </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span></span> </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span>⌢</span> </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span>♯</span> </td> </tr><tr><td> <code title="">shchcy;</code> </td><td> U+00449 </td> <td> <span>щ</span> </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span>ш</span> </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span>∣</span> </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span>∥</span> </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span>­</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span>σ</span> </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span>ς</span> </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span>ς</span> </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span>∼</span> </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6 </td> <td> <span>⩪</span> </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span>≃</span> </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> <td> <span>≃</span> </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span>⪞</span> </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span>⪠</span> </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span>⪝</span> </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span>⪟</span> </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span>≆</span> </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span>⨤</span> </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span>⥲</span> </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span>←</span> </td> </tr><tr><td> <code title=">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span>∖</span> </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span>⨳</span> </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span>⧤</span> </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span>∣</span> </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span>⌣</span> </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span>⪪</span> </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span>⪬</span> </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span>ь</span> </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span>/</span> </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span>⧄</span> </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span>⌿</san> </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span></span> </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> <td> <span>♠</span> </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span>♠</span> </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span>∥</span> </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span>⊓</span> </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span>⊔</span> </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> <td> <span>⊏</span> </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span>⊑</span> </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span>⊏</span> </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span>⊑</span> </td> </tr><tr><td> <code title="">sqsup;</code> /td> <td> U+02290 </td> <td> <span>⊐</span> </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span>⊒</span> </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span>⊐</span> </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span>⊒</span> </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span>□</span> </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span>□</span> </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span>▪</span> </td> </tr><tr><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span>▪</span> </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span>→</span> </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span>∖</span> </td> </tr>tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> <td> <span>⌣</span> </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span>⋆</span> </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span>☆</span> </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span>★</span> </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span>ϵ</span> </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span>ϕ</span> </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span>¯</span> </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <span>⊂</span> </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span>⫅</span> </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span>⪽</span> </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+0286 </td> <td> <span>⊆</span> </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span>⫃</span> </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span>⫁</span> </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span>⫋</span> </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span>⊊</span> </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span>⪿</span> </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span>⥹</span> </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span>⊂</span> </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span>⊆</span> </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span>⫅</span> </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span>⊊</span> </td> </tr<tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span>⫋</span> </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> <td> <span>⫇</span> </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span>⫕</span> </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span>⫓</span> </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span>≻</span> </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span>⪸</span> </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span>≽</span> </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span>⪰</span> </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> <td> <span>⪺</span> </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span>⪶</span> </td> </tr><tr><td> <code title="">succnsim;<code> </td> <td> U+022E9 </td> <td> <span>⋩</span> </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span>≿</span> </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> <td> <span>∑</span> </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span>♪</span> </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span>¹</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span>²</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span>³</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with mising semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span>⊃</span> </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> <td> <span>⫆</span> </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span>⪾</span> </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span>⫘</span> </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span>⊇</span> </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span>⫄</span> </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> <td> <span>⟉</span> </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span>⫗</span> </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span>⥻</span> </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span>⫂</span> </td> </tr><tr><td> <cde title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span>⫌</span> </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span>⊋</span> </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span>⫀</span> </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span>⊃</span> </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span>⊇</span> </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span>⫆</span> </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span>⊋</span> </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span>⫌</span> </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span>⫈</span> </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span>⫔</span> </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+0AD6 </td> <td> <span>⫖</span> </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span>⇙</span> </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span>⤦</span> </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span>↙</span> </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span>↙</span> </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span>⤪</span> </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span>ß</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span>⌖</span> </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> <td> <span>τ</span> </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td><span>⎴</span> </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span>ť</span> </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span>ţ</span> </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span>т</span> </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span>◌⃛</span> </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span>⌕</span> </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span></span> </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span>∴</span> </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span>∴</span> </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span>θ</span> </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span>ϑ</span> </td> </tr><tr><td> <code title="">thetav;</ode> </td> <td> U+003D1 </td> <td> <span>ϑ</span> </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span>∼</span> </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span> </span> </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span>≈</span> </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span>∼</span> </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span>þ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span>˜</span> </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span>×</span> </td> </tr><!-- (invalid entity with missing semicoon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span>⊠</span> </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td> <span>⨱</span> </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span>⨰</span> </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span>∭</span> </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span>⤨</span> </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span>⊤</span> </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span>⌶</span> </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span>⫱</span> </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span></span> </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02AA </td> <td> <span>⫚</span> </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span>⤩</span> </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span>‴</span> </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span>™</span> </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span>▵</span> </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span>▿</span> </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span>◃</span> </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span>⊴</span> </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span>≜</span> </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span>▹</span> </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <pan>⊵</span> </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span>◬</span> </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span>≜</span> </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span>⨺</span> </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> <td> <span>⨹</span> </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span>⧍</span> </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span>⨻</span> </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> <td> <span>⏢</span> </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span></span> </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span>ц</span> </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span>ћ</span> </td> </tr><tr><td> <code title="">tstrok;</ode> </td> <td> U+00167 </td> <td> <span>ŧ</span> </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span>≬</span> </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span>↞</span> </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span>↠</span> </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span>⇑</span> </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span>⥣</span> </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span>ú</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> <span>↑</span> </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span>ў</span> </td> </tr><tr><td> <code title="">ubrev;</code> </td> <td> U+0016D </td> <td> <span>ŭ</span> </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span>û</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span>у</span> </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span>⇅</span> </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span>ű</span> </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span>⥮</span> </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> <td> <span>⥾</span> </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span></span> </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span>ù</span> </td> </tr><!-- (invalid entity with missing semicolon for legay support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span>↿</span> </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span>↾</span> </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span>▀</span> </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span>⌜</span> </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span>⌜</span> </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span>⌏</span> </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span>◸</span> </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <span>ū</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span>¨</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support onl) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span>ų</span> </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span></span> </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span>↑</span> </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> <td> <span>↕</span> </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span>↿</span> </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span>↾</span> </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span>⊎</span> </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span>υ</span> </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span>ϒ</span> </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td><td> <span>υ</span> </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> <td> <span>⇈</span> </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span>⌝</span> </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span>⌝</span> </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span>⌎</span> </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span>ů</span> </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span>◹</span> </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span></span> </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span>⋰</span> </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span>ũ</span> </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span>▵</span> </td> </tr><tr><td> <code title="">utif;</code> </td> <td> U+025B4 </td> <td> <span>▴</span> </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span>⇈</span> </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span>ü</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span>⦧</span> </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span>⇕</span> </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> <td> <span>⫨</span> </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span>⫩</span> </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span>⊨</span> </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span>⦜</span> </td> </tr><tr><td> <code title="">varepsilon;</code></td> <td> U+003F5 </td> <td> <span>ϵ</span> </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span>ϰ</span> </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span>∅</span> </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <td> <span>ϕ</span> </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span>ϖ</span> </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span>∝</span> </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span>↕</span> </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span>ϱ</span> </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span>ς</span> </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span>ϑ</span> </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span>⊲<span> </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span>⊳</span> </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span>в</span> </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> <td> <span>⊢</span> </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span>∨</span> </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span>⊻</span> </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span>≚</span> </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span>⋮</span> </td> </tr><tr><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span>|</span> </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span>|</span> </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span></span> </td> </tr><tr><td> <code title="">vltri;</code> </td> <t> U+022B2 </td> <td> <span>⊲</span> </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span></span> </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span>∝</span> </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span>⊳</span> </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span></span> </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span>⦚</span> </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span>ŵ</span> </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span>⩟</span> </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span>∧</span> </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span>≙</span> </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span>℘</span> </td> </tr><tr><td> <code tile="">wfr;</code> </td> <td> U+1D534 </td> <td> <span></span> </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span></span> </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span>℘</span> </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span>≀</span> </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> <td> <span>≀</span> </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span></span> </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span>⋂</span> </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span>◯</span> </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span>⋃</span> </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span>▽</span> </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span></span> </td> </tr><tr><td> code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span>⟺</span> </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span>⟷</span> </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span>ξ</span> </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span>⟸</span> </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span>⟵</span> </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span>⟼</span> </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span>⋻</span> </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span>⨀</span> </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> <td> <span></span> </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span>⨁</span> </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span>⨂</san> </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span>⟹</span> </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span>⟶</span> </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span></span> </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span>⨆</span> </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span>⨄</span> </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span>△</span> </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span>⋁</span> </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span>⋀</span> </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span>ý</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><r><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span>я</span> </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span>ŷ</span> </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span>ы</span> </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> <td> <span>¥</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span></span> </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span>ї</span> </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span></span> </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span></span> </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span>ю</span> </td> </tr><tr><td> <code title="">yuml;</code> </td><td> U+000FF </td> <td> <span>ÿ</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span>ź</span> </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span>ž</span> </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span>з</span> </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span>ż</span> </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span>ℨ</span> </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span>ζ</span> </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span></span> </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span>ж</span> </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <san>⇝</span> </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span></span> </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span></span> </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span>‍</span> </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span>‌</span> </td> </tr></tbody></table><!--
    If we want to add character references, Almorca suggests:
    > I would add &sub1; (character U+2081), &sub2;
    > (character U+2082) and &sub3; (character U+2083). They
    > would are the equivalent to &sup1;, &sup2;, and &sup3;.
    See also: http://www.w3.org/2003/entities/
-  --></div><h2 id=the-xhtml-syntax><span class=secno>9 </span><dfn id=xhtml>The XHTML syntax</dfn></h2><p class=note>This section only describes the rules for XML
+  --></div><p><i>The glyphs displayed above are non-normative. Refer to the
+  Unicode specifications for formal definitions of the characters
+  listed above.</i></p><h2 id=the-xhtml-syntax><span class=secno>9 </span><dfn id=xhtml>The XHTML syntax</dfn></h2><p class=note>This section only describes the rules for XML
   resources. Rules for <code><a href=#text-html>text/html</a></code> resources are discussed
   in the section above entitled "<a href=#syntax>The HTML syntax</a>".</p><p>The syntax for using HTML with XML, whether in XHTML documents or
   embedded in other XML documents, is defined in the XML and
@@ -25932,7 +25962,7 @@
 
    <dt><dfn id=attr-a-urn title=attr-a-urn><code>urn</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</dt>
    <dt><dfn id=attr-link-urn title=attr-link-urn><code>urn</code></dfn> on <code><a href=#the-link-element>link</a></code> elements</dt>
-   <dd><p>Specify the preferred persistent identifier using the <code title=attr-href>href</code> attribute instead.</p></dd>
+   <dd><p>Specify the preferred persistent identifier using the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute instead.</p></dd>
 
    <dt><dfn id=attr-area-nohref title=attr-area-nohref><code>nohref</code></dfn> on <code><a href=#the-area-element>area</a></code> elements</dt>
    <dd><p>Omitting the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>
@@ -25973,7 +26003,7 @@
    <dd><p>Repeat the <code><a href=#the-object-element>object</a></code> element completely each time the resource is to be reused.</p></dd>
 
    <dt><dfn id=attr-object-standby title=attr-object-standby><code>standby</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
-   <dd><p>Optimise the linked resource so that it loads quickly or, at least, incrementally.</p></dd>
+   <dd><p>Optimize the linked resource so that it loads quickly or, at least, incrementally.</p></dd>
 
    <dt><dfn id=attr-param-type title=attr-param-type><code>type</code></dfn> on <code><a href=#the-param-element>param</a></code> elements</dt>
    <dt><dfn id=attr-param-valuetype title=attr-param-valuetype><code>valuetype</code></dfn> on <code><a href=#the-param-element>param</a></code> elements</dt>
@@ -27698,7 +27728,7 @@
      </td><td>
       —
 
-    </td></tr><tr><td> <a href=#category-listed title=category-listed>Listed</a>
+    </td></tr><tr><td> <a href=#category-listed title=category-listed>Listed elements</a>
      </td><td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-fieldset-element>fieldset</a></code>;
@@ -27711,7 +27741,7 @@
      </td><td>
       —
 
-    </td></tr><tr><td> <a href=#category-label title=category-label>Labelable</a>
+    </td></tr><tr><td> <a href=#category-label title=category-label>Labelable elements</a>
      </td><td>
       <code><a href=#the-button-element>button</a></code>;
       <code><a href=#the-input-element>input</a></code>;
@@ -28442,7 +28472,7 @@
 
     </td></tr><tr><th> <code title="">onclick</code>
      </th><td> <a href=#handler-onclick title=handler-onclick>HTML elements</a>
-     </td><td> <code title=event-click>click</code> event handler
+     </td><td> <code title=event-click><a href=#event-click>click</a></code> event handler
      </td><td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oncontextmenu</code>
@@ -29082,7 +29112,7 @@
    <thead><tr><th> Event
      </th><th> Interface
      </th><th> Description
-   </th></tr></thead><tbody><tr><td> <code title=event-DOMActivate>DOMActivate</code>
+   </th></tr></thead><tbody><tr><td> <code title=event-DOMActivate><a href=#event-domactivate>DOMActivate</a></code>
      </td><td> <code><a href=#event>Event</a></code>
      </td><td> Fired at an element before its <a href=#activation-behavior>activation behavior</a> is run
 
@@ -29205,7 +29235,11 @@
   </td></tr></tbody></table><p class=note>See also <a href=#mediaevents>media element
   events</a>, <a href=#appcacheevents>application cache events</a>,
   and <a href=#dndevents>drag-and-drop events</a>.</p><h2 class=no-num id=references>References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web,
-  because the newer ones keep changing. --><dl><dt id=refsABNF>[ABNF]</dt>
+  because the newer ones keep changing. --><dl><dt id=refs2DCONTEXT>[2DCONTEXT]</dt>
+   <dd><cite><a href=http://dev.w3.org/html5/2dcontext/>HTML Canvas
+   2D Context</a></cite>, I. Hickson. W3C.</dd>
+
+   <dt id=refsABNF>[ABNF]</dt>
    <dd><cite><a href=http://www.ietf.org/rfc/std/std68.txt>Augmented
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
    P. Overell. IETF.</dd>
@@ -29275,7 +29309,7 @@
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management
    Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd>
    -->
-   <dd><cite><a href=http://tools.ietf.org/html/draft-abarth-cookie>HTTP State
+   <dd><cite><a href=http://tools.ietf.org/html/draft-ietf-httpstate-cookie>HTTP State
    Management Mechanism</a></cite>, A. Barth. IETF.</dd>
 
    <dt id=refsCORS>[CORS]</dt>
@@ -29639,7 +29673,7 @@
    for information interchange</cite>. Japanese Standards Association.</dd>
 
    <dt id=refsSRGB>[SRGB]</dt>
-   <dd><cite><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
+   <dd><cite lang=en-GB><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
    61966-2-1: Multimedia systems and equipment — Colour measurement
    and management — Part 2-1: Colour management — Default RGB colour
    space — sRGB</a></cite>. IEC.</dd>

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- number-state.html	29 Mar 2010 06:17:14 -0000	1.22
+++ number-state.html	1 Apr 2010 03:17:04 -0000	1.23
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -447,9 +449,9 @@
 
    <p>...might render as:</p>
 
-   <p><img alt="A vertical slider control whose primary colour is black and whose background colour is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." src="http://dev.w3.org/html5/spec/images/sample-range.png"></p><p>Note how the UA determined the orientation of the control from
+   <p><img alt="A vertical slider control whose primary color is black and whose background color is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." src="http://dev.w3.org/html5/spec/images/sample-range.png"></p><p>Note how the UA determined the orientation of the control from
    the ratio of the style-sheet-specified height and width properties.
-   The colours were similiarly derived from the style sheet. The tick
+   The colors were similiarly derived from the style sheet. The tick
    marks, however, were derived from the markup. In particular, the
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute has not
    affected the placement of tick marks, the UA deciding to only use

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- sections.html	29 Mar 2010 06:17:15 -0000	1.30
+++ sections.html	1 Apr 2010 03:17:05 -0000	1.31
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.572
retrieving revision 1.573
diff -u -d -r1.572 -r1.573
--- introduction.html	29 Mar 2010 06:17:14 -0000	1.572
+++ introduction.html	1 Apr 2010 03:17:04 -0000	1.573
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -647,10 +649,10 @@
 
     <p>It is significantly easier to maintain a site written in such a
     way that the markup is style-independent. For example, changing
-    the colour of a site that uses
-    <code>&lt;font&#160;color=""&gt;</code> throughout requires changes
-    across the entire site, whereas a similar change to a site based
-    on CSS can be done by changing a single file.</p>
+    the color of a site that uses <code>&lt;font&#160;color=""&gt;</code>
+    throughout requires changes across the entire site, whereas a
+    similar change to a site based on CSS can be done by changing a
+    single file.</p>
 
    </dd>
 
@@ -1034,17 +1036,18 @@
    </dd>
 
 
-   <dt>Errors that are intended to help authors of polyglot documents</dt>
+   <dt>Errors that are intended to help authors migrating to and from XHTML</dt>
 
    <dd>
 
     <p>Some authors like to write files that can be interpreted as
-    both XML and HTML with similar results. These are known as
-    polyglot documents. Though this practice is discouraged in general
-    due to the myriad of subtle complications involved (especially
-    when involving scripting, styling, or any kind of automated
-    serialization), this specification has a few restrictions intended
-    to at least somewhat mitigate the difficulties.</p>
+    both XML and HTML with similar results. Though this practice is
+    discouraged in general due to the myriad of subtle complications
+    involved (especially when involving scripting, styling, or any
+    kind of automated serialization), this specification has a few
+    restrictions intended to at least somewhat mitigate the
+    difficulties. This makes it easier for authors to use this as a
+    transitionary step when migrating between HTML and XHTML.</p>
 
     <p class="example">For example, there are somewhat complicated
     rules surrounding the <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code> and
@@ -1054,8 +1057,8 @@
     <p class="example">Another example would be the restrictions on
     the values of <code title="">xmlns</code> attributes in the HTML
     serialization, which are intended to ensure that elements in
-    conforming polyglot documents end up in the same namespaces
-    whether processed as HTML or XML.</p>
+    conforming documents end up in the same namespaces whether
+    processed as HTML or XML.</p>
 
    </dd>
 

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- commands.html	29 Mar 2010 06:17:13 -0000	1.20
+++ commands.html	1 Apr 2010 03:17:03 -0000	1.21
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -d -r1.591 -r1.592
--- acknowledgements.html	29 Mar 2010 06:17:13 -0000	1.591
+++ acknowledgements.html	1 Apr 2010 03:17:02 -0000	1.592
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- syntax.html	29 Mar 2010 06:17:16 -0000	1.574
+++ syntax.html	1 Apr 2010 03:17:06 -0000	1.575
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
@@ -293,7 +295,7 @@
   <ol class="toc"><li><a href="syntax.html#syntax"><span class="secno">8 </span>The HTML syntax</a>
   <ol><li><a href="syntax.html#writing"><span class="secno">8.1 </span>Writing HTML documents</a>
     <ol><li><a href="syntax.html#the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</a></li><li><a href="syntax.html#elements-0"><span class="secno">8.1.2 </span>Elements</a>
-      <ol><li><a href="syntax.html#start-tags"><span class="secno">8.1.2.1 </span>Start tags</a></li><li><a href="syntax.html#end-tags"><span class="secno">8.1.2.2 </span>End tags</a></li><li><a href="syntax.html#attributes"><span class="secno">8.1.2.3 </span>Attributes</a></li><li><a href="syntax.html#optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</a></li><li><a href="syntax.html#element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</a></li><li><a href="syntax.html#cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></li></ol></li><li><a href="syntax.html#text"><span class="secno">8.1.3 </span>Text</a>
+      <ol><li><a href="syntax.html#start-tags"><span class="secno">8.1.2.1 </span>Start tags</a></li><li><a href="syntax.html#end-tags"><span class="secno">8.1.2.2 </span>End tags</a></li><li><a href="syntax.html#attributes"><span class="secno">8.1.2.3 </span>Attributes</a></li><li><a href="syntax.html#optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</a></li><li><a href="syntax.html#element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</a></li><li><a href="syntax.html#cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></li></ol></li><li><a href="syntax.html#text-0"><span class="secno">8.1.3 </span>Text</a>
       <ol><li><a href="syntax.html#newlines"><span class="secno">8.1.3.1 </span>Newlines</a></li></ol></li><li><a href="syntax.html#character-references"><span class="secno">8.1.4 </span>Character references</a></li><li><a href="syntax.html#cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</a></li><li><a href="syntax.html#comments"><span class="secno">8.1.6 </span>Comments</a></li></ol></li></ol></li></ol></div>
 
   <h2 id="syntax"><span class="secno">8 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for resources
@@ -345,9 +347,7 @@
   incompatible with some specifications. Including the DOCTYPE in a
   document ensures that the browser makes a best-effort attempt at
   following the relevant specifications.</p><p>A DOCTYPE must consist of the following characters, in this
-  order:</p><ol class="brief"><li>A U+003C LESS-THAN SIGN character (&lt;).</li>
-   <li>A U+0021 EXCLAMATION MARK character (!).</li>
-   <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">DOCTYPE</code>".</li>
+  order:</p><ol class="brief"><li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">&lt;!DOCTYPE</code>".</li>
    <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">HTML</code>".</li>
    <li>Optionally, a <a href="#doctype-legacy-string">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> (defined below).</li>
@@ -847,7 +847,7 @@
   case-insensitively match the tag name of the element followed by one
   of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM
   FEED (FF), U+000D CARRIAGE RETURN (CR), U+0020 SPACE, U+003E
-  GREATER-THAN SIGN (&gt;), or U+002F SOLIDUS (/).</p><h4 id="text"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
+  GREATER-THAN SIGN (&gt;), or U+002F SOLIDUS (/).</p><h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
   attributes, and comments. Text must consist of Unicode characters.
   Text must not contain U+0000 characters. Text must not contain
   permanently undefined Unicode characters (noncharacters). Text must
@@ -857,7 +857,10 @@
   to be put, as described in the other sections.</p><h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be
   represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A
   LINE FEED (LF) characters, or pairs of U+000D CARRIAGE RETURN (CR),
-  U+000A LINE FEED (LF) characters in that order.</p><h4 id="character-references"><span class="secno">8.1.4 </span>Character references</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases described in other sections, <a href="#syntax-text" title="syntax-text">text</a> may be mixed with <dfn id="syntax-charref" title="syntax-charref">character references</dfn>. These can be used
+  U+000A LINE FEED (LF) characters in that order.</p><p>Where <a href="#syntax-charref" title="syntax-charref">character references</a>
+  are allowed, a character reference of a U+000A LINE FEED (LF)
+  character (but not a U+000D CARRIAGE RETURN (CR) character) also
+  represents a <a href="#syntax-newlines" title="syntax-newlines">newline</a>.</p><h4 id="character-references"><span class="secno">8.1.4 </span>Character references</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases described in other sections, <a href="#syntax-text" title="syntax-text">text</a> may be mixed with <dfn id="syntax-charref" title="syntax-charref">character references</dfn>. These can be used
   to escape characters that couldn't otherwise legally be included in
   <a href="#syntax-text" title="syntax-text">text</a>.</p><p>Character references must start with a U+0026 AMPERSAND character
   (&amp;). Following this, there are three possible kinds of character
@@ -893,9 +896,9 @@
    (;).</dd>
 
   </dl><p>The numeric character reference forms described above are allowed
-  to reference any Unicode code point other than U+0000, permanently
-  undefined Unicode characters (noncharacters), and control characters
-  other than <a href="#space-character" title="space character">space
+  to reference any Unicode code point other than U+0000, U+000D,
+  permanently undefined Unicode characters (noncharacters), and
+  control characters other than <a href="#space-character" title="space character">space
   characters</a>.</p><p>An <dfn id="syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous
   ampersand</dfn> is a U+0026 AMPERSAND character (&amp;) that is
   followed by some <a href="#syntax-text" title="syntax-text">text</a> other than a

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webappapis.html	29 Mar 2010 06:17:17 -0000	1.3
+++ webappapis.html	1 Apr 2010 03:17:07 -0000	1.4
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- common-microsyntaxes.html	29 Mar 2010 06:17:13 -0000	1.19
+++ common-microsyntaxes.html	1 Apr 2010 03:17:03 -0000	1.20
@@ -143,16 +143,6 @@
    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
    td > .example:only-child { margin: 0 0 0 0.1em; }
 
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
    ul.domTree li li { list-style: none; }
@@ -238,6 +228,18 @@
 
    .details-example img { vertical-align: top; }
 
+   #named-character-references-table {
+     font-size: 0.6em;
+     column-width: 28em;
+     column-gap: 1em;
+     -moz-column-width: 28em;
+     -moz-column-gap: 1em;
+     -webkit-column-width: 28em;
+     -webkit-column-gap: 1em;
+   }
+   #named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
+   #named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: white; width: 1.25em; height: auto; text-align: center; }
+
   </style><style type="text/css">
    .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
   </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">

Received on Thursday, 1 April 2010 03:17:11 UTC