font-variant-east-asian Demo - Online JIS & Proportional
Apply East Asian glyph variants like jis78, proportional-width, ruby. See the difference instantly. For CJK typography.
UD5 Toolkit
Explore OpenType numeric styles: lining, oldstyle, tabular, proportional figures, fractions, ordinals & slashed zero.
font‑variant‑numeric: normal;
| 1,234.56 | $12.34 |
| 789.01 | $7,890.12 |
| 23,456.78 | $345.67 |
| 1,234.56 | $12.34 |
| 789.01 | $7,890.12 |
| 23,456.78 | $345.67 |
font‑variant‑numeric: normal;
lining‑nums for headings or dashboards, and oldstyle‑nums for body copy.tabular‑nums forces numbers to have equal width, making columns of figures align perfectly — essential for financial tables, invoices, or timetables. Without it, proportional numbers can look jagged in vertical lists.diagonal‑fractions for an inline slash format (1/2), or stacked‑fractions for a vertical numerator/denominator style. Both rely on the font containing the proper glyphs; not all fonts support stacked fractions.slashed‑zero to your font‑variant‑numeric value.font‑variant‑numeric: lining‑nums tabular‑nums diagonal‑fractions ordinal slashed‑zero; to enable multiple features at once. The demo above lets you mix and match to see the result.Apply East Asian glyph variants like jis78, proportional-width, ruby. See the difference instantly. For CJK typography.
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
Toggle OpenType features like liga, smcp, tnum, and see the text update. Support for variable fonts. Typography nerds.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Style a drop cap using the initial‑letter property. Set size and sink. Modern alternative to pseudo‑element hacks.
Select a local font and see all its metrics: ascent, descent, x‑height, and supported features. Typography deep dive.
Browse the fonts installed on your system and type a custom phrase to see how it looks. Uses Local Font Access API where available.
New CSS text‑spacing property for fine control over punctuation spacing. See the effect live. For advanced typography.
Multiple digital counters for tracking stitches, rows, and pattern repeats. Increment, reset. Works on mobile.
Convert normal text to Unicode mathematical bold, italic, script, fraktur, and double‑struck. Copy rich text for anywhere.
Select character sets (Latin, Cyrillic, Greek) and generate the exact unicode‑range descriptor for your fonts. Improve performance.
Build a complete font‑stack for your website. Choose a primary font and get the best fallback options for different OS. Copy the CSS.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
Paste lines of text and automatically convert to an HTML ordered list with correct numbering and indentation.
Style the first letter of a paragraph as a large decorative drop cap. Choose font, color, and size. Get the CSS & HTML.
Create vertically oriented text layouts with `writing‑mode`. See the effect and copy the complete CSS. For vertical languages.
Build a date format string for SQL by toggling components (YYYY, MM, DD). See a live example for different databases.
Compare width/height with block‑size/inline‑size in different writing modes. Understand intrinsic sizing. Copy best practices.
Visually name grid areas in a table and generate grid‑template‑areas CSS. Perfect for complex layouts. Drag‑free.
See the difference between :focus and :focus‑visible on interactive elements. Learn which to use for better UX.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Toggle between light and dark mode for a demo page. See how to use the media query. Copy the pattern.
Open a test video in Picture‑in‑Picture mode. Control entering and leaving PiP. Copy the code snippet for your own app.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Format your SQL code with consistent indentation. Choose 2 or 4 spaces. No syntax validation, just neat output.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Set up first‑line indentation and hanging punctuation. See how they affect reading flow. Copy the CSS.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Pick your egg style and get a precise timer with visual progress. Perfect boiled eggs every time. No app needed.
Use named grid lines instead of column numbers. See how they simplify placement. Visual, interactive learning.