Text to ASCII art banner
This tool turns a short word or phrase into a big block-letter ASCII banner for READMEs, code comments, terminal greetings and chat. Pick the fill character to change the look. It is a lightweight, offline alternative to figlet with no dependencies.
How it works
Each supported character maps to a small 5-row by 5-column bitmap in a built-in font. The tool looks up every character in your text, lines up their bitmaps side by side, and renders the five rows so the letters appear as large glyphs. The filled cells are drawn with your chosen fill character (#, *, @, $ or a solid block) and blank cells are spaces. The font covers A–Z, 0–9 and common punctuation; unsupported characters are skipped. Because output relies on equal-width columns, paste it into a monospace context.
Example
The word HI with the # fill renders as:
# # #####
# # #
##### #
# # #
# # #####
Keep banners short for the best result. Everything is generated in your browser with nothing uploaded.