Loading…

How to use HTML Entities Ref

Search by symbol, name or code to find any HTML entity, then copy its named form (like ©) or numeric form (©) with a preview of the rendered character.

Frequently asked questions

When do I need HTML entities?

To display reserved characters like <, > and & literally, or to insert symbols that may not exist on the keyboard, such as © or →.

Named or numeric entity — which is better?

Named entities like &copy; are readable; numeric entities like &#169; work everywhere including XML where few names are predefined.

Do I have to escape every character?

No — only reserved characters (<, >, &, and quotes in attributes) must be escaped; others are optional for compatibility.

More Developer Tools

CSS Units Ref
All CSS units with preview.
Git Cheatsheet
Interactive Git command guide.
Linux Commands Ref
Search Linux commands + examples.
Regex Cheatsheet
Regex patterns with live test.
HTTP Headers Ref
Common request/response headers.
Color Names Ref
CSS named colors palette.
Lorem Ipsum Advanced
Words/sentences/paragraphs generator.
Hash Generator Advanced
MD5/SHA1/SHA256/SHA512 side-by-side.
Color Gradient CSS
Linear/radial/conic gradient generator.
Box Shadow Generator
Live CSS box-shadow preview.
Text Shadow Generator
Live CSS text-shadow preview.
Border Radius Generator
Independent corner radius controls.

← View all Developer ToolsBrowse all 1,100+ tools →