Easy Tutorial
❮ Ref Utf Latin1 Supplement Ref Utf Dingbats ❯

HTML Symbols


HTML Symbol Entities

HTML symbols are not present on standard keyboards, such as mathematical operators, arrow symbols, technical symbols, and shapes.

To add these symbols to an HTML page, you can use HTML entity names.

If no entity name exists, you can use entity numbers.

If a character does not have an entity name, you can use a decimal (or hexadecimal) reference.

| | If you use an HTML entity name or a hexadecimal number, the character will always display correctly. <br>This is independent of the character set used on your page! | | --- | --- |

Example

Result as follows:


HTML Supported Mathematical Symbols

Character Number Entity Description
For all
Partial differential
There exists
Empty set
Nabla
Element of
Not an element of
Contains as member
N-ary product
N-ary summation

Complete Math Reference Manual


HTML Supported Greek Letters

Character Number Entity Description
Α Α Α Alpha
Β Β Β Beta
Γ Γ Γ Gamma
Δ Δ Δ Delta
Ε Ε Ε Epsilon
Ζ Ζ Ζ Zeta

Complete Greek Reference Manual


HTML Supported Other Entities

Character Number Entity Description
© © © Copyright sign
® ® ® Registered trademark sign
Euro sign
Trademark sign
Leftwards arrow
Upwards arrow
Rightwards arrow
Downwards arrow
Black spade suit
Black club suit
Black heart suit
Black diamond suit

Complete Currency Reference Manual

Complete Arrows Reference Manual

Complete Symbols Reference Manual

❮ Ref Utf Latin1 Supplement Ref Utf Dingbats ❯