HTML Entity/Symbol€(EURO SIGN )

Copy this symbol

EURO SIGN

Click on any of the following code values to copy to clipboard.

€
€
U+020AC
\20ac
€

HTML Examples

Using HTML Code value in HTML file

<span> &#8364; </span>

Using HTML Entity value in HTML file

<span> &euro; </span>

CSS Example

Using CSS content code of the HTML entity &euro; to specify in a CSS file

span { 
    content: "\20ac";
}
All HTML Symbols