Home » Tutorials hyphenate-before property Tutorials Author admin Reading 1 min Views 374 Published by December 18, 2013 Modified by September 18, 2024 Contents Definition and UsageSyntaxExamplesDefinition and Usage This property specifies the minimum number of characters in a hyphenated word before the hyphenation character. The ‘auto’ value means that the UA chooses a value that adapts to the current layout. Name: hyphenate-before Value: <integer> | auto Initial: auto Applies to: all elements Inherited: yes Percentages: N/A Media: visual Computed value: specified value Syntax hyphenate-before: <integer> | auto; Examples 1 .class { 2 hyphenate-before: 10; 3 }