Text Reverser
Reverse text, words, or lines.
Recommended next steps
Related tools
Convert text between camelCase, snake_case, kebab-case, Title Case, and more.
Count characters with and without spaces, with live limits for X, SMS, and SEO.
Count words, characters, sentences, paragraphs, and reading time as you type.
Frequently asked questions
It flips your text in one of three ways: by characters (the whole string is read back to front), by words (word order is reversed but each word stays readable), or by lines (line order is reversed while each line is left unchanged). Pick a mode and the result updates as you type.
Yes. Character mode reverses by Unicode code point, so accented letters like é and most emoji stay whole instead of breaking into garbled pieces. Some compound emoji built from several code points can still split, which is a limitation of how the text is stored.
No. The reversal happens entirely in your browser using JavaScript. What you type or paste never leaves the page and is not sent to a server.
Use the Copy output button to copy the result to your clipboard, or Use output as input to feed it back in — reversing characters twice, for example, returns your original text.
Last updated 2026-06-23.