font-emphasize Description:
The font-emphasize property is a shorthand property for setting the style and position of the font emphasis decoration.
font-emphasize in CSS Versions:
font-emphasize Syntax:
font-emphasize: <font-emphasisze-style> || <font-emphasize-position> | initial | inherit
font-emphasize Initial Value:
see individual properties
font-emphasize Applies To:
All elements and generated content.
font-emphasize Inheritance:
This property is inherited.
font-emphasize Browser Support:
None
font-emphasize Example:
<span style="font-emphasize: accent after;">応</span>
Please note that I don't speak or read Japanese, so this example is hypothetical.
font-emphasize Special Notes:
- Always remember to set the language code in your documents, so that browsers can correctly interpret the ruby codes.

