HTML Entity Detail

HTML Entity - Euro Sign

Euro Sign is a currency symbols used in financial contexts and pricing. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.

Symbol preview
Unicode

U+20AC

HTML entity

€

CSS code

\20AC

Usage Examples

Use this HTML entity in pricing displays, financial documents, and e-commerce product pages. For example, € for Euro, £ for Pound, ¥ for Yen.

Common Mistakes

⚠️

Mistake: Writing EUR or EU instead of the € symbol in prices

Fix: Use € (€) for the Euro currency symbol. "EUR" is the ISO code, not the display symbol.

⚠️

Mistake: Placing € after the amount instead of before

Fix: In most European countries, the € symbol goes before the amount: €50, not 50€. Check local conventions for your audience.

Euro Sign

Select any code to highlight it before copying.

Category: Currency Symbol
Unicode U+20AC
Hex Code €
HTML Code €
HTML Entity €
CSS Code \20AC
Windows Shortcut Alt 0128
Mac Shortcut ⌥E
HTML code example
CSS code example
Help2Code Logo
Menu