Text Reverser
Reverse characters, words or lines of any text instantly.
How to use this tool
- Type or paste text.
- Pick characters, words or lines mode.
- Copy the reversed output.
How it works
Depending on the mode, the string is split into code points, words, or lines, reversed, and rejoined.
Tips
- 'Reverse words' keeps spelling intact and flips sentence order — great for lists.
- Character mode produces the classic backwards-text joke.
Limitations
Emoji composed of multiple code points may partially reverse visually.
Frequently asked questions
What modes exist?
Reverse all characters, reverse the order of words, or reverse the order of lines.
Does it handle unicode?
Yes — multi-byte characters reverse correctly using code-point splitting.
Fun or functional?
Both: palindromes for fun, line reversal for restructuring lists.