HTML CSS JavaScript SEO Python Posts Privacy About Contact

HTML Symbols

Mathematical, technical, and currency symbols can be displayed using HTML entities.

Many mathematical, technical, and currency symbols, are not present on a normal keyboard. To add such symbols to an HTML page, you can use HTML entity names.

Math Symbols

Examples of math symbols:

  • ∀ (∀) - For all
  • ∂ (∂) - Partial differential
  • &exists; (∃) - There exists
  • ∑ (∑) - Sum
Preview

Currency Symbols

Examples of currency symbols:

  • ¢ (¢) - Cent
  • £ (£) - Pound
  • ¥ (¥) - Yen
  • € (€) - Euro
Preview

Other HTML Symbols

Examples of other symbols:

  • © (©) - Copyright
  • ® (®) - Registered trademark
  • ™ (™) - Trademark
Preview