Reverse text.
Reverse text three ways — character order, word order, or line order. Unicode-safe (emoji and CJK round-trip cleanly).
Tool 18ConvertersLive100% local
§ Three reversals
Mirror, on demand.
Quick palindrome-checking, lyric flips, and odd-character debugging — all without tripping over surrogate pairs.
Does it handle emoji?
Yes for code points (so 🌿 stays one character). Some compound emoji built with zero-width joiners (e.g. 👨👩👧) may visually fragment after reversal — that is a Unicode limit, not a tool bug.
What counts as a “word” in word-reverse mode?
Whitespace-separated runs. Punctuation stays attached to its word. Reversal happens line-by-line so paragraphs stay intact.
Why reverse lines?
Useful for log triage (most-recent-first → oldest-first), reversing a sorted list, or building a quick most-recent view of a config file.