Flip text by characters, words, or line order — instantly
Reverse Mode
Reverse Text is a free online tool that lets you flip any text in three ways: reverse every character to mirror a word or sentence backwards, reverse the word order within each line, or invert the sequence of lines in a block of text. Paste your content, pick a mode, and the reversed output is ready to copy in one click — no account or install required.
Reversing characters flips every letter and symbol in the entire string — "Hello World" becomes "dlroW olleH". Reversing words keeps each word intact but swaps their order within the line — "Hello World" becomes "World Hello".
Yes. In Characters mode the whole block is reversed as one string. In Words mode each line is reversed independently so line breaks are preserved. In Lines mode the order of lines is inverted — the last line moves to the top.
Characters mode splits on JavaScript string code units, which works correctly for standard ASCII and most Unicode. Multi-codepoint emoji (e.g. family emoji or skin-tone modifiers) may split unexpectedly — this is a known limitation of simple character reversal.
Reversed text is used for creative social-media posts, fun puzzles, testing string-handling in code, generating mirrored labels, and simple obfuscation of spoilers or answers.