๐Ÿ”ƒ Text Reverser

Reverse a piece of text by character, word, or line. Fun for making novelty strings, or useful for reversing the order of a list of text data.

How to use

  1. Choose the reversal unit (characters, words, or lines).
  2. Enter the text you want to reverse.
  3. The reversed result appears automatically. Use the "Copy" button to copy it.

FAQ

Does this correctly reverse text containing emoji?

Yes โ€” emoji made of surrogate pairs are reversed as intact units without getting garbled.

How does "word" reversal work?

It reverses the order of space-separated words (each word's own letters stay in order). Languages without spaces between words, like Japanese, may not behave as expected.

Can I reverse the line order of multi-line text?

Yes โ€” choose "lines" to reverse the order of the lines while keeping each line's content unchanged.