Recherchez des entités HTML par nom, code décimal ou hexadécimal. Cliquez pour copier pour des références de développement.
&Required — always escape bare & in HTML
<Required — prevents tag confusion
>Good practice in attribute values
"Use inside attribute values
Non-breaking space — prevents line breaks
©Copyright symbol in footers
—Em dash for parenthetical statements
…Ellipsis for truncated text
Les entités HTML sont des codes spéciaux pour représenter des caractères réservés ou spéciaux en HTML. Elles commencent par & et se terminent par ; — par exemple, &amp; pour & ou &lt; pour <.
Utilisez des entités HTML pour les caractères réservés en HTML (< > & "). Pour d'autres symboles, Unicode (&#...;) est plus portable et bien pris en charge par les navigateurs modernes.
Les entités nommées comme &copy; sont lisibles par l'humain, mais tous les caractères n'ont pas de nom. Les entités numériques fonctionnent pour tout caractère Unicode — décimal (©) ou hexadécimal (©).
Utilisez &amp; pour afficher &. N'utilisez jamais un & nu dans les attributs ou le contenu HTML — cela peut provoquer des erreurs d'analyse.
| Caractère | Entité | Description |
|---|---|---|
| & | Ampersand | |
| < | Less-than sign | |
| > | Greater-than sign | |
| " | Quotation mark | |
| ' | Apostrophe | |
| Non-breaking space | ||
| | Soft hyphen | |
| | — | Zero Width Joiner |
| — | Em dash | |
| – | En dash | |
| … | Horizontal ellipsis | |
| « | Left double angle quotation | |
| » | Right double angle quotation | |
| ‘ | Left single quotation mark | |
| ’ | Right single quotation mark | |
| “ | Left double quotation mark | |
| ” | Right double quotation mark | |
| · | Middle dot | |
| • | Bullet | |
| ‣ | — | Triangular bullet |
| © | Copyright sign | |
| ® | Registered sign | |
| ™ | Trade mark sign | |
| ℠ | — | Service mark |
| ° | Degree sign | |
| § | Section sign | |
| ¶ | Pilcrow (paragraph) | |
| † | Dagger | |
| ‡ | Double dagger | |
| ★ | — | Black star |
| ☆ | — | White star |
| ♥ | Black heart suit | |
| ♦ | Black diamond suit | |
| ♠ | Black spade suit | |
| ♣ | Black club suit | |
| ✓ | — | Check mark |
| ✗ | — | Ballot X |
| ∞ | Infinity | |
| ‰ | Per mille sign | |
| + | — | Plus sign |
| − | Minus sign | |
| × | Multiplication sign | |
| ÷ | Division sign | |
| = | — | Equals sign |
| ≠ | Not equal to | |
| ≈ | Almost equal to | |
| ≡ | Identical to | |
| ≤ | Less than or equal to | |
| ≥ | Greater than or equal to | |
| ± | Plus-minus sign | |
| √ | Square root | |
| ∑ | N-ary summation | |
| ∏ | N-ary product | |
| π | Greek small letter pi | |
| ½ | Vulgar fraction one-half | |
| ¼ | Vulgar fraction one-quarter | |
| ¾ | Vulgar fraction three-quarters | |
| ² | Superscript two | |
| ³ | Superscript three | |
| ← | Leftwards arrow | |
| → | Rightwards arrow | |
| ↑ | Upwards arrow | |
| ↓ | Downwards arrow | |
| ↔ | Left right arrow | |
| ↕ | — | Up down arrow |
| ⇐ | Leftwards double arrow | |
| ⇒ | Rightwards double arrow | |
| ⇑ | Upwards double arrow | |
| ⇓ | Downwards double arrow | |
| ⇔ | Left right double arrow | |
| ↩ | — | Leftwards arrow with hook |
| ↪ | — | Rightwards arrow with hook |
| ↺ | — | Anticlockwise open circle arrow |
| ↻ | — | Clockwise open circle arrow |
| $ | — | Dollar sign |
| € | Euro sign | |
| £ | Pound sign | |
| ¥ | Yen sign | |
| ¢ | Cent sign | |
| ₿ | — | Bitcoin sign |
| ₹ | — | Indian rupee sign |
| ₩ | — | Won sign |
| ¤ | Currency sign | |
| À | A with grave | |
| Á | A with acute | |
| Â | A with circumflex | |
| Ã | A with tilde | |
| Ä | A with diaeresis | |
| Å | A with ring above | |
| Æ | AE ligature | |
| Ç | C with cedilla | |
| È | E with grave | |
| É | E with acute | |
| Ñ | N with tilde | |
| Ö | O with diaeresis | |
| Ü | U with diaeresis | |
| ß | Sharp s (eszett) | |
| à | a with grave | |
| á | a with acute | |
| â | a with circumflex | |
| ã | a with tilde | |
| ä | a with diaeresis | |
| å | a with ring above | |
| æ | ae ligature | |
| ç | c with cedilla | |
| è | e with grave | |
| é | e with acute | |
| ñ | n with tilde | |
| ö | o with diaeresis | |
| ü | u with diaeresis | |
| ø | o with stroke (slash) | |
| Ø | O with stroke (slash) |