Catalog / HTML Entities Cheat Sheet
HTML Entities Cheat Sheet
A quick reference guide to HTML entities, covering character encoding, special characters, symbols, and accented letters. This cheat sheet provides the HTML entity names and codes for displaying characters that are not directly available on a standard keyboard or that have special meaning in HTML.
Basic HTML Entities
Common Entities
Entity |
Description |
|
Less Than (<) |
|
Greater Than (>) |
|
Ampersand (&) |
|
Double Quote (“) |
|
Single Quote or Apostrophe (‘) |
|
Non-Breaking Space |
Why Use Entities?
HTML entities are crucial for displaying characters that have special meanings in HTML (like |
For example, if you want to display |
Symbols and Accents
Currency Symbols
Entity |
Description |
|
Cent Symbol (¢) |
|
Pound Symbol (£) |
|
Yen Symbol (¥) |
|
Euro Symbol (€) |
Accented Characters
Entity |
Description |
|
a with acute accent (á) |
|
e with acute accent (é) |
|
i with acute accent (í) |
|
o with acute accent (ó) |
|
u with acute accent (ú) |
|
c with cedilla (ç) |
Mathematical Symbols
Common Mathematical Entities
Entity |
Description |
|
Plus-Minus Sign (±) |
|
Division Sign (÷) |
|
Multiplication Sign (×) |
|
Square Root (√) |
|
Infinity (∞) |
|
Not Equal To (≠) |
Other Useful Entities
Symbols and Characters
Entity |
Description |
|
Copyright Symbol (©) |
|
Registered Trademark Symbol (®) |
|
Trademark Symbol (™) |
|
Section Sign (§) |
|
Paragraph Sign (¶) |
|
Bullet Point (•) |
Numeric Entities
Besides named entities like For example, |
Numeric entities are useful when a named entity doesn’t exist for a specific character. |