Light Vertical Bar
Name Light Vertical Bar
Unicode U+2758
CSS Code \2758
HTML Entity ❘
HTML Code ❘
html
<div>&#10072;</div>
css
div::before {
  content: "\2758";
}