Common HTML entities and URL-encoded characters that you frequently need when developing web applications.
Character | HTML Named | HTML Numeric | URL Encoded | Description |
---|---|---|---|---|
| |   | %C2%A0 | Non-breaking space |
< | < | < | %3C | Less than |
> | > | > | %3E | Greater than |
& | & | & | %26 | Ampersand |
" | " | " | %22 | Double quote |
' | ' | ' | %27 | Single quote |
/ | %2F | Forward slash | ||
? | %3F | Question mark | ||
# | %23 | Hash | ||
= | %3D | Equals | ||
+ | %2B | Plus | ||
: | %3A | Colon | ||
@ | %40 | At sign | ||
| | | | | | %7C | Vertical bar |
¢ | ¢ | ¢ | %C2%A2 | Cent |
£ | £ | £ | %C2%A3 | Pound |
€ | € | € | %E2%82%AC | Euro |
© | © | © | %C2%A9 | Copyright |
® | ® | ® | %C2%AE | Registered trademark |
™ | ™ | ™ | %E2%84%A2 | Trademark |
&
and end with ;
(e.g., &
)&#
and end with ;
(e.g., &
)