Entities
Entities are sequences of text begining with the ampersand (&) and ending with a semi-colon (;). They are mostly used for characters that exceed the tilde (~), with an exception of the ampersand, as the browser might mistake it for the beginning of an entity (thus resulting in a rendering error). The reason that the tilde is the cut off point is that the characters afterwards are unable to be typed on the most basic US/QWERTY layout. You can also use &#x----;, replacing the ---- for the hexadecimal code for a leter (i.e. T = T), or &#---;, replacing the --- for the decimal code for a number (i.e. È = È).
In the following table, the most common of the 128 characters following the tilde are displayed.
| Unicode Hex Number | Unicode Name | Printed Character | Entitiy Code |
|---|---|---|---|
| 00a0 | Non-Breaking Space | | |
| 00a1 | Inverted Exclation | ¡ | &iexcel; |
| 00a2 | Cents | ¢ | ¢ |
| 00a3 | Pounds Sterling | £ | £ |
| 00a5 | Yen | ¥ | ¥ |
| 00a9 | Copyright | © | © |
| 00ae | Registered Trademark | ® | ® |
| 2122 | Trademark |
™ | ™ |
| 00b1 | Plus-Minus | ± | ± |
| 00b2 | Squared | ² | ² |
| 00b3 | Cubed | ³ | ³ |
| 00b5 | Micro Sign | µ | µ |
| 00bc | One Quarter | ¼ | ¼ |
| 00bd | One Half | ½ | ½ |
| 00be | Three Quarters | ¾ | ¾ |
| 00bf | Inverted Question Mark | ¿ | ¿ |
| 00d7 | Multiplication Operator | × | × |
| 00f7 | Division Operator | ÷ | ÷ |
| 00c0 00e0 | A with Grave Accent | À à | À à |
| 00c1 00e1 | A with Acute Accent | Á á | Á á |
| 00c2 00e2 | A with Circumflex | Â â | Â â |
| 00c3 00e3 | A with Tilde | Ã ã | Ã ã |
| 00c4 00e4 | A with Umlaut/Diaeresis | Ä ä | Ä ä |
| 00c5 00e5 | A with Ring | Å å | Å å |
| 00c6 00e6 | Latin AE Ligature | Æ æ | Æ æ |
| 00c7 00e7 | C with Cedilla | Ç ç | Ç ç |
| 00c8 00e8 | E with Grave Accent | È è | È è |
| 00c9 00e9 | E with Acute Accent | É é | É é |
| 00ca 00ea | E with Circumflex | Ê ê | Ê ê |
| 00cb 00eb | E with Umlaut/Diaeresis | Ë ë | Ë ë |
| 00cc 00ec | I with Grave Accent | Ì ì | Ì ì |
| 00cd 00ed | I with Acute Accent | Í í | Í í |
| 00ce 00ee | I with Circumflex | Î î | Î î |
| 00cf 00ef | I with Umlaut/Diaeresis | Ï ï | Ï ï |
| 00d1 00f1 | N with Tilde | Ñ ñ | Ñ ñ |
| 00d2 00f2 | O with Grave Accent | Ò ò | Ò ò |
| 00d3 00f3 | O with Acute Accent | Ó ó | Ó ó |
| 00d4 00f4 | O with Circumflex | Ô ô | Ô ô |
| 00d5 00f5 | O with Tilde | Õ õ | Õ õ |
| 00d6 00f6 | O with Umlaut/Diaeresis | Ö ö | Ö ö |
| 0152 0153 | Latin OE Ligature | Œ œ | Œ œ |
| 00d8 00f8 | O with Stroke | Ø ø | Ø ø |
| 00d9 00f9 | U with Grave Accent | Ù ù | Ù ù |
| 00da 00fa | U with Acute Accent | Ú ú | Ú ú |
| 00db 00fb | U with Circumflex | Û û | Û û |
| 00dc 00fc | U with Umlaut/Diaeresis | Ü ü | Ü ü |
| 00dd 00fd | Y with Acute Accent | Ý ý | Ý ý |
| 0178 00ff | Y with Umlaut/Diaeresis | Ÿ ÿ | Ÿ ÿ |
| 00df | German Letter Eszet | ß | ß |
Home
