Image of or Approximately Equal To
Name Image of or Approximately Equal To
Unicode U+2253
CSS Code \2253
HTML Entity ≓
HTML Code ≓
html
<div>&#8787;</div>
css
div::before {
  content: "\2253";
}