Text Reverser
Reverse a block of text by individual characters, by word order, or by line order.
Input
Reversed
Ad space
Frequently asked questions
Does character reversal handle emoji correctly?+
Yes, it reverses by Unicode code point rather than raw character code, so multi-byte characters like emoji stay intact instead of turning into broken symbols.
What's the difference between word and line reversal?+
Word reversal flips the order of words within the text while keeping each word spelled normally; line reversal flips the order of entire lines, useful for reversing a numbered or bulleted list.
Can I use this to detect a palindrome?+
Yes, reverse by character and compare visually to the original to check whether a word or phrase reads the same backward.