# Pangram Checker

Check if text is a pangram (contains every letter of the alphabet). Reports missing letters, used letters, and unique-letter count.

> Canonical page: https://elysiatools.com/en/tools/pangram-checker

- **Category:** Text Processing

- **Keywords:** pangram, pangram checker, is pangram, perfect pangram, all letters, the quick brown fox

## Overview

Check whether a sentence is a **pangram** — a sentence that contains every letter of the alphabet at least once.

The most famous English pangram is `"The quick brown fox jumps over the lazy dog"`, used for font previews because it shows all 26 letters.

**What this tool tells you:**
- Whether the text is a **perfect pangram** (every letter present).
- The **letters still missing** from the alphabet, if any.
- The **letters actually used**, and a count.
- How many **unique letters** appear, out of 26.

**Case sensitivity:**
- By default the check is **case-insensitive** (`A` and `a` count as the same letter), which is what you almost always want for pangram checking.
- Turn **case sensitive** on to treat `A` and `a` as different symbols — useful only for niche alphabets or puzzles where capitalization matters.

**Good to know:**
- Only the 26 basic English letters (A–Z) are counted. Numbers, punctuation, and accented letters are ignored.
- The result is plain English so it reads well in any context. The structured details (missing letters, used letters, counts) are in the metadata.

## Inputs

- **Text** (textarea): Enter a sentence to check for pangram status...
- **Case sensitive** (checkbox)

## When to use

- When designing or testing fonts and you need to verify that a preview sentence contains all 26 letters of the English alphabet.
- When creating or solving word puzzles, linguistic challenges, or keyboard testing strings that require complete alphabetical coverage.
- When analyzing text samples to identify which specific letters are missing or to count unique character occurrences.

## How it works

- Enter or paste your sentence into the text input field.
- Choose whether to enable case sensitivity, which treats uppercase and lowercase letters as distinct characters.
- The tool filters out numbers, punctuation, and accented characters, focusing only on the 26 basic English letters (A-Z).
- The tool instantly displays whether the text is a pangram, lists any missing letters, and provides the count of unique letters used.

## Use cases

- Verifying custom font preview strings to ensure designers can showcase every letter of the alphabet.
- Creating educational worksheets or typing exercises that require students to practice typing every key.
- Validating puzzle submissions or word game solutions that mandate the use of all 26 English letters.

## Frequently asked questions

### What is a pangram?

A pangram is a sentence or phrase that contains every letter of the alphabet at least once.

### Does this tool support non-English alphabets?

No, this tool specifically checks for the 26 basic English letters (A–Z) and ignores non-English characters or accents.

### How does the case-sensitive option work?

By default, uppercase and lowercase letters are treated as the same. Enabling case sensitivity treats 'A' and 'a' as different symbols.

### Are numbers and punctuation marks counted?

No, numbers, punctuation, spaces, and special characters are ignored during the pangram check.

### What is a perfect pangram?

A perfect pangram is a sentence that contains every letter of the alphabet exactly once, without repeating any letters.

## Related tools

- [Leetspeak Decoder & Detector](https://elysiatools.com/en/tools/leetspeak-decoder-detector): Decode leetspeak (1337) to plain text and score how plausibly leet an input is — for password-policy bypass screening, profanity-filter evasion, and log-noise filtering.
- [Markdown Lint and Style Checker](https://elysiatools.com/en/tools/markdown-lint-style-checker): Lint Markdown against ~15 markdownlint rules plus 2 Chinese-typography rules, with line-located reports and one-click auto-fix of safe issues
- [Check If Text Is Fake](https://elysiatools.com/en/tools/text-fake-detector): Quickly check if the given text is forged (contains homoglyphs)
- [Text Pipeline Builder](https://elysiatools.com/en/tools/text-pipeline-builder): Run a portable text-cleaning recipe and inspect every step, diff, timing, and character change.
- [Claim–Evidence–Citation Mapper](https://elysiatools.com/en/tools/claim-evidence-citation-mapper): Extract factual claims from a document, map each to its footnote/link/reference evidence, and flag unsourced, weak-source, duplicate-citation, and ambiguous-scope claims
- [Acronym Generator](https://elysiatools.com/en/tools/acronym-generator): Turn a phrase into an acronym or initialism. Choose contributing words, which letter(s) to take, the separator, and the case.
- [AI Domain Name Idea Generator](https://elysiatools.com/en/tools/ai-domain-name-idea-generator): Generate up to 10 creative domain names with AI and filter out already-registered ones via DNS + RDAP.
- [Bold & Italic Text](https://elysiatools.com/en/tools/bold-italic-text): Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.

## Samples

- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion

## Related content

- [Text Case, Encoding, and Normalization Conversion Tools](https://elysiatools.com/en/hubs/text-convert): Compare text case conversion, character-width conversion, encoding conversion, quoted-printable handling, and inline text normalization tools in one hub.
- [Text Tools](https://elysiatools.com/en/hubs/text-utility): Explore 33 text tools for utility workflows and compare closely related utilities quickly.
- [Text Analysis, Readability, and Content Inspection Tools](https://elysiatools.com/en/hubs/text-analyze): Compare text statistics, language detection, readability scoring, sentiment analysis, moderation review, and pattern analysis tools in one hub.
- [Text Redaction, Highlighting, and Presentation Formatting Tools](https://elysiatools.com/en/hubs/text-format): Compare tools for masking sensitive text, finding PII, normalizing phone numbers, highlighting phrases, centering text, and formatting diffs in one hub.
