Tested tool guide
Text and writing tools
Checked August 16, 2026
What Text to ASCII Art Generator does, with a checked example
Type a word or sentence, choose a style, and the tool returns it enlarged into a tall banner built from repeated characters: an H becomes a five-column stack of hashes, and a whole phrase becomes one wide block of art. This is the classic banner format of the figlet tradition, recreated in the browser. The output is plain text, and it only holds its shape in a monospace font. The common surprise: paste a banner into a proportional-font message field and the columns slide apart. Many styles also render lowercase as capitals.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
# #
# #
#####
# #
# #
# #
In the block-style font, every letter is a grid six rows tall and five columns wide, drawn in hash characters. H puts ink at columns 1 and 5 on every row with a full crossbar on row 3, which reads as two vertical bars joined by one horizontal bar. Choose a different style and the same letter is redrawn with different characters and shapes.