Other Entities supported by HTML : Entity Table « Reference « HTML / CSS






Other Entities supported by HTML

 
<table class="ex" border="1" cellspacing="0" width="100%">
    <tbody><tr>
      <th align="left">Result</th>
      <th align="left">Description</th>
      <th align="left">Entity Name</th>
      <th align="left">Entity Number</th>
    </tr>
    <tr>
      <td>&#338;</td>
      <td>capital ligature OE</td>
      <td>&amp;OElig;</td>
      <td>&amp;#338;</td>
    </tr>
    <tr>
      <td>&#339;</td>
      <td>small ligature oe</td>
      <td>&amp;oelig;</td>
      <td>&amp;#339;</td>
    </tr>
    <tr>
      <td>&#352;</td>
      <td>capital S with caron</td>
      <td>&amp;Scaron;</td>
      <td>&amp;#352;</td>
    </tr>
    <tr>
      <td>&#353;</td>
      <td>small S with caron</td>
      <td>&amp;scaron;</td>
      <td>&amp;#353;</td>
    </tr>
    <tr>
      <td>&#376;</td>
      <td>capital Y with diaeres</td>
      <td>&amp;Yuml;</td>
      <td>&amp;#376;</td>
    </tr>
    <tr>
      <td>&#710;</td>
      <td>modifier letter circumflex accent</td>
      <td>&amp;circ;</td>
      <td>&amp;#710;</td>
    </tr>
    <tr>
      <td>&#732;</td>
      <td>small tilde</td>
      <td>&amp;tilde;</td>
      <td>&amp;#732;</td>
    </tr>
    <tr>
      <td>&#8194;</td>
      <td>en space</td>
      <td>&amp;ensp;</td>
      <td>&amp;#8194;</td>
    </tr>
    <tr>
      <td>&#8195;</td>
      <td>em space</td>
      <td>&amp;emsp;</td>
      <td>&amp;#8195;</td>
    </tr>
    <tr>
      <td>&#8201;</td>
      <td>thin space</td>
      <td>&amp;thinsp;</td>
      <td>&amp;#8201;</td>
    </tr>
    <tr>
      <td>&#8204;</td>
      <td>zero width non-joiner</td>
      <td>&amp;zwnj;</td>
      <td>&amp;#8204;</td>
    </tr>
    <tr>
      <td>&#8205;</td>
      <td>zero width joiner</td>
      <td>&amp;zwj;</td>
      <td>&amp;#8205;</td>
    </tr>
    <tr>
      <td>&#8206;</td>
      <td>left-to-right mark</td>
      <td>&amp;lrm;</td>
      <td>&amp;#8206;</td>
    </tr>
    <tr>
      <td>&#8207;</td>
      <td>right-to-left mark</td>
      <td>&amp;rlm;</td>
      <td>&amp;#8207;</td>
    </tr>
    <tr>
      <td>&#8211;</td>
      <td>en dash</td>
      <td>&amp;ndash;</td>
      <td>&amp;#8211;</td>
    </tr>
    <tr>
      <td>&#8212;</td>
      <td>em dash</td>
      <td>&amp;mdash;</td>
      <td>&amp;#8212;</td>
    </tr>
    <tr>
      <td>&#8216;</td>
      <td>left single quotation mark</td>
      <td>&amp;lsquo;</td>
      <td>&amp;#8216;</td>
    </tr>
    <tr>
      <td>&#8217;</td>
      <td>right single quotation mark</td>
      <td>&amp;rsquo;</td>
      <td>&amp;#8217;</td>
    </tr>
    <tr>
      <td>&#8218;</td>
      <td>single low-9 quotation mark</td>
      <td>&amp;sbquo;</td>
      <td>&amp;#8218;</td>
    </tr>
    <tr>
      <td>&#8220;</td>
      <td>left double quotation mark</td>
      <td>&amp;ldquo;</td>
      <td>&amp;#8220;</td>
    </tr>
    <tr>
      <td>&#8221;</td>
      <td>right double quotation mark</td>
      <td>&amp;rdquo;</td>
      <td>&amp;#8221;</td>
    </tr>
    <tr>
      <td>&#8222;</td>
      <td>double low-9 quotation mark</td>
      <td>&amp;bdquo;</td>
      <td>&amp;#8222;</td>
    </tr>
    <tr>
      <td>&#8224;</td>
      <td>dagger</td>
      <td>&amp;dagger;</td>
      <td>&amp;#8224;</td>
    </tr>
    <tr>
      <td>&#8225;</td>
      <td>double dagger</td>
      <td>&amp;Dagger;</td>
      <td>&amp;#8225;</td>
    </tr>
    <tr>
      <td>&#8230;</td>
      <td>horizontal ellipsis</td>
      <td>&amp;hellip;</td>
      <td>&amp;#8230;</td>
    </tr>
    <tr>
      <td>&#8240;</td>
      <td>per mille&nbsp;</td>
      <td>&amp;permil;</td>
      <td>&amp;#8240;</td>
    </tr>
    <tr>
      <td>&#8249;</td>
      <td>single left-pointing angle quotation</td>
      <td>&amp;lsaquo;</td>
      <td>&amp;#8249;</td>
    </tr>
    <tr>
      <td>&#8250;</td>
      <td>single right-pointing angle quotation</td>
      <td>&amp;rsaquo;</td>
      <td>&amp;#8250;</td>
    </tr>
    <tr>
      <td>&#8364;</td>
      <td>euro</td>
      <td>&amp;euro;</td>
      <td>&amp;#8364;</td>
    </tr>
    </tbody></table>
           
         
  








Related examples in the same category

1.Printable ASCII Characters: 7-BIT
2.ASCII Entities with new Entity Names
3.ISO 8859-1 Symbol Entities
4.ISO 8859-1 Character Entities
5.Character Entity Example