Xor
Name Xor
Unicode U+22BB
CSS Code \22BB
HTML Entity ⊻
HTML Code ⊻
html
<div>&#8891;</div>
css
div::before {
  content: "\22BB";
}