Text Reverser

Flip your text by characters, words, or lines. Unicode-safe — emoji and accented letters stay intact.

Copied!

What this does

Three reversal modes for different needs. Characters mode flips every code point — handy for puzzles, palindrome checks, and the odd Unicode trick. Words mode keeps each word intact but reverses their order — useful for testing parsers. Lines mode flips line order — perfect for reversing a chronological log or list. All updates live as you type.

How to use it

  1. Pick a mode (characters / words / lines).
  2. Type or paste your text in the input box.
  3. The output updates live below.
  4. Click Copy output to grab the result.