Three independent reverse modes for plain text. Reverse characters flips the entire string end to end, so "Hello" becomes "olleH" and multi-line input turns completely upside down. Reverse line order keeps every line intact but flips their sequence, so the last line becomes the first — handy for reversing logs or chat exports. Reverse each line mirrors the characters inside every line while leaving the line order untouched.
Character handling is Unicode-aware, so emoji and accented letters are treated as whole characters rather than split into broken code units. Everything runs locally in your browser — your text never leaves your device.