Font Fallback Checker - Online See Missing Glyphs
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
UD5 Toolkit
font-kerning CSS property controls whether the browser uses the font's built-in kerning tables.
Many professional fonts contain hundreds of kerning pairs — character combinations that need special spacing adjustments.
Try Georgia with AV or To to see dramatic kerning in action.
Use the Custom Letter-Spacing slider to simulate manual kerning adjustments.
font-kerning, while tracking is controlled via letter-spacing.
font-kerning property accepts three values: auto (browser decides), normal (use the font's kerning data), and none (disable kerning entirely). Modern browsers default to auto, which typically enables kerning for fonts that include OpenType kerning tables. You can also use font-feature-settings: "kern" 1 for finer control in OpenType fonts. Our tool lets you toggle between normal and none to visualize the difference.
letter-spacing on specific character pairs wrapped in <span> tags. For fine-tuning logos or headings, designers often wrap problematic letter pairs and apply custom letter-spacing values. Use our Custom Letter-Spacing slider above to experiment with this technique.
font-kerning property is supported in all modern browsers, including Chrome 33+, Firefox 34+, Safari 9+, and Edge 79+. It has excellent global coverage (over 96% of users). For older browsers, you can use the OpenType feature syntax font-feature-settings: "kern" 1 as a fallback, though this is rarely needed today.
font-kerning: normal is a one-line CSS improvement that costs nothing but makes a visible difference.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Select a local font and see all its metrics: ascent, descent, x‑height, and supported features. Typography deep dive.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Apply dyslexia‑friendly fonts, spacing, and background to any text. Preview and copy the formatted version. Improve readability.
Paste text and instantly see if it contains hidden zero‑width characters often used in steganography. Reveal invisible payloads.
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.
Load any variable font from Google Fonts or local file and play with weight, width, slant, and custom axes. Download CSS.
Create scary, glitched text using combining diacritical marks. Control intensity. Perfect for horror memes and fun. Pure Unicode magic in browser.
Toggle OpenType features like liga, smcp, tnum, and see the text update. Support for variable fonts. Typography nerds.
Build a complete font‑stack for your website. Choose a primary font and get the best fallback options for different OS. Copy the CSS.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Detect browser support for font‑tech() and font‑format() values in @font‑face src. Check COLRv1, variable, etc.
Test how non‑Latin characters (Chinese, Cyrillic, Arabic) convert to URL‑safe slugs with proper transliteration rules. Preview the final string.
Paste HTML and detect elements with aria‑hidden='true' that contain focusable children. An easy a11y win to fix.
Paste two texts and see cosine and Jaccard similarity scores. Understand how close two documents are. All local math.
Enter Braille dot numbers (1‑6) or paste Unicode Braille to decode into English text. Companion to text‑to‑Braille.
Paste lines and convert them into bulleted lists with symbols like •, ‑, or →. Markdown friendly. Quick formatting.
Paste rich text and clean it to plain text. Normalize line endings and whitespace. Prepare for code or databases.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.
Paste a string of 0s and 1s and decode it back into ASCII text. Handles space‑separated blocks. Local.
Paste two strings that look the same and see if they differ after normalization. Debug invisible encoding bugs.
Design a custom focus indicator with outline, offset, and box‑shadow. Preview on interactive elements. Copy the CSS.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Encode text into Wingdings symbols and decode Wingdings back to text. A nostalgic and fun puzzle tool. All processing in your browser.
Shows each character's 7‑bit or 8‑bit binary representation. Includes space separation. For learning binary encoding.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Create outlined text with the text‑stroke property. Adjust width and color. Preview and copy the CSS.
Enter a URL and extract tab‐index order violations and focusable elements. Quick accessibility audit. Client‑side fetch.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.