Skip to content
Text tools

Character Counter

Count letters, digits, punctuation, whitespace, and more.

Total
0
No spaces
0
Letters
0
Digits
0
Punctuation
0
Whitespace
0

How it works

  1. 1Paste or type text.
  2. 2See live breakdown by Unicode character class.
  3. 3Fits within limits for tweets, SMS, or fields with char caps.

Use cases

  • SMS / tweet length budgeting
  • Detecting hidden whitespace in forms
  • Counting digits in IDs or codes

Frequently asked questions

How are characters classified?

Using Unicode character properties: \p{L} for letters, \p{N} for digits, \p{P}|\p{S} for punctuation and symbols.

Does this work with non-Latin scripts?

Yes — Unicode-aware regex handles any script the browser knows about.

See all →