TXTTextnew suite

HTML Entity Encoder, Decoder & Cheatsheet

Encode special characters to named, decimal, or hex entities; decode HTML entities; and search common symbols with 1-click copy.

tool id:html-entity-encoder
Style:
Raw Input Text200 chars • 2 lines
Encoded HTML Result (named)

HTML Entity Cheat Sheet & Quick Inserter

Click any entity to copy or insert directly into your editor.

<
Less Than
&lt;
&#x3C;
>
Greater Than
&gt;
&#x3E;
&
Ampersand
&amp;
&#x26;
"
Double Quote
&quot;
&#x22;
'
Single Quote
&apos;
&#x27;
©
Copyright
&copy;
&#xA9;
®
Registered
&reg;
&#xAE;
Trademark
&trade;
&#x2122;
Euro
&euro;
&#x20AC;
£
Pound
&pound;
&#xA3;
¥
Yen
&yen;
&#xA5;
Indian Rupee
&#8377;
&#x20B9;
Bullet
&bull;
&#x2022;
Em Dash
&mdash;
&#x2014;
En Dash
&ndash;
&#x2013;
Ellipsis
&hellip;
&#x2026;
×
Multiplication
&times;
&#xD7;
÷
Division
&divide;
&#xF7;
Not Equal
&ne;
&#x2260;
Less or Equal
&le;
&#x2264;
Greater or Equal
&ge;
&#x2265;
±
Plus-Minus
&plusmn;
&#xB1;
Infinity
&infin;
&#x221E;
Left Arrow
&larr;
&#x2190;
Right Arrow
&rarr;
&#x2192;
Up Arrow
&uarr;
&#x2191;
Down Arrow
&darr;
&#x2193;
Checkmark
&#10003;
&#x2713;