Cari entitas HTML berdasarkan nama, kode desimal, atau heksadesimal. Klik untuk menyalin untuk referensi pengembangan.
&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
Entitas HTML adalah kode khusus yang digunakan untuk mewakili karakter yang dicadangkan atau khusus dalam HTML. Dimulai dengan & dan diakhiri dengan ; โ misalnya, &amp; untuk & atau &lt; untuk <.
Gunakan entitas HTML untuk karakter yang dicadangkan dalam HTML (< > & "). Untuk simbol lain, Unicode (&#...;) lebih portabel dan didukung baik oleh browser modern.
Entitas bernama seperti &copy; mudah dibaca manusia, tetapi tidak semua karakter memiliki nama. Entitas numerik bekerja untuk semua karakter Unicode โ desimal (©) atau heksadesimal (©).
Gunakan &amp; untuk menampilkan &. Jangan pernah menggunakan & mentah dalam atribut atau konten HTML โ dapat menyebabkan kesalahan penguraian.
| Karakter | Entitas | Deskripsi |
|---|---|---|
| & | 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) |