Contains with Overbar
Name Contains with Overbar
Unicode U+22FD
CSS Code \22FD
HTML Entity ⋽
HTML Code ⋽
html
<div>&#8957;</div>
css
div::before {
  content: "\22FD";
}