๐ค Pangram Checker
Itโs a pangram โ26 / 26 letters used
Check whether your input text contains every letter of the alphabet from A to Z (i.e., whether itโs a pangram). If any letters are missing, theyโre listed too.
How to use
- Enter the text you want to check.
- Whether itโs a pangram, how many distinct letters are used, and which letters are missing are shown automatically.
FAQ
What is a pangram?
A sentence that contains every letter of the alphabet at least once. "The quick brown fox jumps over the lazy dog" is a well-known example.
Does case or punctuation matter?
The check is case-insensitive. Numbers, punctuation, and spaces are ignored.
What are pangrams used for?
Theyโre used for font previews, typing practice, and cryptography exercises โ anywhere you need to display or exercise every letter at once.