Online HTML Codes
Reference and copy common HTML character entities. Find entity names and numbers for symbols and special characters.
Common HTML character entities. Copy the entity or numeric code.
| Character | Name | Entity | Numeric | Copy |
|---|---|---|---|---|
| non-breaking space | |   | ||
| < | less than | < | < | |
| > | greater than | > | > | |
| & | ampersand | & | & | |
| " | double quote | " | " | |
| © | copyright | © | © | |
| ® | registered | ® | ® | |
| ™ | trademark | ™ | ™ | |
| € | euro | € | € | |
| ' | apostrophe | ' | ' |
Frequently Asked Questions
- What are HTML entities?
- Character codes like & for & and © for ©. They let you display reserved or special characters in HTML.
- Numeric vs named entities?
- Named (e.g. <) are readable; numeric (e.g. <) work for any Unicode character.
- When to use entities?
- Use for <, >, &, and quotes in text, or for symbols (©, ®, €) when encoding is uncertain.
Related Developer Tools
JSON Formatter
Format, validate, and beautify JSON. Minify or pretty-print with one click.
Base64 Decode
Decode Base64 strings to text. Encode text to Base64.
UUID Generator
Generate random UUIDs (v4) for unique identifiers. Copy with one click.
URL Encoder Decoder
Encode and decode URLs. Convert special characters for safe use in URLs.
Convert Color Hex to RGB
Convert hex color codes to RGB values (R, G, B).
Convert Color RGB to Hex
Convert RGB values (R, G, B) to hex color codes.