Ring In Equal To
Name Ring In Equal To
Unicode U+2256
CSS Code \2256
HTML Entity ≖
HTML Code ≖
html
<div>&#8790;</div>
css
div::before {
  content: "\2256";
}