HTML Entity List
Complete list of HTML entities with their numbers and names. Also included is a full list of ASCII characters that can be represented in HTML (i.e. printable characters).
ASCII Characters (Printable)
Only printable characters are displayed as control characters (0-31) shouldn’t be present in HTML pages since they have no visual representations.
Character | Entity Name | Entity Number | Description |
---|---|---|---|
Space | |||
! | ! | Exclamation mark | |
« | " | Quotation mark | |
# | # | Number sign | |
$ | $ | Dollar sign | |
% | % | Percent sign | |
& | & | & | Ampersand |
‘ | ' | Apostrophe | |
( | ( | Opening/Left Parenthesis | |
) | ) | Closing/Right Parenthesis | |
* | * | Asterisk | |
+ | + | Plus sign | |
, | , | Comma | |
— | - | Hyphen | |
. | . | Period | |
/ | / | Slash | |
0 | 0 | Digit 0 | |
1 | 1 | Digit 1 | |
2 | 2 | Digit 2 | |
3 | 3 | Digit 3 | |
4 | 4 | Digit 4 | |
5 | 5 | Digit 5 | |
6 | 6 | Digit 6 | |
7 | 7 | Digit 7 | |
8 | 8 | Digit 8 | |
9 | 9 | Digit 9 | |
: | : | Colon | |
; | ; | Semicolon | |
< | < | Less-than | |
= | = | Equals sign | |
> | > | > | Greater than |
? | ? | Question mark | |
@ | @ | At sign | |
A | A | Uppercase A | |
B | B | Uppercase B | |
C | C | Uppercase C | |
D | D | Uppercase D | |
E | E | Uppercase E | |
F | F | Uppercase F | |
G | G | Uppercase G | |
H | H | Uppercase H | |
I | I | Uppercase I | |
J | J | Uppercase J | |
K | K | Uppercase K | |
L | L | Uppercase L | |
M | M | Uppercase M | |
N | N | Uppercase N | |
O | O | Uppercase O | |
P | P | Uppercase P | |
Q | Q | Uppercase Q | |
R | R | Uppercase R | |
S | S | Uppercase S | |
T | T | Uppercase T | |
U | U | Uppercase U | |
V | V | Uppercase V | |
W | W | Uppercase W | |
X | X | Uppercase X | |
Y | Y | Uppercase Y | |
Z | Z | Uppercase Z | |
[ | [ | Opening/Left square bracket | |
\ | \ | Backslash | |
] | ] | Closing/Right square bracket | |
^ | ^ | Caret | |
_ | _ | Underscore | |
` | ` | Grave accent | |
a | a | Lowercase a | |
b | b | Lowercase b | |
c | c | Lowercase c | |
d | d | Lowercase d | |
e | e | Lowercase e | |
f | f | Lowercase f | |
g | g | Lowercase g | |
h | h | Lowercase h | |
i | i | Lowercase i | |
j | j | Lowercase j | |
k | k | Lowercase k | |
l | l | Lowercase l | |
m | m | Lowercase m | |
n | n | Lowercase n | |
o | o | Lowercase o | |
p | p | Lowercase p | |
q | q | Lowercase q | |
r | r | Lowercase r | |
s | s | Lowercase s | |
t | t | Lowercase t | |
u | u | Lowercase u | |
v | v | Lowercase v | |
w | w | Lowercase w | |
x | x | Lowercase x | |
y | y | Lowercase y | |
z | z | Lowercase z | |
{ | Opening/Left curly brace | ||
} | Closing/Right curly brace | ||
~ | ~ | Tilde |
ISO 8859-1 Characters
Full list of supported ISO-8859-1 characters. Notice that the names are case sensitive, hence if you want an uppercase letter, the name should also start with an uppercase letter.
Character | Entity Name | Entity Number | Description |
---|---|---|---|
Space | |||
! | ! | Exclamation mark | |
« | " | Quotation mark | |
# | # | Number sign | |
$ | $ | Dollar sign | |
% | % | Percent sign | |
& | & | & | Ampersand |
‘ | ' | Apostrophe | |
( | ( | Opening/Left Parenthesis | |
) | ) | Closing/Right Parenthesis | |
* | * | Asterisk | |
+ | + | Plus sign | |
, | , | Comma | |
— | - | Hyphen | |
. | . | Period | |
/ | / | Slash | |
0 | 0 | Digit 0 | |
1 | 1 | Digit 1 | |
2 | 2 | Digit 2 | |
3 | 3 | Digit 3 | |
4 | 4 | Digit 4 | |
5 | 5 | Digit 5 | |
6 | 6 | Digit 6 | |
7 | 7 | Digit 7 | |
8 | 8 | Digit 8 | |
9 | 9 | Digit 9 | |
: | : | Colon | |
; | ; | Semicolon | |
< | < | Less-than | |
= | = | Equals sign | |
> | > | > | Greater than |
? | ? | Question mark | |
@ | @ | At sign | |
A | A | Uppercase A | |
B | B | Uppercase B | |
C | C | Uppercase C | |
D | D | Uppercase D | |
E | E | Uppercase E | |
F | F | Uppercase F | |
G | G | Uppercase G | |
H | H | Uppercase H | |
I | I | Uppercase I | |
J | J | Uppercase J | |
K | K | Uppercase K | |
L | L | Uppercase L | |
M | M | Uppercase M | |
N | N | Uppercase N | |
O | O | Uppercase O | |
P | P | Uppercase P | |
Q | Q | Uppercase Q | |
R | R | Uppercase R | |
S | S | Uppercase S | |
T | T | Uppercase T | |
U | U | Uppercase U | |
V | V | Uppercase V | |
W | W | Uppercase W | |
X | X | Uppercase X | |
Y | Y | Uppercase Y | |
Z | Z | Uppercase Z | |
[ | [ | Opening/Left square bracket | |
\ | \ | Backslash | |
] | ] | Closing/Right square bracket | |
^ | ^ | Caret | |
_ | _ | Underscore | |
` | ` | Grave accent | |
a | a | Lowercase a | |
b | b | Lowercase b | |
c | c | Lowercase c | |
d | d | Lowercase d | |
e | e | Lowercase e | |
f | f | Lowercase f | |
g | g | Lowercase g | |
h | h | Lowercase h | |
i | i | Lowercase i | |
j | j | Lowercase j | |
k | k | Lowercase k | |
l | l | Lowercase l | |
m | m | Lowercase m | |
n | n | Lowercase n | |
o | o | Lowercase o | |
p | p | Lowercase p | |
q | q | Lowercase q | |
r | r | Lowercase r | |
s | s | Lowercase s | |
t | t | Lowercase t | |
u | u | Lowercase u | |
v | v | Lowercase v | |
w | w | Lowercase w | |
x | x | Lowercase x | |
y | y | Lowercase y | |
z | z | Lowercase z | |
{ | Opening/Left curly brace | ||
} | Closing/Right curly brace | ||
~ | ~ | Tilde |
ISO-8859-1 Symbols
Full list of supported ISO-8859-1 symbols in HTML.
Symbol | Entity Name | Entity Number | Description |
---|---|---|---|
Non-breaking space | |||
¡ | ¡ | ¡ | Inverted exclamation mark |
¢ | ¢ | ¢ | Cent |
£ | £ | £ | Pound |
¤ | ¤ | ¤ | Currency |
¥ | ¥ | ¥ | Yen |
¦ | ¦ | ¦ | Broken vertical bar |
§ | § | § | Section |
¨ | ¨ | ¨ | Spacing diaeresis |
© | © | © | Copyright |
ª | ª | ª | Feminine ordinal indicator |
« | « | « | Opening/Left angle quotation mark |
¬ | ¬ | ¬ | Negation |
| | | Soft hyphen |
® | ® | ® | Registered trademark |
¯ | ¯ | ¯ | Spacing macron |
° | ° | ° | Degree |
± | ± | ± | Plus or minus |
² | ² | ² | Superscript 2 |
³ | ³ | ³ | Superscript 3 |
´ | ´ | ´ | Spacing acute |
µ | µ | µ | Micro |
¶ | ¶ | ¶ | Paragraph |
¸ | ¸ | ¸ | Spacing cedilla |
¹ | ¹ | ¹ | Superscript 1 |
º | º | º | Masculine ordinal indicator |
» | » | » | Closing/Right angle quotation mark |
¼ | ¼ | ¼ | Fraction 1/4 |
½ | ½ | ½ | Fraction 1/2 |
¾ | ¾ | ¾ | Fraction 3/4 |
¿ | ¿ | ¿ | Inverted question mark |
× | × | × | Multiplication |
÷ | ÷ | ÷ | Divide |
Math Symbols
Full list of all supported math symbols in HTML.
Symbol | Entity Name | Entity Number | Description |
---|---|---|---|
∀ | ∀ | ∀ | For all |
∂ | ∂ | ∂ | Part |
∃ | ∃ | ∃ | Exist |
∅ | ∅ | ∅ | Empty |
∇ | ∇ | ∇ | Nabla |
∈ | ∈ | ∈ | Is in |
∉ | ∉ | ∉ | Not in |
∋ | ∋ | ∋ | Ni |
∏ | ∏ | ∏ | Product |
∑ | ∑ | ∑ | Sum |
− | − | − | Minus |
∗ | ∗ | ∗ | Asterisk (Lowast) |
√ | √ | √ | Square root |
∝ | ∝ | ∝ | Proportional to |
∞ | ∞ | ∞ | Infinity |
∠ | ∠ | ∠ | Angle |
∧ | ∧ | ∧ | And |
∨ | ∨ | ∨ | Or |
∩ | ∩ | ∩ | Cap |
∪ | ∪ | ∪ | Cup |
∫ | ∫ | ∫ | Integral |
∴ | ∴ | ∴ | Therefore |
∼ | ∼ | ∼ | Similar to |
≅ | ≅ | ≅ | Congurent to |
≈ | ≈ | ≈ | Almost equal |
≠ | ≠ | ≠ | Not equal |
≡ | ≡ | ≡ | Equivalent |
≤ | ≤ | ≤ | Less or equal |
≥ | ≥ | ≥ | Greater or equal |
⊂ | ⊂ | ⊂ | Subset of |
⊃ | ⊃ | ⊃ | Superset of |
⊄ | ⊄ | ⊄ | Not subset of |
⊆ | ⊆ | ⊆ | Subset or equal |
⊇ | ⊇ | ⊇ | Superset or equal |
⊕ | ⊕ | ⊕ | Circled plus |
⊗ | ⊗ | ⊗ | Circled times |
⊥ | ⊥ | ⊥ | Perpendicular |
⋅ | ⋅ | ⋅ | Dot operator |
Greek Letters
Full list of all supported greek letters in HTML.
Letter | Entity Name | Entity Number | Description |
---|---|---|---|
Α | Α | Α | Alpha |
Β | Β | Β | Beta |
Γ | Γ | Γ | Gamma |
Δ | Δ | Δ | Delta |
Ε | Ε | Ε | Epsilon |
Ζ | Ζ | Ζ | Zeta |
Η | Η | Η | Eta |
Θ | Θ | Θ | Theta |
Ι | Ι | Ι | Iota |
Κ | Κ | Κ | Kappa |
Λ | Λ | Λ | Lambda |
Μ | Μ | Μ | Mu |
Ν | Ν | Ν | Nu |
Ξ | Ξ | Ξ | Xi |
Ο | Ο | Ο | Omicron |
Π | Π | Π | Pi |
Ρ | Ρ | Ρ | Rho |
Σ | Σ | Σ | Sigma |
Τ | Τ | Τ | Tau |
Υ | Υ | Υ | Upsilon |
Φ | Φ | Φ | Phi |
Χ | Χ | Χ | Chi |
Ψ | Ψ | Ψ | Psi |
Ω | Ω | Ω | Omega |
α | α | α | alpha |
β | β | β | beta |
γ | γ | γ | gamma |
δ | δ | δ | delta |
ε | ε | ε | epsilon |
ζ | ζ | ζ | zeta |
η | η | η | eta |
θ | θ | θ | theta |
ι | ι | ι | iota |
κ | κ | κ | kappa |
λ | λ | λ | lambda |
μ | μ | μ | mu |
ν | ν | ν | nu |
ξ | ξ | ξ | xi |
ο | ο | ο | omicron |
π | π | π | pi |
ρ | ρ | ρ | rho |
ς | ς | ς | sigmaf |
σ | σ | σ | sigma |
τ | τ | τ | tau |
υ | υ | υ | upsilon |
φ | φ | φ | phi |
χ | χ | χ | chi |
ψ | ψ | ψ | psi |
ω | ω | ω | omega |
ϑ | ϑ | ϑ | Theta symbol |
ϒ | ϒ | ϒ | Upsilon symbol |
ϖ | ϖ | ϖ | Pi symbol |
Miscellaneous HTML entities
List of miscellaneous HTML entities.
Symbol | Entity Name | Entity Number | Description |
---|---|---|---|
Œ | Œ | Œ | Uppercase ligature OE |
œ | œ | œ | Lowercase ligature OE |
Š | Š | Š | Uppercase S with caron |
š | š | š | Lowercase S with caron |
Ÿ | Ÿ | Ÿ | Capital Y with diaeres |
ƒ | ƒ | ƒ | Lowercase with hook |
ˆ | ˆ | ˆ | Circumflex accent |
˜ | ˜ | ˜ | Tilde |
En space | |||
Em space | |||
Thin space | |||
| | | Zero width non-joiner |
| | | Zero width joiner |
| | | Left-to-right mark |
| | | Right-to-left mark |
– | – | – | En dash |
— | — | — | Em dash |
‘ | ‘ | ‘ | Left single quotation mark |
’ | ’ | ’ | Right single quotation mark |
‚ | ‚ | ‚ | Single low-9 quotation mark |
“ | “ | “ | Left double quotation mark |
” | ” | ” | Right double quotation mark |
„ | „ | „ | Double low-9 quotation mark |
† | † | † | Dagger |
‡ | ‡ | ‡ | Double dagger |
• | • | • | Bullet |
… | … | … | Horizontal ellipsis |
‰ | ‰ | ‰ | Per mille |
′ | ′ | ′ | Minutes (Degrees) |
″ | ″ | ″ | Seconds (Degrees) |
‹ | ‹ | ‹ | Single left angle quotation |
› | › | › | Single right angle quotation |
‾ | ‾ | ‾ | Overline |
€ | € | € | Euro |
™ | ™ | ™ | Trademark |
← | ← | ← | Left arrow |
↑ | ↑ | ↑ | Up arrow |
→ | → | → | Right arrow |
↓ | ↓ | ↓ | Down arrow |
↔ | ↔ | ↔ | Left right arrow |
↵ | ↵ | ↵ | Carriage return arrow |
⌈ | ⌈ | ⌈ | Left ceiling |
⌉ | ⌉ | ⌉ | Right ceiling |
⌊ | ⌊ | ⌊ | Left floor |
⌋ | ⌋ | ⌋ | Right floor |
◊ | ◊ | ◊ | Lozenge |
♠ | ♠ | ♠ | Spade |
♣ | ♣ | ♣ | Club |
♥ | ♥ | ♥ | Heart |
♦ | ♦ | ♦ | Diamond |
© FreeFormatter.com — FREEFORMATTER is a d/b/a of 10174785 Canada Inc. — Copyright Notice — Privacy Statement — Terms of Use — Contact
Unicode characters table
Unicode character symbols table with escape sequences & HTML codes.
Mouse click on character to get code:
Special codes
Unicode | Escape sequence | HTML numeric code | HTML named code | Description |
---|---|---|---|---|
U+0009 | \u0009 | horizontal tab | ||
U+000A | \u000A | line feed | ||
U+000D | \u000D | carriage return / enter | ||
U+00A0 | \u00A0 | non-breaking space |
Symbols codes
Char | Unicode | Escape sequence | HTML numeric code | HTML named code | Description |
---|---|---|---|---|---|
& | U+0026 | \u0026 | & | & | ampersand |
• | U+2022 | \u2022 | • | • | bullet |
◦ | U+25E6 | \u25E6 | ◦ | white bullet | |
∙ | U+2219 | \u2219 | ∙ | bullet operator | |
‣ | U+2023 | \u2023 | ‣ | triangular bullet | |
⁃ | U+2043 | \u2043 | ⁃ | hyphen bullet | |
° | U+00B0 | \u00B0 | ° | ° | degree |
∞ | U+221E | \u221E | ∞ | ∞ | infinity |
Currency codes
Char | Unicode | Escape sequence | HTML numeric code | HTML named code | Description |
---|---|---|---|---|---|
$ | U+0024 | \u0024 | $ | dollar | |
€ | U+20AC | \u20AC | € | € | euro |
£ | U+00A3 | \u00A3 | £ | £ | pound |
¥ | U+00A5 | \u00A5 | ¥ | ¥ | yen / yuan |
¢ | U+00A2 | \u00A2 | ¢ | ¢ | cent |
₹ | U+20B9 | \u20B9 | ₹ | indian Rupee | |
₨ | U+20A8 | \u20A8 | ₨ | rupee | |
₱ | U+20B1 | \u20B1 | ₱ | peso | |
₩ | U+20A9 | \u20A9 | ₩ | korean won | |
฿ | U+0E3F | \u0E3F | ฿ | thai baht | |
₫ | U+20AB | \u20AB | ₫ | dong | |
₪ | U+20AA | \u20AA | ₪ | shekel |
Intellectual property codes
Char | Unicode | Escape sequence | HTML numeric code | HTML named code | Description |
---|---|---|---|---|---|
© | U+00A9 | \u00A9 | © | © | copyright |
® | U+00AE | \u00AE | ® | ® | registered trademark |
℗ | U+2117 | \u2117 | ℗ | sound recording copyright | |
™ | U+2122 | \u2122 | ™ | ™ | trademark |
℠ | U+2120 | \u2120 | ℠ | service mark |
Greek alphabet codes
Char | Unicode | Escape sequence | HTML numeric code | HTML named code | Description |
---|---|---|---|---|---|
α | U+03B1 | \u03B1 | α | α | small alpha |
β | U+03B2 | \u03B2 | β | β | small beta |
γ | U+03B3 | \u03B3 | γ | γ | small gamma |
δ | U+03B4 | \u03B4 | δ | δ | small delta |
ε | U+03B5 | \u03B5 | ε | ε | small epsilon |
ζ | U+03B6 | \u03B6 | ζ | ζ | small zeta |
η | U+03B7 | \u03B7 | η | η | small eta |
θ | U+03B8 | \u03B8 | θ | θ | small theta |
ι | U+03B9 | \u03B9 | ι | ι | small iota |
κ | U+03BA | \u03BA | κ | κ | small kappa |
λ | U+03BB | \u03BB | λ | λ | small lambda |
μ | U+03BC | \u03BC | μ | μ | small mu |
ν | U+03BD | \u03BD | ν | ν | small nu |
ξ | U+03BE | \u03BE | ξ | ξ | small xi |
ο | U+03BF | \u03BF | ο | ο | small omicron |
π | U+03C0 | \u03C0 | π | π | small pi |
ρ | U+03C1 | \u03C1 | ρ | ρ | small rho |
σ | U+03C3 | \u03C3 | σ | σ | small sigma |
τ | U+03C4 | \u03C4 | τ | τ | small tau |
υ | U+03C5 | \u03C5 | υ | υ | small upsilon |
φ | U+03C6 | \u03C6 | φ | φ | small phi |
χ | U+03C7 | \u03C7 | χ | χ | small chi |
ψ | U+03C8 | \u03C8 | ψ | ψ | small psi |
ω | U+03C9 | \u03C9 | ω | ω | small omega |
Α | U+0391 | \u0391 | Α | Α | capital alpha |
Β | U+0392 | \u0392 | Β | Β | capital beta |
Γ | U+0393 | \u0393 | Γ | Γ | capital gamma |
Δ | U+0394 | \u0394 | Δ | Δ | capital delta |
Ε | U+0395 | \u0395 | Ε | Ε | capital epsilon |
Ζ | U+0396 | \u0396 | Ζ | Ζ | capital zeta |
Η | U+0397 | \u0397 | Η | Η | capital eta |
Θ | U+0398 | \u0398 | Θ | Θ | capital theta |
Ι | U+0399 | \u0399 | Ι | Ι | capital iota |
Κ | U+039A | \u039A | Κ | Κ | capital kappa |
Λ | U+039B | \u039B | Λ | Λ | capital lambda |
Μ | U+039C | \u039C | Μ | Μ | capital mu |
Ν | U+039D | \u039D | Ν | Ν | capital nu |
Ξ | U+039E | \u039E | Ξ | Ξ | capital xi |
Ο | U+039F | \u039F | Ο | Ο | capital omicron |
Π | U+03A0 | \u03A0 | Π | Π | capital pi |
Ρ | U+03A1 | \u03A1 | Ρ | Ρ | capital rho |
Σ | U+03A3 | \u03A3 | Σ | Σ | capital sigma |
Τ | U+03A4 | \u03A4 | Τ | Τ | capital tau |
Υ | U+03A5 | \u03A5 | Υ | Υ | capital upsilon |
Φ | U+03A6 | \u03A6 | Φ | Φ | capital phi |
Χ | U+03A7 | \u03A7 | Χ | Χ | capital chi |
Ψ | U+03A8 | \u03A8 | Ψ | Ψ | capital psi |
Ω | U+03A9 | \u03A9 | Ω | Ω | capital omega |