Parallel To
Name Parallel To
Unicode U+2225
CSS Code \2225
HTML Entity ∥
HTML Code ∥
html
<div>&#8741;</div>
css
div::before {
  content: "\2225";
}