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

SymbolEntity NameEntity Number
∀∀
∂∂
∃∃
∇∇
∈∈

Greek Letters

LetterEntity NameEntity Number
ΑΑΑ
βββ
γγγ
ΔΔΔ
ΣΣΣ

Other Entities Supported by HTML

  • Currency: € (€), ¥ (¥), £ (£)
  • Arrows: ← (←), → (→), ↑ (↑), ↓ (↓)
  • Symbols: ♠ (♠), ♣ (♣), ♥ (♥), ♦ (♦)