Web browsers can display certain characters using HTML character codes. The following list displays common characters along with their codes.
Usage: The HTML code "Welcome User©" will display in a web browser as "Welcome User©"
| Blank Space (Non-breaking space) | |
| Copyright (©) | © |
| Registered trademark (®) | ® |
| trademark (™) | ™ |
| Single Quotation Mark (') | ' |
| Double Quotation Mark (") | " |
| Less-than Symbol (<) | < |
| Greater-than Symbol (>) | > |
| Ampersand (&) | & |