No Login Data Private Local Save

font-variant-east-asian Demo - Online JIS & Proportional

11
0
0
0

font-variant-east-asian Demo

Explore JIS variant glyphs, proportional-width, and ruby forms for East Asian typography. Real-time preview with comparison grids.

Width Mode
Full-width
Proportional
Ruby Form
font-variant-east-asian: normal;
Effect depends on font OpenType support
葛葛葛 辻辻辻 瀬瀬瀬 鴎鴎鴎
Active: normal Font: System Sans-Serif
Variant Comparison
Normal (Default)
葛葛葛 辻辻辻 瀬瀬瀬
JIS78
葛葛葛 辻辻辻 瀬瀬瀬
JIS90
葛葛葛 辻辻辻 瀬瀬瀬
JIS04
葛葛葛 辻辻辻 瀬瀬瀬
Proportional-Width
あいうえお、かきくけこ。
JIS90 + Proportional
葛飾区辻堂、鴎外。
Frequently Asked Questions
What is font-variant-east-asian?
font-variant-east-asian is a CSS property that controls the use of alternate glyph forms for East Asian scripts—primarily Japanese, Chinese, and Korean. It allows you to select specific JIS (Japanese Industrial Standard) glyph variants, toggle between full-width and proportional-width rendering, and enable ruby annotation forms. It's part of the CSS Fonts Module Level 3 specification and is widely supported in modern browsers (Chrome 63+, Firefox 34+, Safari 9.1+).
What are the JIS variants (JIS78, JIS83, JIS90, JIS04)?
These correspond to different revisions of the Japanese Industrial Standard for character shapes:
JIS78 (JIS X 0208:1978) – The earliest standard, with older glyph shapes for certain characters.
JIS83 (JIS X 0208:1983) – A revision that modified several character designs.
JIS90 (JIS X 0208:1990) – The most commonly referenced standard, widely used in Japanese typography.
JIS04 (JIS X 0213:2004) – The latest revision, aligning more closely with handwriting norms.
Notable characters affected include 葛 (kuzu), 辻 (tsuji), 瀬 (se), and 鴎 (kamome), where stroke counts or component shapes differ between standards.
What does proportional-width do vs full-width?
By default, East Asian characters are rendered in full-width (each character occupies an equal-width square, roughly 1em wide). Proportional-width allows characters to take only the horizontal space they naturally need—narrow characters like 「、」「。」「ぁ」「っ」 become visibly tighter, improving readability in running text. This requires the font to support the pwid OpenType feature. Modern Japanese fonts like Yu Gothic, Hiragino, and Noto CJK all support this.
Which fonts support font-variant-east-asian?
Support depends on the font's OpenType feature set. Well-supported fonts include:
Yu Gothic / Yu Mincho (bundled with Windows 10/11)
Hiragino Sans / Hiragino Mincho (bundled with macOS)
Noto Sans CJK / Noto Serif CJK (free, cross-platform)
Source Han Sans / Source Han Serif (Adobe's open-source CJK fonts)
MS Gothic / MS Mincho / Meiryo (legacy Windows Japanese fonts, partial support)
If you see no difference when switching variants, your selected font may lack the required OpenType tables. Try switching to Yu Gothic or Noto Sans CJK.
Can I combine multiple values?
Yes! The CSS property accepts multiple space-separated values. Common combinations include:
font-variant-east-asian: jis90 proportional-width; – JIS90 glyphs with proportional spacing.
font-variant-east-asian: jis04 full-width ruby; – JIS04 glyphs, full-width, ruby-optimized.
Note that simplified and traditional cannot be combined with JIS variants—they are mutually exclusive.
Is this property relevant for Chinese or Korean text?
Primarily, font-variant-east-asian is designed with Japanese typography in mind—especially the JIS variant selection. However, the simplified and traditional values can be used for Chinese text to prefer simplified or traditional glyph forms when the font supports both. The proportional-width and full-width values apply universally to all East Asian scripts. For Korean, the impact is most noticeable with proportional-width rendering.
What browsers support this CSS property?
Chrome 63+, Firefox 34+, Safari 9.1+, Edge 79+, and Opera 50+ all support font-variant-east-asian. Internet Explorer does not support it. Mobile browsers (iOS Safari 9.3+, Android Chrome) are also compatible. Can I Use reports global coverage of approximately 93%.