Approximately Equal To or the Image Of
Name Approximately Equal To or the Image Of
Unicode U+2252
CSS Code \2252
HTML Entity ≒
HTML Code ≒
html
<div>&#8786;</div>
css
div::before {
  content: "\2252";
}