Reverse Text

Write text backwards for puzzles, mirror effects or palindrome checks. Emoji and accented letters are kept whole instead of breaking into symbols.

Runs entirely in your browser. Your text is not uploaded.

How to use the reverse text

  1. Type or paste text.
  2. Choose what to reverse: letters, word order, each word, or lines.
  3. Copy the result.

Questions

Why do other tools break emoji when reversing?

They reverse UTF-16 code units, which splits emoji and letters with accents into invalid pieces. We reverse grapheme clusters, the units you see as one character.

How do I check a palindrome?

Reverse the letters and compare. The tool tells you when the reversed text matches the original, ignoring spaces, punctuation and case.