Small Element of with Overbar
Name Small Element of with Overbar
Unicode U+22F7
CSS Code \22F7
HTML Entity ⋷
HTML Code ⋷
html
<div>&#8951;</div>
css
div::before {
  content: "\22F7";
}