CSS font-variant-east-asian Property
Description
The font-variant-east-asian CSS property controls how user agents present East Asian text by selecting appropriate glyph variants and typographic behaviors for characters in CJK (Chinese, Japanese, Korean) and related scripts. It governs aspects such as whether punctuation and symbols are rendered in their fullwidth or halfwidth forms, how ideographs are spaced and aligned, and which alternate glyph shapes (for example, simplified vs. traditional forms or different regional variants) are preferred when the chosen font provides such options. The property is meant to express typographic intent for East Asian typography rather than to pick a specific font glyph directly.
This property is a high-level toggle that the browser maps to specific font features and OpenType tables supported by the selected font(s). For finer-grained, low-level control of individual OpenType features you can use font-feature-settings, but relying on font-variant-east-asian allows authors to request culturally appropriate defaults without enumerating vendor-specific feature tags. Because support for particular alternates and layout behaviors depends on the font, it’s important to pair this property with a suitable typeface; choose fonts via the font-family stack that include comprehensive East Asian OpenType features if you need predictable results.
Changes to font-variant-east-asian can affect text metrics and line layout: enabling different glyph shapes or widths can change line breaks, justification, and vertical text flow, and it may affect spacing around punctuation and emphasis marks. For broader typographic control that groups East Asian behavior with other variant categories you can consider coordinating it with font-variant settings so the rendering reflects both regional shaping preferences and other variant needs (like numeric or positional variants). In practice, use this property when you want consistent, culturally aware rendering of CJK text while letting the font and user agent pick the exact feature implementations.
Definition
- Initial value
- normal
- Applies to
- All elements
- Inherited
- Yes
- Computed value
- As specified
- Animatable
- No
- JavaScript syntax
- object.style.fontVariantEastAsian
Interactive Demo
JIS78とJIS83以降では、檜と桧、籠と篭など、一部の文字の入れ替えが行われている。また、「唖然」や「躯体」などの書体が変更されている。
Syntax
font-variant-east-asian: normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]
Values
- normal
- <east-asian-variant-values> = [ jis78 | jis83 | jis90 | jis04 | simplified | traditional ]
- <east-asian-width-values> = [ full-width | proportional-width ]
- ruby
Example
Browser Support
The following information will show you the current browser support for the CSS font-variant-east-asian property. Hover over a browser icon to see the version that first introduced support for this CSS property.
This property is supported by all modern browsers.
Desktop
Tablets & Mobile
Last updated by CSSPortal on: 1st January 2026
