Right Ceiling
Name Right Ceiling
Unicode U+2309
CSS Code \2309
HTML Entity ⌉
HTML Code ⌉
html
<div>&#8969;</div>
css
div::before {
  content: "\2309";
}