HTML Entities Cheatsheet

Named & numeric character references

Reference
Contents
📝

Common Entities

Entity      Char  Description
&       &     Ampersand
&lt;        <     Less than
&gt;        >     Greater than
&quot;      "     Double quote
&apos;      '     Apostrophe
&nbsp;            Non-breaking space
&copy;      ©     Copyright
&reg;       ®     Registered
&trade;     ™     Trademark
&hellip;    …     Ellipsis
&mdash;     —     Em dash
&ndash;     –     En dash
&laquo;     «     Left guillemet
&raquo;     »     Right guillemet
🔢

Math & Logic Entities

Entity        Char  Description
&plus;        +     Plus
&minus;       −     Minus
&times;       ×     Multiplication
&divide;      ÷     Division
&equals;      =     Equals
&ne;          ≠     Not equal
&lt;          <     Less than
&gt;          >     Greater than
&le;          ≤     Less or equal
&ge;          ≥     Greater or equal
&sum;         ∑     Summation
&prod;        ∏     Product
&radic;       √     Square root
&infin;       ∞     Infinity
&int;         ∫     Integral
&part;        ∂     Partial
&empty;       ∅     Empty set
&isin;        ∈     Element of
&notin;       ∉     Not element of
&sub;         ⊂     Subset
➡️

Arrow Entities

Entity        Char  Description
&larr;        ←     Left arrow
&uarr;        ↑     Up arrow
&rarr;        →     Right arrow
&darr;        ↓     Down arrow
&harr;        ↔     Left-right
&lArr;        ⇐     Double left
&rArr;        ⇒     Double right
&hArr;        ⇔     Double left-right
&crarr;       ↵     Carriage return
💰

Currency Entities

Entity        Char  Description
&dollar;      $     Dollar
&cent;        ¢     Cent
&pound;       £     Pound
&yen;         ¥     Yen / Yuan
&euro;        €     Euro
&curren;      ¤     General currency
₹         ₹     Rupee (₹)
₾         ₾     Lari
₱         ₱     Peso
✏️

Punctuation Entities

Entity        Char  Description
&lsquo;       '    Left single quote
&rsquo;       '    Right single quote
&ldquo;       "    Left double quote
&rdquo;       "    Right double quote
&bull;        •     Bullet
&middot;      ·     Middle dot
&sect;        §     Section
&para;        ¶     Paragraph
&dagger;      †     Dagger
&Dagger;      ‡     Double dagger
&permil;      ‰     Per mille
&deg;         °     Degree
&micro;       µ     Micro
🏛️

Greek Letter Entities

Uppercase         Lowercase
&Alpha;   Α      &alpha;   α
&Beta;    Β      &beta;    β
&Gamma;   Γ      &gamma;   γ
&Delta;   Δ      &delta;   δ
&Epsilon; Ε      &epsilon; ε
&Theta;   Θ      &theta;   θ
&Lambda;  Λ      &lambda;  λ
&Pi;      Π      &pi;      π
&Sigma;   Σ      &sigma;   σ
&Omega;   Ω      &omega;   ω
&Phi;     Φ      &phi;     φ
🔧

Numeric Format

# Decimal: &#DDD;  Hex: &#xHHHH;

&#169;      ©     Decimal
&#xA9;      ©     Hex
&#8364;     €     Euro decimal
&#x20AC;    €     Euro hex
&#10003;    ✓     Check mark
&#10007;    ✗     Ballot X
&#9733;     ★     Black star
&#9829;     ♥     Heart

# Unicode emoji (hex)
&#x1F600;   😀    Grinning
&#x1F680;   🚀    Rocket
&#x2705;    ✅    Check