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