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
- 1Paste or type text.
- 2See live breakdown by Unicode character class.
- 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.
Related tools
See all →Case Converter
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Word Counter
Count words, characters, sentences, paragraphs, and reading time instantly.
Remove Duplicate Lines
Strip duplicate lines from a list while preserving order.
Remove Extra Spaces
Collapse multiple spaces, trim lines, and drop blank lines.