Common HTML entities are rendered in the initial page HTML, including named, decimal, and hexadecimal forms for core characters like &, <, and >.
| Character | Named | Decimal | Hex | Description |
|---|---|---|---|---|
| & | & |
& |
& |
Ampersand |
| < | < |
< |
< |
Less-than sign |
| > | > |
> |
> |
Greater-than sign |
| " | " |
" |
" |
Double quotation mark |
| ' | ' |
' |
' |
Apostrophe |
| [nbsp] | |
  |
  |
Non-breaking space |
| ¡ | ¡ |
¡ |
¡ |
Inverted exclamation mark |
| ¢ | ¢ |
¢ |
¢ |
Cent sign |
| £ | £ |
£ |
£ |
Pound sign |
| ¤ | ¤ |
¤ |
¤ |
Currency sign |
| ¥ | ¥ |
¥ |
¥ |
Yen sign |
| ¦ | ¦ |
¦ |
¦ |
Broken bar |
| § | § |
§ |
§ |
Section sign |
| ¨ | ¨ |
¨ |
¨ |
Diaeresis |
| © | © |
© |
© |
Copyright sign |
| ª | ª |
ª |
ª |
Feminine ordinal indicator |
| « | « |
« |
« |
Left angle quotation mark |
| ¬ | ¬ |
¬ |
¬ |
Not sign |
| ® | ® |
® |
® |
Registered sign |
| ¯ | ¯ |
¯ |
¯ |
Macron |
| ° | ° |
° |
° |
Degree sign |
| ± | ± |
± |
± |
Plus-minus sign |
| ² | ² |
² |
² |
Superscript two |
| ³ | ³ |
³ |
³ |
Superscript three |
| ´ | ´ |
´ |
´ |
Acute accent |
| µ | µ |
µ |
µ |
Micro sign |
| ¶ | ¶ |
¶ |
¶ |
Pilcrow sign |
| · | · |
· |
· |
Middle dot |
| ¸ | ¸ |
¸ |
¸ |
Cedilla |
| ¹ | ¹ |
¹ |
¹ |
Superscript one |
| º | º |
º |
º |
Masculine ordinal indicator |
| » | » |
» |
» |
Right angle quotation mark |
| ¼ | ¼ |
¼ |
¼ |
Fraction one quarter |
| ½ | ½ |
½ |
½ |
Fraction one half |
| ¾ | ¾ |
¾ |
¾ |
Fraction three quarters |
| ¿ | ¿ |
¿ |
¿ |
Inverted question mark |
| × | × |
× |
× |
Multiplication sign |
| ÷ | ÷ |
÷ |
÷ |
Division sign |
| € | € |
€ |
€ |
Euro sign |
| ™ | ™ |
™ |
™ |
Trademark sign |
| ← | ← |
← |
← |
Left arrow |
| ↑ | ↑ |
↑ |
↑ |
Up arrow |
| → | → |
→ |
→ |
Right arrow |
| ↓ | ↓ |
↓ |
↓ |
Down arrow |
| ↔ | ↔ |
↔ |
↔ |
Left-right arrow |
| ∀ | ∀ |
∀ |
∀ |
For all |
| ∂ | ∂ |
∂ |
∂ |
Partial differential |
| ∃ | ∃ |
∃ |
∃ |
There exists |
| ∅ | ∅ |
∅ |
∅ |
Empty set |
| ∇ | ∇ |
∇ |
∇ |
Nabla |
| ∈ | ∈ |
∈ |
∈ |
Element of |
| ∉ | ∉ |
∉ |
∉ |
Not an element of |
| ∏ | ∏ |
∏ |
∏ |
Product sign |
| ∑ | ∑ |
∑ |
∑ |
Summation sign |
| − | − |
− |
− |
Minus sign |
| √ | √ |
√ |
√ |
Square root |
| ∝ | ∝ |
∝ |
∝ |
Proportional to |
| ∞ | ∞ |
∞ |
∞ |
Infinity |
| ∧ | ∧ |
∧ |
∧ |
Logical and |
| ∨ | ∨ |
∨ |
∨ |
Logical or |
| ∩ | ∩ |
∩ |
∩ |
Intersection |
| ∪ | ∪ |
∪ |
∪ |
Union |
| ∫ | ∫ |
∫ |
∫ |
Integral |
| ≈ | ≈ |
≈ |
≈ |
Approximately equal |
| ≠ | ≠ |
≠ |
≠ |
Not equal |
| ≤ | ≤ |
≤ |
≤ |
Less than or equal |
| ≥ | ≥ |
≥ |
≥ |
Greater than or equal |
| ⇐ | ⇐ |
⇐ |
⇐ |
Double left arrow |
| ⇑ | ⇑ |
⇑ |
⇑ |
Double up arrow |
| ⇒ | ⇒ |
⇒ |
⇒ |
Double right arrow |
| ⇓ | ⇓ |
⇓ |
⇓ |
Double down arrow |
| ⇔ | ⇔ |
⇔ |
⇔ |
Double left-right arrow |
| ♠ | ♠ |
♠ |
♠ |
Spade suit |
| ♣ | ♣ |
♣ |
♣ |
Club suit |
| ♥ | ♥ |
♥ |
♥ |
Heart suit |
| ♦ | ♦ |
♦ |
♦ |
Diamond suit |
HTML entities are character references that let HTML display reserved characters and symbols safely. They begin with an ampersand and end with a semicolon. For example, the less-than sign is written as <, and an ampersand is written as &.
Use this page to encode HTML entities, decode HTML entities, check the ampersand entity, or browse the HTML entity reference table.
HTML encoding converts characters such as &, <, >, quotes, and symbols into entity references. Encoding is useful when text needs to be shown inside markup without being interpreted as markup.
&, ©, and ♥& and ©& and ©Start with the HTML entity encoder above, then compare the output against the reference table.
HTML decoding converts entity references back into readable text. For example, & decodes to &, < decodes to <, and © decodes to ©.
The decoder supports named HTML entities plus decimal and hexadecimal numeric references. This makes it useful for reviewing copied HTML snippets, CMS output, escaped JSON strings, and source text that contains encoded characters.
The ampersand character starts every HTML entity, so a literal ampersand should be encoded as & when it appears in text. The same character can also be written as decimal & or hexadecimal &.
Common examples include brand names, query strings shown as text, and code examples: AT&T displays as AT&T. See the first row of the entity table for the ampersand formats.
More Developer Tools
Random IBAN
randomiban.co
Random IMEI
randomimei.com
Random MAC
randommac.com
UUID Gen
createuuid.com
Password Gen
password-generator.co
Lorem Ipsum
makelorem.com
JSON Format
jsonformat.co
Hex to ASCII
hextoascii.co
Base64
base64decode.co
Hash Gen
hashgenerator.co
Char Counter
charcounter.io
QR Code
makeqrcode.io
URL Encode
urlencode.co
Morse Code
decodemorse.com
Binary Text
texttobinary.io
Age Calc
calculateage.io
Compound Calc
compoundcalculator.io