Text Reverser

Reverse text by characters, words or lines.

Related Tools

0 comments

How it works

Paste text and choose a mode: reverse the characters (so "hello" becomes "olleh"), reverse the order of words while keeping each word intact, or reverse the order of lines. Character reversal is Unicode-aware, so multi-byte characters and emoji are not broken apart. The result updates live as you type. It is handy for puzzles, quick obfuscation, and reordering lists. Everything runs in your browser.


              "hello" → "olleh"
            

Common use cases

  • Creating backwards text for a puzzle or playful caption.
  • Reversing the order of a list of lines.
  • Flipping word order in a sentence.

Frequently asked questions

Does character reversal break emoji?

No. Reversal works on Unicode code points (and common grapheme clusters), so multi-byte characters and most emoji stay intact rather than splitting into broken symbols.

What are the three modes?

Reverse characters flips the whole string; reverse words keeps each word but reverses their order; reverse lines flips the order of lines top to bottom.

Is my text uploaded?

No. Reversal runs entirely in your browser.