Reverse Text
Reversed text will appear here...
About Reverse Text
Reversing text writes the characters back to front. It is used for puzzles, for testing how software handles unusual strings, and occasionally for simple obfuscation.
How to use it
- Paste the text you want reversed.
- Reverse it.
- Copy the result.
Worth knowing
Reversal works on characters rather than words, so scripts where letters join, and emoji built from several code points, may not reverse into anything meaningful. Plain Latin text reverses cleanly and reversing a second time restores exactly what you started with.
Common questions
- Can I reverse it back?
- Yes — reversing twice returns the original.
- Does it reverse word order?
- It reverses the character sequence, which puts both letters and words back to front.
- Is reversed text searchable?
- No. The reversed string does not match the original word, so anything you need found later should be kept in its normal order as well.