No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
Before you use a font for a language or a specific text, it helps to know which characters it actually contains. A font maps characters to glyphs through its 'cmap' table, and that mapping decides whether your accented letters, currency symbols, Greek, Cyrillic or punctuation will show up or fall back to a different font. This page reads the cmap and reports exactly which Unicode code points the font covers.
The report lists the total number of mapped code points, the lowest and highest covered code point, and a breakdown by Unicode block (for example Basic Latin, Latin-1 Supplement, Latin Extended, Greek, Cyrillic, General Punctuation) with how many code points of each block the font provides. It works on TTF, OTF, WOFF and WOFF2 - the WOFF wrappers are unpacked first - so you can check any common font file.
Everything runs entirely locally in your browser (no upload, even offline) - the font never leaves your device. Honestly framed: it reports which code points the cmap maps to a glyph; it does not judge how good each glyph looks, and a font may map a code point to a placeholder. A non-font or corrupt file is rejected with a clear message.
Specifications
Specifications
Input formats
TTF, OTF, WOFF, WOFF2
Output format
TXT
Batch processing
Yes
Processing
Locally in your browser (WebAssembly)
File upload
None
In 3 steps
Drop or tap your font file (TTF, OTF, WOFF or WOFF2).
The tool reads the cmap and groups the covered code points.
Download the coverage report.
Limitations:Reads a font's cmap table and reports its character coverage: the count of mapped Unicode code points, the covered code-point range, and a per-Unicode-block breakdown. Works on TTF, OTF, WOFF and WOFF2 (the WOFF wrappers are unpacked first). It reports which code points map to a glyph; it does not assess glyph quality. A non-font or corrupt file is rejected with a clear error.
FAQ
Is my font uploaded?
No. The font is parsed entirely locally in the browser - even offline. It never leaves your device.
What does coverage mean?
It is the set of Unicode code points the font's cmap maps to a glyph - the characters the font can display without falling back to another font.
Why is a character missing?
If a code point is not in the font cmap, the font has no glyph for it and a viewer will substitute another font. The report shows exactly which code points are present.
Which formats are supported?
TTF, OTF, WOFF and WOFF2. WOFF and WOFF2 are unpacked to the underlying sfnt before the cmap is read.