Euro Sign
Name Euro Sign
Unicode U+20AC
CSS Code \20AC
HTML Entity €
HTML Code €
html
<div>&#8364;</div>
css
div::before {
  content: "\20AC";
}