Logical And
Name Logical And
Unicode U+2227
CSS Code \2227
HTML Entity ∧
HTML Code ∧
html
<div>&#8743;</div>
css
div::before {
  content: "\2227";
}