Two real styles
A bold, solid Block font and a lighter line-drawn Outline font, each hand-built from a fixed 5-row character grid.
Turn a short word or phrase into a big ASCII art banner. Pick a block or outline style, choose a fill character, and copy the result straight into a terminal, readme or code comment.
🔒 Rendering happens locally in your browser, nothing is uploaded.
No image export needed. Copy a banner made purely of text, ready for any monospace surface.
A bold, solid Block font and a lighter line-drawn Outline font, each hand-built from a fixed 5-row character grid.
Swap the default # for any single character in Block style to match a theme, brand or mood.
Terminal welcome messages, code comments, README headers and forum signatures all render correctly.
ASCII banner text has been used since the early days of computing to make plain-text output stand out, from terminal login screens and BBS welcome messages to modern README files, source code headers and command-line tool splash screens. Because it is built entirely from ordinary characters, an ASCII banner works anywhere a monospace font is guaranteed, such as a code block, a terminal window or a plain .txt file, with no image file or special font required. This generator draws each letter on a fixed five-row grid, similar to how classic dot-matrix printers and LED signs rendered text, then stacks each character's grid side by side with a single blank column between them to keep letters readable. The Block style fills every "on" cell with a repeated character for a bold, high-contrast look, while the Outline style only marks the edges of each shape, giving a lighter, more technical appearance built from underscores, pipes and corner connectors. Because spacing is critical to how the letters line up, always paste the result somewhere that uses a fixed-width font; in a proportional font, the columns will drift out of alignment and the banner will no longer look correct.
ASCII banners trace back to figlet-style tools and early terminal art from the 1980s and 90s.
Every glyph is built on a fixed grid, so alignment only holds up in a fixed-width font.
Popular for README titles, CLI tool banners, code comments and forum or email signatures.
It turns short text into large letters built from plain text characters, arranged in a grid so each letter is recognizable in a monospace font, commonly used in code comments, terminals and readme files.
The generator supports A to Z, 0 to 9, spaces and a few punctuation marks including exclamation points, question marks, periods and hyphens. Unsupported characters render as a blank column.
Block style fills each letter solidly with a repeated character such as #. Outline style draws only the edges of each letter using underscores, pipes and a few connector characters for a lighter look.
Yes, in Block style you can type any single character, such as an asterisk or an at sign, and the banner is rebuilt using that character instead of the default #.
Yes, as long as it is pasted into a monospace font context, such as a code block, terminal, or plain text file, since the alignment depends on every character being the same width.