Html Special Characters — Free Html Tutorial
Learn Html Special Characters in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
TL;DR: Learn Html Special Characters in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.
Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated
Html Special Characters in Html
HTML entities display special characters: (space), & (&), < (<), > (>), © (©), € (€).
Use entities for symbols your keyboard cannot produce. Common ones: " ("), ' ('), ° (°).
Numeric entities: © for ©, € for €, £ for £.
Html Special Characters — Syntax
<p>© 2026 MySchool.in</p> <p>5°C temperature</p> <p>Price: £50</p> <p>5 × 3 = 15</p>
Learn Html Special Characters step by step with Syllab's free interactive Html tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Html course →