Text Reverser
Flip your text backwards by characters, reverse the order of words, or reverse the order of lines.
How to use it
- Enter your text Type or paste it in.
- Choose what to reverse Characters, words or lines.
- Copy the result Press Copy.
Examples
| abc (characters) | cba |
|---|---|
| hello world (words) | world hello |
About this tool
This tool reverses text in three different ways: character by character (so “abc” becomes “cba”), by word order, or by line order. It is useful for puzzles, simple obfuscation, or rearranging lists.
Reversing is Unicode-aware, so emoji and accented characters stay intact rather than being split into pieces. Everything runs in your browser.
Frequently asked questions
Does it handle emoji and accented letters?
Yes. Reversing is Unicode code-point aware, so emoji and combined characters are not broken apart.
What's the difference between reversing words and characters?
Reversing characters flips the whole string back to front; reversing words keeps each word intact but puts them in the opposite order.
Related tools
Updated June 12, 2026