Currency
€
Euro Sign (€)
The official currency symbol for the Eurozone (€). Standardized in Unicode at U+20AC.
One-Click Copyable Code Formats
HTML Named Entity
€HTML Decimal Code
€HTML Hex Code
€CSS content (\XXXX)
\20ACJavaScript Unicode (\uXXXX)
\u20ACURL Percent Encoded
%E2%82%ACReal-World Implementation Snippets
HTML5 Document
<p>Example: €</p>CSS ::before / ::after
.badge::before {
content: '\20AC ';
}React JSX / TypeScript
<span>{"\u20AC"}</span>Frequently Asked Questions
Euro Sign (€) HTML Entity FAQ
Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.
The standard HTML named entity is "€". If using numeric codes, you can use the decimal code "€" or hex code "€".