CSS Text Decoration Skip Generator
Control how text decorations interact with descenders, inline objects, and spacing
Presets
Configuration
Browser decides when to skip (default)
Don't skip anything
Live Preview
Typography with descenders: glyph, jump, quickly, enjoy
Skip Ink Comparison
nonegjpqy
autogjpqy
allgjpqy
Descender Characters
These characters have descenders that may intersect with underlines:
g j p q y
Generated CSS
.decorated-text {
text-decoration: underline solid #3b82f6;
text-decoration-thickness: 2px;
text-decoration-skip-ink: auto;
}