๐Ÿ”ค 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

  1. Enter the text you want to check.
  2. 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.