HTML Entity/Symbol¶(PILCROW SIGN )

Copy this symbol

PILCROW SIGN

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

¶
¶
U+000B6
\00b6
¶

HTML Examples

Using HTML Code value in HTML file

<span> &#182; </span>

Using HTML Entity value in HTML file

<span> &para; </span>

CSS Example

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

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