Element of with Vertical Bar At End of Horizontal Stroke
Name Element of with Vertical Bar At End of Horizontal Stroke
Unicode U+22F3
CSS Code \22F3
HTML Entity ⋳
HTML Code ⋳
html
<div>&#8947;</div>
css
div::before {
  content: "\22F3";
}