Pangram Checker
Check if text is a pangram (uses every letter of the alphabet). Shows missing letters, highlights used letters, and generates example pangrams.
Famous Pangrams
Pangram!
All 26 letters present — 0 missing
Letter Coverage (26/26)
A1
B1
C1
D1
E3
F1
G1
H2
I1
J1
K1
L1
M1
N1
O4
P1
Q1
R2
S1
T2
U2
V1
W1
X1
Y1
Z1
Used once Used 2+ Missing
Letters present
26/26
Letters missing
0
Total characters
43
Alphabetic chars
35
How to Use Pangram Checker
- 1Type or paste any text into the input field.
- 2See which letters are present (green) and missing (red).
- 3Check if the text qualifies as a pangram.
Zenovay
Privacy-first analytics for your website
Understand your visitors without invasive tracking. GDPR compliant, lightweight, and powerful.
Related Tools
Word CounterCount words, characters, sentences, and paragraphs. Estimate reading and speaking time.
Character CounterCount characters with and without spaces. Track limits for Twitter, meta descriptions, and more.
Case ConverterConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and kebab-case.
Lorem Ipsum GeneratorGenerate placeholder text in paragraphs, sentences, or words. Copy with one click.
Frequently Asked Questions
What is a pangram?▾
A pangram (from Greek: pan = all, gramma = letter) is a sentence that uses every letter of the alphabet at least once. The most famous English pangram is "The quick brown fox jumps over the lazy dog" (35 letters). Perfect pangrams use each letter exactly once — extremely rare and usually nonsensical. Shortest known reasonable pangram: "Pack my box with five dozen liquor jugs" (32 letters). Pangrams are used in typography (font demonstrations), keyboard testing, and calligraphy practice.
What makes a good pangram?▾
A good pangram balances: (1) Length — shorter is harder but more impressive. (2) Meaning — should be a sensible sentence, not gibberish. (3) No repeated letters — a perfect pangram uses each letter exactly once (26 letters total). Examples: "How quickly daft jumping zebras vex!" (35 letters). "Sphinx of black quartz, judge my vow" (29 letters). "Mr. Jock, TV quiz PhD, bags few lynx" (26 letters — perfect pangram, though cryptic). Typography favorite: "Waltz, bad nymph, for quick jigs vex" (28 letters).
What is a lipogram?▾
A lipogram is the opposite of a pangram — a piece of writing that deliberately avoids one or more letters. The most famous is Ernest Vincent Wright's novel "Gadsby" (1939): 50,000 words without the letter E. Georges Perec's "La Disparition" (1969): a novel in French without the letter E, translated to English by Gilbert Adair as "A Void" — also without E. The letter E is the most common in English (~13% of letters). Writing coherently while avoiding E is extremely difficult. E-less words include: a, on, as, this, many, much, but not "the", "he", "she", "are", "been".
What is a univocalic?▾
A univocalic is a text that uses only one vowel. Example with only E: "Twelve elves left, then eleven led themselves elsewhere." These are challenging to write but demonstrate linguistic creativity. Related wordplay: Isogram — a word with no repeated letters (e.g., "uncopyrightable" — 15 letters, no repeats). Tautogram — every word starts with the same letter. Palindrome — reads same forwards and backwards. Ambigram — reads the same when rotated 180°. Constrained writing is the domain of the Oulipo literary movement.
How are pangrams used in typography and design?▾
Typography: Font designers use pangrams to showcase all letter forms in a single sentence. Every type specimen book includes "The quick brown fox..." for this reason. Keyboard testing: QA engineers test keyboard layouts and input methods with pangrams to ensure all keys register. Calligraphy: Pangrams let practitioners demonstrate all letterforms in context. OCR testing: Optical character recognition systems are tested with pangrams to verify all characters are recognized. Programming: String hashing tests, character set validation, and algorithm testing often use pangrams as input.