Text Reverser
Reverse your text three ways β character by character, word by word, or line by line.
What each mode does
- Characters β "hello world" becomes "dlrow olleh". Emoji and other multi-byte characters are kept intact.
- Words β "hello brave world" becomes "world brave hello"; each word stays readable.
- Lines β the last line becomes first: handy for flipping logs, lists and chat transcripts.
Frequently asked questions
What is reversed text used for?
Mirror-writing puzzles, social-media bios, checking palindromes, flipping chronological lists, and un-reversing text that something else reversed.
Does it handle emoji?
Yes β characters outside the basic Unicode plane (emoji, many CJK extensions) are treated as single characters, so π doesn't turn into garbage when reversed.
Last updated: 2026-07-13