Pilcrow Sign
Name Pilcrow Sign
Unicode U+00B6
CSS Code \00B6
HTML Entity ¶
HTML Code ¶
html
<div>&#182;</div>
css
div::before {
  content: "\00B6";
}