Left Semidirect Product
Name Left Semidirect Product
Unicode U+22CB
CSS Code \22CB
HTML Entity ⋋
HTML Code ⋋
html
<div>&#8907;</div>
css
div::before {
  content: "\22CB";
}