Per Ten Thousand Sign
Name Per Ten Thousand Sign
Unicode U+2031
CSS Code \2031
HTML Entity ‱
HTML Code ‱
html
<div>&#8241;</div>
css
div::before {
  content: "\2031";
}