CSS text-emphasis-style

The text-emphasis-style property in CSS is used to specify the style of the text emphasis mark. This property can be used to add visual emphasis to text, such as adding a colored dot or underline to draw attention to certain words or phrases.

There are several values that can be used with the text-emphasis-style property, including:

Let's see an example of how to use the text-emphasis-style property in CSS:

Result:

This is an example of text with filled emphasis mark.

In the example above, the text has a filled emphasis mark added to it using the text-emphasis-style: filled; property.