Left Ceiling
Name Left Ceiling
Unicode U+2308
CSS Code \2308
HTML Entity ⌈
HTML Code ⌈
html
<div>&#8968;</div>
css
div::before {
  content: "\2308";
}