Reverse Text

Reverse text generator

Flip text backwards — reverse the characters, the word order, or the line order. Paste, pick a mode, copy.

▌ Input
▌ Output

How to reverse text

Paste your text above and choose a mode: Reverse characters flips the whole string backwards (so "hello" becomes "olleh"), Reverse word order keeps each word intact but reverses their sequence, and Reverse line order flips a list top to bottom. Tap Copy to grab the result.

For other text jobs, try the word counter, alphabetize & sort, or the all-in-one text transformer.

What people use it for

Reversing text is more useful than it sounds: simple mirror-writing puzzles, a bit of visual novelty for bios and usernames, testing how software handles unusual input, and checking palindromes. The reverse word order mode is genuinely handy for quickly flipping a list or a name order without retyping.

A note on emoji and accents

Because accented letters and many emoji are built from more than one underlying character, naive reversal can occasionally scramble them. This tool reverses by visible character where it can, but if a complex emoji looks off after flipping, that's why. Everything runs locally in your browser — nothing you paste is sent anywhere.

The three modes, and when each is the right one

  • Reverse characters flips the entire string end to end, so hello world becomes dlrow olleh. This is the one for mirror writing, puzzles and novelty text.
  • Reverse word order keeps every word spelled correctly but flips the sequence: hello world becomes world hello. Useful for rearranging name formats and for language exercises.
  • Reverse line order leaves lines untouched and flips them top to bottom — the practical one. It turns a chronological log into newest-first, or inverts a ranked list.

Line reversal is by far the most-used in practice, because reversing a list is a genuinely common task with no obvious button anywhere else.

Why reversed text sometimes looks wrong

Reversing by character works cleanly for plain English and breaks in predictable ways elsewhere. Accented letters written as a base letter plus a combining mark can separate, attaching the accent to the wrong character. Emoji built from several code points — skin-tone variants, flags, family sequences — can come apart into their components entirely.

Right-to-left scripts such as Arabic and Hebrew are a different problem again: they are already displayed right to left, so reversing the underlying characters produces something that looks superficially plausible but is not the text read backwards. If the result of a reversal looks odd, this is almost always why, and the fix is to reverse by word or by line instead.

Reversing is not obscuring

Backwards text is occasionally used to slip a word past a naive filter, or presented as a way to hide something. It is neither secure nor private — anyone can paste it back into this page and read it, and it takes no key or skill to undo.

Treat it as a novelty and a formatting tool, never as protection. If text genuinely needs to be unreadable to others, that requires encryption; if it needs to be verified rather than hidden, a hash is the right tool. For related transformations, the text transformer combines reversing with case changes, sorting and deduplication in one pass.

FAQ

How do I write text backwards?
Paste it above with the Reverse characters mode selected — every character is flipped so the text reads backwards instantly.
Can I reverse the order of words instead of letters?
Yes. Choose Reverse word order to keep each word readable while flipping their sequence, or Reverse line order to flip a list.
How do I reverse the order of lines in a list?
Choose the "reverse line order" mode, which flips the lines top to bottom while leaving the text of each line untouched. It is the quickest way to turn a chronological list newest-first or invert a ranking.
Why do emoji or accented letters break when reversed?
Because they are built from more than one code point. Accents written as a base letter plus a combining mark can attach to the wrong character, and emoji made of several components — skin tones, flags, family sequences — can come apart. Reversing by word or line avoids this.
Is reversed text a secure way to hide something?
No. Anyone can paste it back and read it instantly, with no key or technical skill required. It is a novelty and formatting tool — if text genuinely needs to be unreadable to others, that requires encryption.

Related tools