HTML Entity Detail

HTML Entity - Pilcrow / Paragraph Mark

Pilcrow / Paragraph Mark is a punctuation marks and special text formatting characters. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.

Symbol preview
Unicode

U+00B6

HTML entity

¶

CSS code

\00B6

Usage Examples

Use this HTML entity in professional typography for dashes, ellipsis, and special punctuation. For example, — for em-dash, … for ellipsis.

Common Mistakes

⚠️

Mistake: Confusing ¶ (pilcrow) with § (section sign)

Fix: Use ¶ for paragraph references (¶ 3). Use § (§) for section references (§ 5). They reference different document levels.

⚠️

Mistake: Using the pilcrow in body text where it looks out of place

Fix: The pilcrow ¶ is primarily for legal citations and editing markup. Do not use it as a decorative bullet or separator in body text.

Pilcrow / Paragraph Mark

Select any code to highlight it before copying.

Category: Punctuation Marks
Unicode U+00B6
Hex Code ¶
HTML Code ¶
HTML Entity ¶
CSS Code \00B6
Windows Shortcut Alt 0182
Mac Shortcut ⌥3
HTML code example
CSS code example
Last updated: 21 Jun 2026