CSS Hyphenate-Character Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies a string that is shown when a hyphenate-break occurs.

Syntax

hyphenate-character: [value];

Possible values

  • auto
  • [string]

Initial Value

Auto

Applies To

All elements

Inherited

Yes

Media

Visual

Example

.class {
  hyphenate-character: "\2010"  ;
}


View All CSS Properties