0

Reverse Text

Flip text backwards instantly: reverse characters, words, or lines right in your browser.

Processing... 0%
Reading input text
Segmenting graphemes
Reversing in selected mode
Building output

Result

Need to write a word backwards for a puzzle, create mirrored text for a social media post, or flip a list so the last line comes first? Reversing text by hand is tedious, and naive scripts often mangle emoji and accented letters into broken symbols.

This tool reverses text in one click and keeps everything on your device — the text is processed by your browser only, so nothing is uploaded to a server. Paste the text, pick a reversal mode, and copy the result.

Four modes cover the common cases: reverse every character of the whole text ("hello world" becomes "dlrow olleh"), mirror the letters inside each word while keeping the word order ("olleh dlrow"), reverse the order of the words themselves ("world hello"), or flip the order of lines so a list reads bottom-up.

Reversal is Unicode-aware: the text is split into grapheme clusters, so emoji, country flags, and letters with combining accents survive the flip intact. That makes the tool safe for any language and any modern text, not just plain ASCII.