N-Ary Logical And
Name N-Ary Logical And
Unicode U+22C0
CSS Code \22C0
HTML Entity ⋀
HTML Code ⋀
html
<div>&#8896;</div>
css
div::before {
  content: "\22C0";
}