Text Reverser
100% FreeReverse text by characters, words, lines, or words-within-each-line. Grapheme-aware so emoji and accents survive intact.
olleh ← hello (grapheme-aware)
Reversed text appears here…Embed This Tool
Easy to EmbedAdd Text Reverser to your website or blog in seconds.
- Responsive design
- Lightweight & fast
- No backend required
- Always up-to-date
<iframe
src="https://tools.town/embed/text-reverser/"
width="100%"
height="600"
style="border:none; border-radius:12px;"
loading="lazy"
title="Text Reverser">
</iframe> Advertisement
How to Use
- 1 Type or paste text into the input
- 2 Pick a mode: Characters, Words, Lines, or Words-within-each-line
- 3 Reversed output appears instantly
- 4 Copy with one click
Features
- Four reversal modes for different use cases
- Grapheme-aware character reversal (emoji + diacritics preserved)
- Word-mode preserves word internals — only reorders
- Line-mode reverses entire line order
- 100% client-side
Why it Matters
Surface-level it's a fun toy, but it's also useful for palindrome checks, generating reversed-text variations for design mockups, and creating obfuscated text for puzzles. The grapheme-aware mode means reversing 'café' gives 'éfac' (correct) instead of garbage.
Use Cases
Palindrome Test
Quickly check if a string is a palindrome
Design Mockups
Generate reversed text for visual experiments
Puzzle / Cipher
Simple text obfuscation for fun encoding
Frequently Asked Questions
Why does the naive reverse('👨👩👧👦') break the emoji?
Does word-mode preserve punctuation?
Related Tools You Might Like
Character Counter
Real-time character, word, line, sentence count plus Twitter / SMS / meta-description limit warnings. Grapheme-aware (emoji counts as 1).
Duplicate Line Remover
Strip duplicate lines from any list, preserving the first occurrence and original order. Case + whitespace toggles, optional alpha sort.
Find and Replace
Find and replace across a block of text — plain or full regex with back-references, case toggle, multiline mode.
Remove Extra Spaces
Whitespace cleanup with surgical control — collapse spaces, trim lines, collapse newlines, remove blank lines, or strip ALL whitespace.
Text Sorter
Sort lines five ways — alphabetical, natural (item2 < item10), length, numeric, random shuffle. Reverse, case toggles, blank-line handling.