Not Identical To
Name Not Identical To
Unicode U+2262
CSS Code \2262
HTML Entity ≢
HTML Code ≢
html
<div>&#8802;</div>
css
div::before {
  content: "\2262";
}