Right Angle with Arc
Name Right Angle with Arc
Unicode U+22BE
CSS Code \22BE
HTML Entity ⊾
HTML Code ⊾
html
<div>&#8894;</div>
css
div::before {
  content: "\22BE";
}