Introduction to HTML Symbols
HTML symbols are characters that are not present on a standard keyboard. These include mathematical symbols, Greek letters, international currency symbols, and technical icons.
How to Use Symbols
You can add symbols to your HTML using either their entity name or entity number.
Mathematical Symbols
| Symbol | Entity Name | Entity Number |
|---|---|---|
| ∀ | ∀ | ∀ |
| ∂ | ∂ | ∂ |
| ∃ | ∃ | ∃ |
| ∇ | ∇ | ∇ |
| ∈ | ∈ | ∈ |
Greek Letters
| Letter | Entity Name | Entity Number |
|---|---|---|
| Α | Α | Α |
| β | β | β |
| γ | γ | γ |
| Δ | Δ | Δ |
| Σ | Σ | Σ |
Other Entities Supported by HTML
- Currency: € (
€), ¥ (¥), £ (£) - Arrows: ← (
←), → (→), ↑ (↑), ↓ (↓) - Symbols: ♠ (
♠), ♣ (♣), ♥ (♥), ♦ (♦)