hyphenate-character property

Tutorials

Definition and Usage

This property specifies a string that is shown when a hyphenate-break occurs. The ‘auto’ value means that the user agent should find an appropriate value.

Name: hyphenate-character
Value: auto | <string>
Initial: auto
Applies to: all elements
Inherited: yes
Percentages: N/A
Media: visual
Computed value: specified value

Syntax

hyphenate-character: auto | <string> ;

Examples

1 article { hyphenate-character: "\2010" }

Rate article