text-emphasis-style
Quick Summary for text-emphasis-style
The text-emphasis-style CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the text-emphasis shorthand.
Code Usage for text-emphasis-style

<pre class="brush: css notranslate"><code><span class="token comment">/ Initial value /</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> none<span class="token punctuation">;</span> <span class="token comment">/ No emphasis marks /</span> <span class="token comment">/ &lt;string&gt; values /</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> <span class="token string">'x'</span><span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> <span class="token string">'点'</span><span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> <span class="token string">'\25B2'</span><span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> <span class="token string">''</span><span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> <span class="token string">'foo'</span><span class="token punctuation">;</span> <span class="token comment">/ Should NOT be used. It may be computed to or rendered as 'f' only /</span> <span class="token comment">/ Keyword values /</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> filled<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> open<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> dot<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> circle<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> double-circle<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> triangle<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> filled sesame<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> open sesame<span class="token punctuation">;</span> <span class="token comment">/ Global values */</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> inherit<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> initial<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> revert<span class="token punctuation">;</span> <span class="token property">text-emphasis-style</span><span class="token punctuation">:</span> unset<span class="token punctuation">;</span> </code></pre>

More Details for text-emphasis-style

text-emphasis-style

The text-emphasis-style CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the text-emphasis shorthand.

/* Initial value */ text-emphasis-style: none; /* No emphasis marks */  /* <string> values */ text-emphasis-style: 'x'; text-emphasis-style: '点'; text-emphasis-style: '\25B2'; text-emphasis-style: '*'; text-emphasis-style: 'foo'; /* Should NOT be used. It may be computed to or rendered as 'f' only */  /* Keyword values */ text-emphasis-style: filled; text-emphasis-style: open; text-emphasis-style: dot; text-emphasis-style: circle; text-emphasis-style: double-circle; text-emphasis-style: triangle; text-emphasis-style: filled sesame; text-emphasis-style: open sesame;  /* Global values */ text-emphasis-style: inherit; text-emphasis-style: initial; text-emphasis-style: revert; text-emphasis-style: unset; 

Syntax

Values

none

No emphasis marks.

filled

The shape is filled with solid color. If neither filled nor open is present, this is the default.

open

The shape is hollow.

dot

Display small circles as marks. The filled dot is '•' (U+2022), and the open dot is '◦' (U+25E6).

circle

Display large circles as marks. The filled circle is '●' (U+25CF), and the open circle is '○' (U+25CB).

double-circle

Display double circles as marks. The filled double-circle is '◉' (U+25C9), and the open double-circle is '◎' (U+25CE).

triangle

Display triangles as marks. The filled triangle is '▲' (U+25B2), and the open triangle is '△' (U+25B3).

sesame

Display sesames as marks. The filled sesame is '﹅' (U+FE45), and the open sesame is '﹆' (U+FE46).

<string>

Display the given string as marks. Authors should not specify more than one character in <string>. The UA may truncate or ignore strings consisting of more than one grapheme cluster.

Formal definition

Initial valuenone
Applies toall elements
Inheritedno
Computed valueas specified
Animation typediscrete

Formal syntax

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

Examples

Basic example

h2 {   -webkit-text-emphasis-style: sesame;   text-emphasis-style: sesame; } 

Specifications

Specification
CSS Text Decoration Module Level 3 # text-emphasis-style-property

See also

The related properties text-emphasis-color, text-emphasis. The text-emphasis-position property allowing to define the position of the emphasis marks.

Last modified: Sep 23, 2021, by MDN contributors

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Latest News
## 🚀 AI Giants Hit Bullseye: Anthropic & OpenAI Achieve Product-Market Fit Anthropic and OpenAI have reached a significant milestone, finding product-market fit with their AI technologies, which means their products effectively meet the needs of their customers, driving growth and adoption. This achievement showcases the practical value of their innovations, enabling businesses and individuals to leverage AI for enhanced productivity and efficiency. With this alignment of product and market needs, these companies are poised to transform industries and shape the future of technology.