Đảo ngược chuỗi
Đảo ngược chuỗi theo từng ký tự — dùng cho câu đố, kiểm tra Unicode, parser experiment và debug ordering.
Reverse a string character by character with full Unicode awareness, so emoji, accented characters, and CJK glyphs survive the operation in one piece.
For glyph-flipped text rather than plain reversal, use the Upside Down Text tool.
Are emoji handled correctly?
Yes — the tool iterates by Unicode codepoints, not UTF-16 code units.
Does it preserve line breaks?
Yes. Newlines are kept in their reversed positions.