HTML Entity/Symbol§(SECTION SIGN )

§
Copy this symbol

SECTION SIGN

Click on any of the following code values to copy to clipboard.

§
§
U+000A7
\00a7
§

HTML Examples

Using HTML Code value in HTML file

<span> &#167; </span>

Using HTML Entity value in HTML file

<span> &sect; </span>

CSS Example

Using CSS content code of the HTML entity &sect; to specify in a CSS file

span { 
    content: "\00a7";
}
All HTML Symbols