Text Truncator
Shorten text to a specified word or character limit. Ideal for meta descriptions, social media snippets, and preview text.
Frequently Asked Questions
- Meta description: ~155 characters
- Twitter/X: 280 characters
- LinkedIn post: 700 characters (before "see more")
- Facebook post: 477 characters (before "see more")
- Open Graph description: ~200 characters
… U+2026) is preferred over three separate dots (...) because it is a single typographic character, renders more neatly, and counts as one character towards your limit rather than three — which matters for tight limits like Twitter or meta descriptions.About This Text Truncator
This free text truncator cuts any text to a maximum number of characters or words, with a configurable ellipsis suffix. The output is ready to use in meta descriptions, card excerpts, or any UI element with a strict length limit.
When to use this tool
- Trimming article excerpts to a fixed character count
- Generating meta description previews within the character limit
- Preparing card descriptions for a UI component with a length constraint
- Testing how an interface element handles unexpectedly long strings
Standards & References
How It Works
Paste & Configure
Paste your text and choose the truncation mode (characters or words), the limit, the ellipsis string, and whether to cut at a word boundary.
Live Preview
The truncated output and progress bar update in real time. The bar turns red when the input exceeds the limit, and shows how close you are.
Copy the Snippet
Copy the truncated text and paste directly into your meta description field, social media scheduler, or CMS excerpt box.
Common Use Cases
SEO Meta Descriptions
Trim meta descriptions to 155–160 characters to prevent Google from truncating them in search results. Use the word-boundary option for a clean cut.
Social Media Snippets
Shorten article summaries to fit Twitter's 280-character limit, LinkedIn's preview, or Facebook's post description before the "see more" cut-off.
Card & Tile Previews
Generate excerpt text for blog post cards, product listings, or news tickers that display a fixed number of words before a "Read more" link.
Email Subject Lines
Keep email subjects under 50 characters to avoid being cut off in mobile inboxes. The character-limit mode with word boundary gives clean results.
Database Column Limits
Pre-truncate strings to match a database column's VARCHAR limit before bulk inserting, preventing silent truncation or errors in your ORM.
Ad Copy Length
Google Ads headlines are limited to 30 characters; descriptions to 90. Use this tool to trim and verify copy before uploading to your ad account.
Related Text Tools
Related Articles
View all articles
Why Truncating Text at "Exactly 100 Characters" Is Harder Than It Looks: UTF-8, Word Boundaries, and HTML
Truncating at exactly 100 characters sounds simple — until you're splitting a multibyte UTF-8 sequence and producing invalid text, cutting mid-word and leaving "fo" dangling, or cutting HTML and leaving unclosed tags. Here's the byte vs code point vs grapheme cluster distinction, the word-boundary backtracking algorithm, why HTML truncation requires an actual parser (not string slicing), and why your ellipsis length has to come out of the character budget before you cut.
Pagination, Infinite Scroll, or "Read More": Three Answers to "This Content Is Too Long" and When Each Fits
"Read more" links, pagination, and infinite scroll are three different answers to "content is longer than the space available" — each with different SEO, accessibility, and UX trade-offs. Here's where each fits best, why infinite scroll's footer-reachability problem is well-documented, and how hybrid approaches (load-more buttons, infinite scroll with History-API pagination underneath) combine their benefits.
Truncation Bugs: Database VARCHAR Silent Data Loss, CSS Overflow, and Windows Path Length Limits
MySQL silently truncates strings that exceed VARCHAR column lengths — no error, just missing data. Here's database silent truncation, CSS text-overflow and multi-line clamping, the accessibility problem with truncated UI text, API response truncation flags, and the Windows 260-character path length problem.
Content Truncation Rules: How Every Platform Cuts Your Text — and How to Write for It
Every platform truncates differently — email subject lines at 50 characters, push notifications at 80, meta descriptions at 155. Here's the truncation rules for major platforms, how to implement word-boundary truncation in code, and using truncation as a deliberate writing technique.
Text Truncator — Shorten Any Text to a Set Character or Word Limit
Learn how smart text truncation works, why word boundary cuts matter, how to account for ellipsis length, and how to use a free text truncator for meta descriptions, database fields, and notification previews.