What are the HTML 5 compatible character entities? Character entities in HTML5 represent special characters and symbols that have a specific significance in HTML or are difficult to input directly. These entities begin with an ampersand (&) and terminate with a semicolon (;). Here’s a comprehensive overview of some common character entities accessible in HTML5:
Basic Latin:
- & – Ampersand (&)
- < – Less than (<)
- > – Greater than (>)
- " – Double quotation mark (“)
- ' – Apostrophe (‘)
Latin-1 Supplement:
- – Non-breaking space
- ¡ – Inverted exclamation mark (¡)
- ¢ – Cent sign (¢)
- £ – Pound sign (£)
- ¤ – Currency sign (¤)
- ¥ – Yen sign (¥)
- ¦ – Broken bar (¦)
- § – Section sign (§)
- ¨ – Diaeresis (¨)
- © – Copyright sign (©)
- ® – Registered sign (®)
- ° – Degree sign (°)
- ± – Plus-minus sign (±)
- ² – Superscript two (²)
- ³ – Superscript three (³)
- ´ – Acute accent (´)
- µ – Micro sign (µ)
- ¶ – Paragraph sign (¶)
- · – Middle dot (·)
- ¸ – Cedilla (¸)
- ¹ – Superscript one (¹)
- º – Masculine ordinal indicator (º)
- » – Right-pointing double angle quotation mark (»)
- ¼ – Fraction one-quarter (¼)
- ½ – Fraction one-half (½)
- ¾ – Fraction three-quarters (¾)
- ¿ – Inverted question mark (¿)
General Punctuation:
- – – En dash (–)
- — – Em dash (—)
- ‘ – Left single quotation mark (‘)
- ’ – Right single quotation mark (’)
- ‚ – Single low-9 quotation mark (‚)
- “ – Left double quotation mark (“)
- ” – Right double quotation mark (”)
- „ – Double low-9 quotation mark („)
- † – Dagger (†)
- ‡ – Double dagger (‡)
- … – Horizontal ellipsis (…)
- ‰ – Per mille sign (‰)
- ‹ – Single left-pointing angle quotation mark (‹)
- › – Single right-pointing angle quotation mark (›)
Mathematical Operators:
- × – Multiplication sign (×)
- ÷ – Division sign (÷)
- ± – Plus-minus sign (±)
- − – Minus sign (−)
- ± – Plus-or-minus sign (∓)
- √ – Square root (√)
- ∞ – Infinity (∞)
- ∠ – Angle (∠)
- ∝ – Proportional to (∝)
- ≠ – Not equal to (≠)
- ≡ – Identical to (≡)
- ≤ – Less than or equal to (≤)
- ≥ – Greater than or equal to (≥)
- ∴ – Therefore (∴)
- ∀ – For all (∀)
- ∂ – Partial differential (∂)
- ∃ – There exists (∃)
- ∅ – Empty set (∅)
- ∇ – Nabla (∇)
- ∈ – Element of (∈)
- ∉ – Not an element of (∉)
- ∋ – Contains as member (∋)
- ∏ – N-ary product (∏)
- ∑ – N-ary summation (∑)
- − – Minus sign (−)
- ∗ – Asterisk operator (∗)
- √ – Square root (√)
- ∝ – Proportional to (∝)
- ∞ – Infinity (∞)
- ∠ – Angle (∠)
- ∧ – Logical and (∧)
- ∨ – Logical or (∨)
- ∩ – Intersection (∩)
- ∪ – Union (∪)
- ∫ – Integral (∫)
- ∴ – Therefore (∴)
- ∼ – Tilde operator (∼)
- ≅ – Congruent to (≅)
- ≈ – Almost equal to (≈)
- ≠ – Not equal to (≠)
- ≡ – Identical to (≡)
- ≤ – Less than or equal to (≤)
- ≥ – Greater than or equal to (≥)
- ⊂ – Subset of (⊂)
- ⊃ – Superset of (⊃)
- ⊄ – Not a subset of (⊄)
- ⊆ – Subset of or equal to (⊆)
- ⊇ – Superset of or equal to (⊇)
- ⊕ – Circled plus (⊕)
- ⊗ – Circled times (⊗)
- ⊥ – Up tack (⊥)
- ⋅ – Dot operator (⋅)
- ⌈ – Left ceiling (⌈)
- ⌉ – Right ceiling (⌉)
- ⌊ – Left floor (⌊)
- ⌋ – Right floor (⌋)
- ⟨ – Left-pointing angle bracket (⟨)
- ⟩ – Right-pointing angle bracket (⟩)
Miscellaneous Symbols:
- ◊ – Lozenge (◊)
- ♠ – Black spade suit (♠)
- ♣ – Black club suit (♣)
- ♥ – Black heart suit (♥)
- ♦ – Black diamond suit (♦)
This is not a full list; HTML5 has many more character entities. You can express characters with numeric references (e.g., © for ©).
For more examples visit – describing-character-entities-with-immediate-solution