Neither Approximately nor Actually Equal To
Name Neither Approximately nor Actually Equal To
Unicode U+2247
CSS Code \2247
HTML Entity ≇
HTML Code ≇
html
<div>&#8775;</div>
css
div::before {
  content: "\2247";
}