Diysb Tools

Create palindrome

World's simplest browser-based utility for creating palindromes from any text. Input text and instantly transform it into a palindrome that reads the same forward and backward. Perfect for word games, creating symmetrical text patterns, or exploring linguistic curiosities.

Text Tools
Input text
Result
Tool options
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately
Create palindrome Examples

Create Simple Palindrome

Create a palindrome by mirroring the text including the last character.

hello
hello
helloolleh
helloolleh
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately

Create Palindrome (exclude last char)

Create a palindrome without duplicating the last character.

hello
hello
helloleh
helloleh
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately

Multi-line Palindrome

Create palindromes for each line separately.

cat dog
cat dog
cattac doggod
cattac doggod
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately