Left Floor
Name Left Floor
Unicode U+230A
CSS Code \230A
HTML Entity ⌊
HTML Code ⌊
html
<div>&#8970;</div>
css
div::before {
  content: "\230A";
}