Per Mille Sign
Name Per Mille Sign
Unicode U+2030
CSS Code \2030
HTML Entity &;
HTML Code ‰
html
<div>&#8240;</div>
css
div::before {
  content: "\2030";
}