Skip to content
NMSnabbit.

Word Reverser

Reverse the characters of your text so it reads back to front.

Text Tools Runs in your browser

How do you reverse the letters in a word?

Feed it “stressed” and you get “desserts” back. The reverser walks your text from the last character to the first, so the entire string flips end to end, word boundaries included. Reversal works on Unicode code points rather than raw bytes, which keeps accented letters and emoji from being torn into broken symbols. Run the output through again and the original returns.

How to use the Word Reverser

  1. 1 Put the word or phrase in the box.
  2. 2 It comes back with the characters in the opposite order.
  3. 3 Emoji and accented letters flip as whole units, not broken bytes.
  4. 4 Copy the backwards text, or reverse it again to restore the original.

What you can use it for

  • Creating mirror-style or puzzle text.
  • Checking palindromes by comparing input and output.
  • Making playful reversed usernames.
  • Obscuring a short message for fun.

Frequently asked questions

Does it flip letters, or the order of words?
Letters. “red car” becomes “rac der”, with everything read back to front. If you want sentences reordered while their words stay put, the Reverse Sentence tool does that.
Will emoji or accented characters break?
No. The string is reversed by Unicode code point, so a 👍 or an é stays a single character instead of splitting into stray bytes.
Can I use it to check a palindrome?
Yes. Reverse the candidate and compare: “racecar” comes back unchanged, while “race car” does not, because the space shifts position.

Related tools

More Text Tools

More tools like this:

All Text Tools