HTML Entity Encoder/Decoder

Convert special characters to HTML entities and decode HTML entities back to text

Common HTML Entities
Basic
  • < Less than &lt;
  • > Greater than &gt;
  • & Ampersand &amp;
  • " Double quote &quot;
  • ' Apostrophe &apos;
  •   Non-breaking space &nbsp;
Currency
  • ¢ Cent &cent;
  • £ Pound &pound;
  • ¥ Yen &yen;
  • Euro &euro;
Symbols
  • © Copyright &copy;
  • ® Registered &reg;
  • Trademark &trade;
  • ° Degree &deg;
  • · Middle dot &middot;
  • Bullet &bull;
Math
  • ± Plus-minus &plusmn;
  • × Multiplication &times;
  • ÷ Division &divide;
  • Not equal &ne;
  • Less or equal &le;
  • Greater or equal &ge;
  • Infinity &infin;
Arrows
  • Left arrow &larr;
  • Right arrow &rarr;
  • Up arrow &uarr;
  • Down arrow &darr;
Punctuation
  • « Left guillemet &laquo;
  • » Right guillemet &raquo;
  • Left single quote &lsquo;
  • Right single quote &rsquo;
  • Left double quote &ldquo;
  • Right double quote &rdquo;
  • En dash &ndash;
  • Em dash &mdash;
  • Ellipsis &hellip;