DevTools GalaxyDevToolsGalaxy

HTML Character Entity Finder

Find and copy HTML character entities

CharHTML EntityCodeDescription
&&&Ampersand
<&lt;&#60;Less than
>&gt;&#62;Greater than
"&quot;&#34;Quotation mark
'&apos;&#39;Apostrophe
&nbsp;&#160;Non-breaking space
©&copy;&#169;Copyright
®&reg;&#174;Registered
&trade;&#8482;Trademark
&euro;&#8364;Euro
£&pound;&#163;Pound
¥&yen;&#165;Yen
¢&cent;&#162;Cent
°&deg;&#176;Degree
±&plusmn;&#177;Plus-minus
×&times;&#215;Multiplication
÷&divide;&#247;Division
&rarr;&#8594;Right arrow
&larr;&#8592;Left arrow
&uarr;&#8593;Up arrow
&darr;&#8595;Down arrow
&hearts;&#9829;Heart
&spades;&#9824;Spade
&diams;&#9830;Diamond
&clubs;&#9827;Club
&#9733;Star filled
&#9734;Star outline
&#10003;Check mark
&#10007;Cross mark
&infin;&#8734;Infinity
π&pi;&#960;Pi
&radic;&#8730;Square root
&ne;&#8800;Not equal
&le;&#8804;Less or equal
&ge;&#8805;Greater or equal
&hellip;&#8230;Ellipsis
&mdash;&#8212;Em dash
&ndash;&#8211;En dash
&bull;&#8226;Bullet
§&sect;&#167;Section

40 entities shown

About HTML Character Entity Finder

Browse and search 40+ HTML character entities. Find symbols, arrows, math operators, and special characters with their HTML entity names and codes.

How to Use

  1. 1Search by character, name, or description
  2. 2Click the copy button to copy the character or entity
  3. 3Paste into your HTML code

Frequently Asked Questions

What are HTML entities?

HTML entities are special codes used to display reserved or special characters in HTML documents.

How do I use an entity?

Copy the entity name (like &amp;) or numeric code (like &#38;) and paste it into your HTML.

Related Tools