Therefore
Name Therefore
Unicode U+2234
CSS Code \2234
HTML Entity ∴
HTML Code ∴
html
<div>&#8756;</div>
css
div::before {
  content: "\2234";
}