Text Truncator
Cut text to a set number of characters or words, with an ellipsis added.
Simulates how a card preview, search result snippet, or notification will actually cut off a longer piece of text, so you can check whether your copy still makes sense once it's shortened and an ellipsis is added.
Example: A 200-character product description truncated to 100 characters in character mode might end mid-word — switch to word mode to always break cleanly between whole words.
How it works
- Paste your text
- Set a max length in characters or words
- The truncated preview appears instantly, on your device
Frequently asked questions
Will this cut a word in half?
In character mode, yes — it cuts at an exact character count, which can land mid-word. Switch to word mode to always truncate on a whole-word boundary.
Is my text uploaded anywhere?
No — Text Truncator runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.
Can I use a different symbol instead of the ellipsis, like 'Read more'?
Not currently — the ellipsis character is fixed as the truncation marker. Add your own custom suffix manually after copying the truncated result if you need different wording.