Entities #

Named Entities #

Named entities can use both the named format and the numeric format.

  • Less-Than < &lt; &#60;

  • Greater-Than > &gt; &#62;

  • Copyright © &copy; &#169;

  • Trade Mark ™ &trade; &#8482;

  • Non-Breaking Space   &nbsp; &#160;

    The &nbsp; entity is a space without creating a new line and can be used to write two or more spaces in a row.

  • Ampersand & &amp; &#38;

  • Quotation Mark " &quot; &#34;

  • Apostrophe ' &apos; &#39;

Unnamed Entities #

Unnamed entities only can use the numeric format.

  • Left Brace { &#123;

  • Right Brace } &#125;