css.properties

hyphenate-character

The hyphenate-character property specifies the hyphenation character.

Formal Syntax

hyphenate-character = auto | <string>

See specification

JavaScript Access

// Access via element.style element.style.hyphenateCharacter = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
hyphenate-character1069817106
auto6985.179

Related Properties