Reverse text three ways
Flip text however you need: reverse every character so the whole thing reads backwards, reverse the order of words while keeping each word readable, or reverse the order of lines in a list. It all happens instantly in your browser.
Examples
Words: "hello world" → "world hello"
Lines: a list flipped top to bottom
Character reversal is Unicode-aware, so emoji and accented letters survive intact instead of breaking apart.
Why reverse text?
- Create mirror-writing or playful backwards messages.
- Flip the order of a list or log without re-typing.
- Check palindromes, or prep text for puzzles and games.
How to use it
- Type or paste your text.
- Choose a mode — reverse the whole characters, reverse the order of words, or flip each line.
- Copy the reversed result straight out.
Everything runs in your browser, so it's instant and nothing you enter is uploaded. To manipulate text in other ways, try sort lines or find and replace.
Frequently asked questions
How do I reverse text backwards?
Paste your text and choose "reverse characters". Each character is flipped end to end, so "hello" becomes "olleh". The change happens instantly.
What is the difference between reversing characters, words and lines?
Reversing characters flips every letter; reversing words keeps each word intact but puts them in the opposite order; reversing lines flips the order of lines while leaving each line unchanged.
Does it handle emoji and accented characters?
Yes. The character reversal is Unicode-aware, so emoji and accented letters stay intact rather than being split into broken pieces.