§
Section Sign
Name Section Sign
Unicode U+00A7
CSS Code \00A7
HTML Entity §
HTML Code §
html
<div>&#167;</div>
css
div::before {
  content: "\00A7";
}