QuickFreeTools

Online Create Text Palindrome

Create a palindrome from text: append the reversed text (optionally without duplicating the middle character). Reads the same forward and backward. Client-side only.

Frequently Asked Questions

What is a text palindrome?
A palindrome reads the same forward and backward (e.g. 'abc' + 'cba' = 'abccba'). This tool makes one by appending the reversed text.
Do you duplicate the middle character?
By default the full reverse is appended (ab → abba). You can choose to omit the center when reversing so 'ab' becomes 'aba' (no duplicate middle).
What about spaces and punctuation?
The tool reverses the exact string you provide. To get a strict letter-only palindrome, strip spaces and punctuation first in your input.

Related Text Tools