Right Semidirect Product
Name Right Semidirect Product
Unicode U+22CC
CSS Code \22CC
HTML Entity ⋌
HTML Code ⋌
html
<div>&#8908;</div>
css
div::before {
  content: "\22CC";
}