Element of with Long Horizontal Stroke
Name Element of with Long Horizontal Stroke
Unicode U+22F2
CSS Code \22F2
HTML Entity ⋲
HTML Code ⋲
html
<div>&#8946;</div>
css
div::before {
  content: "\22F2";
}