Estimates
Name Estimates
Unicode U+2259
CSS Code \2259
HTML Entity ≙
HTML Code ≙
html
<div>&#8793;</div>
css
div::before {
  content: "\2259";
}