Small Contains with Vertical Bar At End of Horizontal Stroke
Name Small Contains with Vertical Bar At End of Horizontal Stroke
Unicode U+22FC
CSS Code \22FC
HTML Entity ⋼
HTML Code ⋼
html
<div>&#8956;</div>
css
div::before {
  content: "\22FC";
}