TextArray
100% local

Reverse text

Reverse the characters, word order or each line of your text.

Input
Output

Reverse text

Paste any text and this tool flips it backwards. Three modes cover the common cases: reverse every character in the whole text, reverse the order of the words while each word stays readable, or reverse the characters inside each line while the lines keep their order.

Character mode is the classic "mirror text" effect: "hello world" becomes "dlrow olleh". The reversal is code-point aware, so accented letters and emoji stay intact instead of turning into broken symbols. Word mode keeps every word spelled normally and only rearranges them — "one two three" becomes "three two one" — and it preserves the original spacing and line breaks, which makes it handy for rearranging sentence fragments or testing text processing pipelines. Line mode mirrors each line independently, which is useful for puzzles, word games and quick visual tricks.

The output updates live as you type, and the tally under the result shows how many characters were produced and which mode is active. Running the same mode twice restores the original text, so you can flip something back and forth without losing anything. Windows and Unix line endings are treated the same.

Everything runs locally in your browser. Nothing you paste is uploaded or logged, so the tool is safe for drafts, private notes or any text you would not want to send to a server. When you are happy with the result, copy it with one click or download it as a .txt file.

FAQ

Will emoji and accented letters survive the reversal?
Yes. The tool reverses by Unicode code points, so emoji like 🫐 and letters like č or ľ stay intact instead of becoming broken characters.
What is the difference between the three modes?
Characters reverses the entire text back to front. Word order keeps each word readable and only reverses their sequence. Each line mirrors the characters within every line while the lines stay in place.
Can I get my original text back?
Yes. Reversing is its own inverse — run the same mode on the output and you get the original text again.
Is my text uploaded anywhere?
No. The tool runs entirely in your browser and your text never leaves your device.