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