keecode logokeecode
Home / HTML Entities / Section
§

Section

Section sign

Miscellaneous

HTML Codes

Named Entity

§

Numeric Code

§

Usage Examples

HTML Example (Named Entity)

<p>This is the Section: &sect;</p>

Output: This is the Section: §

HTML Example (Numeric Code)

<p>This is the Section: &#167;</p>

Output: This is the Section: §

JavaScript Example

const char = "&sect;";
console.log(char); // §