ToolSnippet
๐Ÿ”คDeveloper Cheat Sheet

HTML Named, Decimal & Hex Character Entities Reference

Lookup guide for HTML named entities, currency symbols, mathematical operators, arrows, and punctuation codes with 1-click copy.

1-Click Syntax CopyProduction-Tested StandardsInteractive Tool Companion
โšก

Need to encode or decode HTML strings automatically?

Convert special characters to HTML entities and decode raw entity text.

Launch HTML Entity Encoder & Decoder โ†’

Essential HTML Reserved Characters

Must be escaped in HTML documents to avoid syntax errors.

Syntax / TokenName / TypeDescriptionExample / Notes
<
Less Than (<)&#60; or &#x3C;<
&gt;
Greater Than (>)&#62; or &#x3E;>
&amp;
Ampersand (&)&#38; or &#x26;&
&quot;
Double Quote (")&#34; or &#x22;"
&apos;
Apostrophe / Single Quote (')&#39; or &#x27;'

Symbols, Copyright & Punctuation

Everyday legal, brand, and typographical symbols.

Syntax / TokenName / TypeDescriptionExample / Notes
&copy;
Copyright Symbol (ยฉ)&#169; or &#xA9;ยฉ
&reg;
Registered Trademark (ยฎ)&#174; or &#xAE;ยฎ
&trade;
Trademark (โ„ข)&#8482; or &#x2122;โ„ข
&nbsp;
Non-Breaking Space&#160; or &#xA0; โ€” prevents line break between wordsโ€”
&mdash;
Em Dash (โ€”)&#8212; or &#x2014;โ€”
&ndash;
En Dash (โ€“)&#8211; or &#x2013;โ€“
&bull;
Bullet Point (โ€ข)&#8226; or &#x2022;โ€ข
&hellip;
Horizontal Ellipsis (โ€ฆ)&#8230; or &#x2026;โ€ฆ

Currencies & Math Symbols

Financial currency signs and mathematical symbols.

Syntax / TokenName / TypeDescriptionExample / Notes
&euro;
Euro (โ‚ฌ)&#8364; or &#x20AC;โ‚ฌ
&pound;
Pound Sterling (ยฃ)&#163; or &#xA3;ยฃ
&yen;
Yen / Yuan (ยฅ)&#165; or &#xA5;ยฅ
&times;
Multiplication Sign (ร—)&#215; or &#xD7;ร—
&divide;
Division Sign (รท)&#247; or &#xF7;รท
&plusmn;
Plus-Minus Sign (ยฑ)&#177; or &#xB1;ยฑ
&infin;
Infinity (โˆž)&#8734; or &#x221E;โˆž
&rarr;
Right Arrow (โ†’)&#8594; or &#x2192;โ†’
&larr;
Left Arrow (โ†)&#8592; or &#x2190;โ†

Frequently Asked Questions

Common questions and developer tips regarding html character entities & special symbols reference.

Explore More Cheat Sheets

All Cheat Sheets โ†’