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