“Design is the method of putting form and content together. Design, just as art, has multiple definitions; there is no single definition. Design can be art. Design can be aesthetics. Design is so simple, that's why it is so complicated."

–Paul Rand

Website HTML Entities

design portfolio >>

HTML Resources

HTML Entity Abbreviated List

Result Description Entity Name Entity Number
& ampersand & &
< less-than &lt; &#60;
> greater-than &gt; &#62;
» right angle quote &raquo; &#187;
« left angle quote &laquo; &#171;
© copyright &copy; &#169;
trademark &trade; &#8482;
® registered trademark &reg; &#174;
° degrees &deg; &#176;
× multiplication sign &times; &#215;
¡ inverted exclamation &iexcl; &#161;
¿ inverted question &iquest; &#191;
  non-breaking space &nbsp; &#160;
· middle dot &middot; &#183;
bullet &bull; &#8226;
ellipsis &hellip; &#8230;
left double quote &ldquo; &#8220;
right double quote &rdquo; &#8221;
left single quote &lsquo; &#8216;
right single quote &rsquo; &#8217;
é e acute &eacute; &#233;
ü u umlaut &uuml; &#252;
ñ n tilde &ntilde; &#241;
¼ fraction 1/4 &frac14; &#188;
½ fraction 1/2 &frac12; &#189;
¾ fraction 3/4 &frac34; &#190;
¹ superscript 1 &sup1; &#185;
² superscript 2 &sup2; &#177;
³ superscript 3 &sup3; &#178;
π pi &pi; &#960;
¢ cents &cent; &#162;
euros &euro; &#8364;
£ pounds &pound; &#163;
en dash &ndash; &#8211;
em dash &mdash; &#8212;