Skip to content
Text & Fonts

Reversed Text & Word Flip

Take any string and reverse it completely, or keep the characters in order but flip the word order of the sentence. Fun for puzzles, lore, or subtle flips on arguments.

  • Free, no limits
  • No login
  • Runs in your browser
Tool
Reversal mode
Result
txet siht kcab lovE

About this tool

The reversed text tool turns your message around character by character or word by word. Character reversal mirrors the full string backwards, while word reversal keeps each word's spelling but flips the order of the sentence.

Both modes are one click away and can be used for puzzles, secret messages, or just confusing your friends in chat.

How to use

1

Type the text you need to reverse.

2

Choose Word order or Character order mode.

3

Copy the reversed result.

Reversing text is harder than reversing a string

Reversing by code unit breaks anything outside the Basic Multilingual Plane. Emoji, mathematical alphanumerics and many scripts are stored as surrogate pairs - two code units representing one character - and flipping those pairs produces invalid sequences that render as replacement characters.

Iterating by code point fixes surrogate pairs but not everything. Combining marks attach to the character before them, so reversing moves an accent onto the wrong letter. Emoji built from zero-width-joiner sequences come apart entirely into their component parts.

Fully correct reversal requires splitting on grapheme clusters - what a reader would call a character - which needs Unicode segmentation data rather than a language primitive. For plain Latin text the simpler approach is fine, and for emoji-heavy text it is visibly not.

Character reversal versus word reversal

Reversing characters produces text nobody can read without a tool, which makes it a mild obfuscation - fine for hiding a punchline, useless as security since anyone can reverse it back.

Reversing word order keeps every word readable while scrambling the sentence, which is a different effect entirely. It is the more useful of the two for puzzles, because a reader can make progress on it.

Fun ways to use reversed text

Puzzle servers often use reversed text as a simple cipher layer. Game masters create riddles where reversing a phrase reveals the next clue. In casual chat it is just a playful way to reply without being too predictable.

Character vs word reversal

Character reversal flips every single glyph, so hello becomes olleh. Word reversal keeps each word intact but swaps their order, so hello world becomes world hello. Pick the one that matches your puzzle or joke.

Frequently asked questions

Does Discord support reversed text?

Yes. The output is regular unicode that renders normally in any text channel.

Can I reverse emoji?

Emoji do not reverse, but they keep their position in the string so they end up at the other end after reversal.

Related guides

Browse all guides and generators.

Try other relevant tools