Entities #

Named Entities #

Named entities can use both the named and numeric format.

  • Less-Than < &lt;
  • Greater-Than > &gt;
  • Copyright © &copy;
  • Trade Mark ™ &trade;
  • Non-Breaking Space   &nbsp;

    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;
  • Quotation Mark " &quot;
  • Apostrophe ' &apos;

Unnamed Entities #

Unnamed entities cannot use the named format, and must use the the numeric format.

  • Left Brace { &#123;
  • Right Brace } &#125;