Infinity
Name Infinity
Unicode U+221E
CSS Code \221E
HTML Entity ∞
HTML Code ∞
html
<div>&#8734;</div>
css
div::before {
  content: "\221E";
}