All references

HTML reference

HTML Entities

Search common HTML entities and copy named, decimal and hexadecimal representations.

36 entities

 

 

Common

Non-breaking space.

CharacterNon-breaking space
Named 
Decimal 
Hex 
&

&

Common

Ampersand.

Character&
Named&
Decimal&
Hex&
<

&lt;

Common

Less-than sign.

Character<
Named&lt;
Decimal&#60;
Hex&#x3C;
>

&gt;

Common

Greater-than sign.

Character>
Named&gt;
Decimal&#62;
Hex&#x3E;
"

&quot;

Punctuation

Quotation mark.

Character"
Named&quot;
Decimal&#34;
Hex&#x22;
'

&apos;

Punctuation

Apostrophe.

Character'
Named&apos;
Decimal&#39;
Hex&#x27;
©

&copy;

Symbol

Copyright sign.

Character©
Named&copy;
Decimal&#169;
Hex&#xA9;
®

&reg;

Symbol

Registered trademark sign.

Character®
Named&reg;
Decimal&#174;
Hex&#xAE;

&trade;

Symbol

Trademark sign.

Character
Named&trade;
Decimal&#8482;
Hex&#x2122;

&euro;

Currency

Euro sign.

Character
Named&euro;
Decimal&#8364;
Hex&#x20AC;
£

&pound;

Currency

Pound sterling sign.

Character£
Named&pound;
Decimal&#163;
Hex&#xA3;
¥

&yen;

Currency

Yen sign.

Character¥
Named&yen;
Decimal&#165;
Hex&#xA5;
¢

&cent;

Currency

Cent sign.

Character¢
Named&cent;
Decimal&#162;
Hex&#xA2;
±

&plusmn;

Math

Plus-minus sign.

Character±
Named&plusmn;
Decimal&#177;
Hex&#xB1;
×

&times;

Math

Multiplication sign.

Character×
Named&times;
Decimal&#215;
Hex&#xD7;
÷

&divide;

Math

Division sign.

Character÷
Named&divide;
Decimal&#247;
Hex&#xF7;

&le;

Math

Less-than or equal to.

Character
Named&le;
Decimal&#8804;
Hex&#x2264;

&ge;

Math

Greater-than or equal to.

Character
Named&ge;
Decimal&#8805;
Hex&#x2265;

&ne;

Math

Not equal to.

Character
Named&ne;
Decimal&#8800;
Hex&#x2260;

&infin;

Math

Infinity symbol.

Character
Named&infin;
Decimal&#8734;
Hex&#x221E;

&larr;

Arrow

Left arrow.

Character
Named&larr;
Decimal&#8592;
Hex&#x2190;

&uarr;

Arrow

Up arrow.

Character
Named&uarr;
Decimal&#8593;
Hex&#x2191;

&rarr;

Arrow

Right arrow.

Character
Named&rarr;
Decimal&#8594;
Hex&#x2192;

&darr;

Arrow

Down arrow.

Character
Named&darr;
Decimal&#8595;
Hex&#x2193;

&harr;

Arrow

Left-right arrow.

Character
Named&harr;
Decimal&#8596;
Hex&#x2194;

&bull;

Typography

Bullet.

Character
Named&bull;
Decimal&#8226;
Hex&#x2022;

&hellip;

Typography

Horizontal ellipsis.

Character
Named&hellip;
Decimal&#8230;
Hex&#x2026;

&mdash;

Typography

Em dash.

Character
Named&mdash;
Decimal&#8212;
Hex&#x2014;

&ndash;

Typography

En dash.

Character
Named&ndash;
Decimal&#8211;
Hex&#x2013;

&ldquo;

Typography

Left double quotation mark.

Character
Named&ldquo;
Decimal&#8220;
Hex&#x201C;

&rdquo;

Typography

Right double quotation mark.

Character
Named&rdquo;
Decimal&#8221;
Hex&#x201D;

&lsquo;

Typography

Left single quotation mark.

Character
Named&lsquo;
Decimal&#8216;
Hex&#x2018;

&rsquo;

Typography

Right single quotation mark.

Character
Named&rsquo;
Decimal&#8217;
Hex&#x2019;
§

&sect;

Symbol

Section sign.

Character§
Named&sect;
Decimal&#167;
Hex&#xA7;

&para;

Symbol

Pilcrow sign.

Character
Named&para;
Decimal&#182;
Hex&#xB6;
°

&deg;

Symbol

Degree sign.

Character°
Named&deg;
Decimal&#176;
Hex&#xB0;

Related tool

Encode and decode HTML safely

Use HTML Encoder / Decoder to escape markup-sensitive characters or convert HTML entities back into readable text.

Open HTML Encoder / Decoder