HTML Symbols
HTML symbols are special characters you can use to display arrows, math signs, currency symbols, and other signs that are not easily typed on a keyboard.
1. Arrows
| Symbol | HTML Entity |
|---|---|
| → | → |
| ← | ← |
| ↑ | ↑ |
| ↓ | ↓ |
2. Math Symbols
| Symbol | HTML Entity |
|---|---|
| ± | ± |
| × | × |
| ÷ | ÷ |
| ≈ | ≈ |
3. Currency Symbols
| Symbol | HTML Entity |
|---|---|
| € | € |
| £ | £ |
| ¥ | ¥ |
| $ | $ |
4. Miscellaneous Symbols
| Symbol | HTML Entity |
|---|---|
| © | © |
| ® | ® |
| ™ | ™ |
| ♥ | ♥ |
5. Example in Paragraph
Use → for → arrow, © 2025 ASWCode, and € for €.
Next Lesson → Using Emojis in HTML
Previous Lesson → HTML Entities