Inverted Lazy S
Name Inverted Lazy S
Unicode U+223E
CSS Code \223E
HTML Entity ∾
HTML Code ∾
html
<div>&#8766;</div>
css
div::before {
  content: "\223E";
}