css.properties

text-emphasis-style

The text-emphasis-style property specifies the style of text emphasis marks.

Formal Syntax

none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>

See specification

JavaScript Access

// Access via element.style
element.style.textEmphasisStyle = 'none';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-emphasis-style9946799
circle9946799
dot9946799
double-circle9946799
filled9946799
none9946799
open9946799
sesame9946799
triangle9946799

Related Properties