Euro Sign Symbol
The € symbol (Euro Sign) represents the euro currency in text, UI, and documents.
U+20AC
The € Euro Sign is widely used to display prices, balances, and currency amounts. It’s also supported across modern operating systems and fonts. Use the copy options below for easy pasting in web and app content.
Euro Sign Symbol Meaning
The Euro Sign (€) is the standard symbol for the euro currency. In everyday writing and user interfaces, it typically precedes or follows a number to indicate an amount of money, such as “€19.99” or “19,99€” depending on local formatting. You’ll commonly see it in e-commerce checkouts, invoices, bank-related apps, and spreadsheets. Because it has a specific Unicode code point (U+20AC), you can reliably use it in HTML, CSS, and JavaScript without needing image files.
Common uses
- •Displaying product prices and checkout totals in e-commerce
- •Labeling account balances and transaction amounts in banking apps
- •Formatting invoices, receipts, and billing documents
- •Showing currency in spreadsheets and reports
- •Using the euro symbol in UI buttons, forms, and notifications
Examples
€ Euro Sign — Copy, Unicode, HTML & CSS
- €Total due: €125.00
- €Your balance: €2,340.50
- €Shipping fee: €7.99
- €Discount: €10.00
- €Amount: €39,99
Variations
Ready to copy
Technical codes
| Unicode | U+20AC | |
| HTML Entity | € | |
| HTML Code | € | |
| CSS | \20AC |
FAQ
What does the Euro Sign symbol mean?
The Euro Sign (€) is the standard symbol for the euro currency. In everyday writing and user interfaces, it typically precedes or follows a number to indicate an amount of money, such as “€19.99” or “19,99€” depending on local formatting. You’ll commonly see it in e-commerce checkouts, invoices, bank-related apps, and spreadsheets. Because it has a specific Unicode code point (U+20AC), you can reliably use it in HTML, CSS, and JavaScript without needing image files.
What is the Unicode for the € Euro sign?
The Euro sign has Unicode code point U+20AC.
How do I use the € symbol in HTML?
Use the HTML entity €.
How do I use € in CSS?
You can use the CSS escape \\20AC.
How do I include € in JavaScript strings?
Use the JavaScript escape \\u{20AC}.