Text to ASCII Art
Turn text into ASCII banners in 10 figlet font styles.
About Text to ASCII Art
Text to ASCII Art turns a short phrase into an ASCII banner using one of 10 classic figlet fonts (Standard, Slant, Big, Small, Shadow, Block, Doom, Mini, Ghost, Banner). Each font has its own line height, character width, and overall style — Mini and Small produce compact 3–4 line output, while Big and Block produce taller, more elaborate banners. The classic use cases: a header at the top of a README file, an attention-grabber in CLI tool output, a flourish in a code comment, or a retro-styled signature in an email or chat.
Worked example: type 'Mello', pick Slant, and the output is a tilted multi-line banner spelling out the word. Switch to Mini for the most compact rendering, or Block for the most attention-grabbing one. Fonts are lazy-loaded the first time you select them — the page only downloads the fonts you actually use.
Two notes. ASCII art only renders correctly in a monospace font — paste the output into a proportional font (most word processors, many chat apps when not using code-block formatting) and the spacing collapses into something unreadable. README files (Markdown code blocks), terminal output, and code editors all use monospace and display ASCII art correctly. Different fonts have different practical width limits; if a longer phrase wraps awkwardly, switch to a narrower font like Mini or Small.
Generation runs in your browser using the figlet library. Nothing is uploaded.