TEXT REVERSER
Flip text by character, word, or line. Nothing leaves your browser.
How to reverse text
- 1
Paste or type the text you want to reverse.
- 2
Choose whether to reverse by character, word, or line.
- 3
Copy the reversed result, or send it back into the input to reverse again.
Questions
- What's the difference between the reverse modes?
- Character mode flips every character, turning "hello" into "olleh". Word mode keeps each word spelled normally but reverses their order on each line. Line mode keeps each line intact but reverses the order of the lines.
- Is my text uploaded anywhere?
- No. The reversal happens entirely in your browser with JavaScript — nothing you type is sent to a server.
- Can I reverse text more than once?
- Yes — click "Use as input" to move the reversed output back into the input box, then pick a mode and reverse it again.
- Does this work with emoji or non-Latin scripts?
- Character mode reverses by Unicode code point, so most emoji and accented characters stay intact. Complex multi-codepoint emoji (like flags or skin-tone variants) can split apart when reversed character-by-character — word or line mode avoids that.