‰
Character Tabulation with Justification
Name Character Tabulation with Justification
Unicode U+0089
CSS Code \0089
HTML Entity ‰
HTML Code ‰
html
<div>&#137;</div>
css
div::before {
  content: "\0089";
}