CSS Line Break Generator
Control line breaking behavior for CJK text and more
Presets
Target Element
Line Break
Controls how line breaking rules are applied to text
Browser default, language-dependent rules
Additional Properties
Live Preview
This text contains various characters for testing line break behavior.
CJK characters: δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγδΈζζ΅θ―ζζ¬γνκ΅μ΄ ν
μ€νΈμ
λλ€.
Japanese with small kana: γγ‘γ€γ«γγγγ°γ©γ γγ³γ³γγ₯γΌγΏγΌ
URLs and paths: https://example.com/very/long/path/to/resource?query=value
Numbers and punctuation: Tel: 012-3456-7890, Price: $1,234.56
Technical content: function myFunction() { return value; }
Line Break Comparison
auto
δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγ
loose
δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγ
normal
δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγ
strict
δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγ
anywhere
δ»ζ₯γ―θ―γ倩ζ°γ§γγζζ₯γζ΄γγγ§γγγγ
Generated CSS
.text-content {
line-break: auto;
}