Exploring HTML Entities and Special Characters
HTML entities and special characters play a vital role in web development, allowing developers to display symbols, punctuation marks, and other characters with special meanings in HTML. In this article, we'll explore 100 examples of HTML entities and special characters, providing clear explanations and demonstrations for each.
Common HTML Entities:
&
: Ampersand (&
)<
: Less-than sign (<
)>
: Greater-than sign (>
)"
: Double quotation mark ("
)'
: Apostrophe ('
)©
: Copyright symbol (©
)®
: Registered trademark symbol (®
)™
: Trademark symbol (™
)
: Non-breaking space×
: Multiplication symbol (×
)÷
: Division symbol (÷
)¢
: Cent symbol (¢
)£
: Pound sterling symbol (£
)¥
: Yen symbol (¥
)€
: Euro symbol (€
)$
: Dollar symbol ($
)»
: Right-pointing double angle quotation mark (»
)«
: Left-pointing double angle quotation mark («
)—
: Em dash (—
)–
: En dash (–
)©
: Copyright symbol (©
)®
: Registered trademark symbol (®
)°
: Degree symbol (°
)¶
: Paragraph symbol (¶
)§
: Section symbol (§
)•
: Bullet point (•
)…
: Horizontal ellipsis (…
)™
: Trademark symbol (™
)†
: Dagger symbol (†
)‡
: Double dagger symbol (‡
)
Accented Characters:
Á
: Capital letter A with acute accent (Á
)á
: Small letter a with acute accent (á
)É
: Capital letter E with acute accent (É
)é
: Small letter e with acute accent (é
)Í
: Capital letter I with acute accent (Í
)í
: Small letter i with acute accent (í
)Ó
: Capital letter O with acute accent (Ó
)ó
: Small letter o with acute accent (ó
)Ú
: Capital letter U with acute accent (Ú
)ú
: Small letter u with acute accent (ú
)À
: Capital letter A with grave accent (À
)à
: Small letter a with grave accent (à
)È
: Capital letter E with grave accent (È
)è
: Small letter e with grave accent (è
)Ì
: Capital letter I with grave accent (Ì
)ì
: Small letter i with grave accent (ì
)Ò
: Capital letter O with grave accent (Ò
)ò
: Small letter o with grave accent (ò
)Ù
: Capital letter U with grave accent (Ù
)ù
: Small letter u with grave accent (ù
)
Greek Letters:
Α
: Capital Alpha (Α
)α
: Small Alpha (α
)Β
: Capital Beta (Β
)β
: Small Beta (β
)Γ
: Capital Gamma (Γ
)γ
: Small Gamma (γ
)Δ
: Capital Delta (Δ
)δ
: Small Delta (δ
)Ε
: Capital Epsilon (Ε
)ε
: Small Epsilon (ε
)Ζ
: Capital Zeta (Ζ
)ζ
: Small Zeta (ζ
)Η
: Capital Eta (Η
)η
: Small Eta (η
)Θ
: Capital Theta (Θ
)θ
: Small Theta (θ
)Ι
: Capital Iota (Ι
)ι
: Small Iota (ι
)Κ
: Capital Kappa (Κ
)κ
: Small Kappa (κ
)Λ
: Capital Lambda (Λ
)λ
: Small Lambda (λ
)Μ
: Capital Mu (Μ
)μ
: Small Mu (μ
)Ν
: Capital Nu (Ν
)ν
: Small Nu (ν
)Ξ
: Capital Xi (Ξ
)ξ
: Small Xi (ξ
)Ο
: Capital Omicron (Ο
)ο
: Small Omicron (ο
)
Miscellaneous Symbols:
✓
: Checkmark symbol (✓
)✗
: Cross symbol (✗
)☆
: Star symbol (★
)∅
: Empty set symbol (∅
)&infinity;
: Infinity symbol (∞
)∇
: Nabla symbol (∇
)π
: Pi symbol (π
)∑
: Summation symbol (∑
)√
: Square root symbol (√
)∈
: Element of symbol (∈
)≤
: Less than or equal to symbol (≤
)≥
: Greater than or equal to symbol (≥
)′
: Prime symbol (′
)&doubleprime;
: Double prime symbol (″
)∴
: Therefore symbol (∴
)∵
: Because symbol (∵
)→
: Right arrow symbol (→
)←
: Left arrow symbol (←
)↑
: Up arrow symbol (↑
)↓
: Down arrow symbol (↓
)
Conclusion:
HTML entities and special characters are essential for displaying symbols, punctuation marks, and other characters with special meanings in HTML documents. By understanding and using these entities effectively, developers can ensure that their web content is correctly rendered and accessible to all users. Experiment with these entities in your HTML code to enhance the visual appeal and functionality of your web pages. Happy coding!
Leave a comment