Reverse Text
Reverse text by character, by word or by line.
Every character is reversed. Emoji and accented characters stay in one piece.
Reversed
The reversed text appears here.
About Reverse Text
Reversing text is a small operation that comes up surprisingly often - testing palindromes, undoing a reversed export, flipping the order of a log file, or simply having fun with a message.
This tool offers three modes and handles Unicode correctly, so accented characters and emoji survive the round trip intact.
Frequently asked questions
Does it handle emoji correctly?
Yes. Reversal works on grapheme clusters rather than raw code units, so emoji and combined characters are not broken apart.
What is the difference between the modes?
Character mode reverses every character, word mode keeps words intact but reverses their order, and line mode reverses the order of lines only.
Is this the same as mirrored text?
No. This changes the order of characters; it does not produce mirror-image glyphs.