Geometrically Equal To
Name Geometrically Equal To
Unicode U+2251
CSS Code \2251
HTML Entity ≑
HTML Code ≑
html
<div>&#8785;</div>
css
div::before {
  content: "\2251";
}