Approaches the Limit
Name Approaches the Limit
Unicode U+2250
CSS Code \2250
HTML Entity ≐
HTML Code ≐
html
<div>&#8784;</div>
css
div::before {
  content: "\2250";
}