🍋
Menu
🍋 Text Tools

Reverse Text

Reverse characters, words, or lines in your text.

Free Browser-only No sign-up
chars words sentences lines

Options

Results

Result

About Reverse Text

Reverse text at the character, word, or line level. Character reversal handles Unicode correctly, including emoji and CJK characters.

How It Works

Character reversal uses Array.from() for proper Unicode support, ensuring surrogate pairs (emoji, CJK) are treated as single characters. Word reversal splits on whitespace boundaries and reverses the word order. Line reversal reverses the order of lines.

Step by Step

  1. 1 Paste your text
  2. 2 Choose reversal mode: characters, words, or lines
  3. 3 Click Reverse

Tips

  • Character reversal creates 'mirror text' effects.
  • Line reversal is useful for reversing log files or lists.
  • Emoji and Unicode characters are handled correctly.

Frequently Asked Questions

Does it handle emoji correctly?
Yes. The tool uses Array.from() which properly handles Unicode surrogate pairs, so emoji like 🎉 are treated as single characters.