N-Ary Logical Or
Name N-Ary Logical Or
Unicode U+22C1
CSS Code \22C1
HTML Entity ⋁
HTML Code ⋁
html
<div>&#8897;</div>
css
div::before {
  content: "\22C1";
}