Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.
The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.
Break text using the default line break rule.
looseBreak text using the least restrictive line break rule. Typically used for short lines, such as in newspapers.
normalBreak text using the most common line break rule.
strictBreak text using the most stringent line break rule.
anywhereThere is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ character class or mandated by the word-break property. The different wrapping opportunities must not be prioritized. Hyphenation is not applied.
| auto |
| all elements |
| yes |
| as specified |
| discrete |
See whether the text is wrapped before "々", "ぁ" and "。".
| CSS Text Module Level 3 # line-break-property |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 20, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.