CSS hyphenate-character Property Reference

The CSS hyphenate-character property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

CSS hyphenate-character Property Reference

The CSS hyphenate-character property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

hyphenate-character overview

The CSS hyphenate-character property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

hyphenate-character formal syntax
FieldValue
Formal syntaxauto | <string>
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Text
StatusStandard

Practical examples

These declarations demonstrate valid ways to set hyphenate-character. The initial and inherit global keywords remain available even when a property-specific value is preferable.

hyphenate-character live example
CSS .reset-example { hyphenate-character: initial; } .inherit-example { hyphenate-character: inherit; } @supports (hyphenate-character: initial) { .supported { hyphenate-character: initial; } }

Description

The CSS hyphenate-character property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: hyphenate-character
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies