Reverse text
Flip text backwards — by character, by word, or by line.
How to use
- Paste your text into the input box.
- Pick a mode: By character mirrors the text, By word keeps words intact but reverses their order, By line flips the list top-to-bottom.
- Copy the reversed result with the Copy button.
Frequently asked questions
Will emoji and accents break when reversed?
No. The tool reverses whole Unicode code points rather than raw bytes, so 😀 stays 😀 and é stays é.
What is the difference between the three modes?
By character reverses every letter ("abc" → "cba"), By word reverses word order per line ("one two" → "two one"), and By line reverses the order of the lines themselves.
Can I reverse a list back to its original order?
Yes. Reversing is symmetric — run the same mode again and you get the original text back.
About this tool
Reversing text sounds like a party trick, but it has surprisingly practical uses. Reversing by character produces mirror text for puzzles, social posts and testing how an app handles unusual input. Reversing word order helps when restructuring sentences, building language-learning exercises, or undoing a sort gone wrong. Reversing line order flips a list — useful for chat logs, changelogs and CSV rows exported newest-first when you need oldest-first. The converter is Unicode-aware, so emoji and accented characters survive intact instead of being split into broken symbols.