Hanging PunctuationHanging Punctuation — illustrated emblem for the Mr. B Quotes glossary, category Punctuation & StyleHPUNCTUATION & STYLE
Punctuation & Style

Hanging Punctuation

Setting opening quotation marks slightly outside the text block so the margin looks straight.

Hanging punctuation, also called optical margin alignment, moves quotation marks, hyphens, and other light characters a little into the margin. The eye reads a margin by the mass of the letters, so a line beginning with a quotation mark looks indented unless the mark hangs.

It is a refinement of fine typography, standard in books set by hand and available today in InDesign's optical margin alignment and on the web through the CSS `hanging-punctuation` property, supported in Safari and increasingly elsewhere.

The effect should be invisible. If readers notice that the quotation marks are outside the block, the offset is too large; typical values are a fraction of the character width, tuned per typeface.

Common mistake: faking it with a negative text indent that also shifts unquoted paragraphs. Apply the adjustment only to lines that actually begin with punctuation, and check the result at real reading sizes.

Example
blockquote { hanging-punctuation: first last; }
CSS Text Level 4 · One declaration; unsupported browsers simply render the default alignment.
Related terms

Keep reading the glossary