Diamond Operator
Name Diamond Operator
Unicode U+22C4
CSS Code \22C4
HTML Entity ⋄
HTML Code ⋄
html
<div>&#8900;</div>
css
div::before {
  content: "\22C4";
}