All tools

Character Class Counter

Count letters, digits, whitespace, punctuation, emoji.

  • Letters
    16
  • Digits
    3
  • Whitespace
    5
  • Punctuation
    6
  • Symbols
    0
  • Emoji
    1
  • Newlines
    0
  • Uppercase
    1
  • Lowercase
    15

Breaks down what's in your text by character class. Useful for generating reports on form input, validating that text matches a pattern (only digits, no symbols), or just satisfying curiosity.

About

Breaks down what's in your text. Counts letters (with case split), digits, whitespace, punctuation, symbols, emoji, and newlines. Useful for analyzing form inputs or test data.

How to use

  1. Paste text.

FAQ

What counts as 'symbol'?+

Anything that isn't a letter, digit, whitespace, punctuation, or emoji. So currency signs (€, $), math operators (+ - = ×), and miscellaneous Unicode.