Intercalate
Name Intercalate
Unicode U+22BA
CSS Code \22BA
HTML Entity ⊺
HTML Code ⊺
html
<div>&#8890;</div>
css
div::before {
  content: "\22BA";
}