Approximately Equal to or the Image Of

UNICODE

U+02252

HEX CODE

≒

HTML CODE

≒

HTML ENTITY

≒

CSS CODE

\2252
// html example
<span>&#8786;</span>

// css example
span {
  content: "\2252";
}