Turn plain text into big ASCII art banners
ASCII art text is the art of writing a word in giant letters that are themselves drawn out of small keyboard characters — slashes, underscores, pipes and brackets. The result is a banner or logo made entirely of plain text, which is why it has been a favourite of programmers and the terminal crowd for decades. This text to ASCII art generator does the drawing for you: type a word, choose a style, and the large version appears instantly underneath. There is nothing to download and nothing to configure first — every change updates the preview the moment you make it.
The tool is powered by classic FIGlet fonts, the same font format used by the original figlet command-line program, and it ships with more than thirty of them. You will find clean, readable classics like Standard, Slant and Roman, heavy display styles like Block, Colossal and ANSI Shadow, three-dimensional looks like Isometric and Larry 3D, and playful designs like Script, Bubble and Star Wars. Switching the font dropdown re-renders your text immediately, so you can flick through every style in seconds and stop on the one that fits.
How to make ASCII art from text
- Type or paste your word or short phrase into the Your text box.
- Pick a font from the dropdown, or use the ‹ › arrows and the 🎲 button to flip through styles.
- Choose how tightly the letters sit with Smush, Kerning or Full width.
- Drag the Size slider so the whole banner fits comfortably on your screen.
- Click Copy, Copy as code block, or Download .txt to save your art.
Smushing, kerning and full width
The three spacing buttons change how neighbouring letters join. Smushing is the default and overlaps letters wherever their shapes allow, producing the tightest, most logo-like result. Kerning (also called fitting) slides the letters together until they just touch, without overlapping — a good middle ground when smushing looks too crowded. Full width keeps every character at its designed size with even gaps, which is the safest choice for ornate fonts where overlapping would muddy the shapes. Because switching is instant, the quickest way to get a clean result is to try all three and keep the one that reads best for your chosen font.
Where ASCII art is used
The most common home for ASCII banners is software. Developers drop them at the top of a README file or a source file to give a project a recognisable header, and command-line tools and servers often print a big ASCII name as a startup or login message. Beyond code, the same text art makes retro headings for terminal apps, eye-catching signatures on forums and in email, section dividers in notes, and fun oversized words for chats and social posts. Wherever you paste it, keep it inside a monospaced area — a code block on most platforms — so the careful spacing that holds the shapes together is preserved.
Tips for clean results
Short text works best: one word or a few characters keep the banner readable and stop it from running off the screen, while long sentences quickly become hard to follow at large sizes. If a font looks broken, switch the spacing to Full width — some decorative fonts are designed to stand apart rather than overlap. Remember that the look depends on a monospaced font, so the art may appear ragged in a chat box that uses a proportional font but will snap back into shape inside a code block. Numbers and most punctuation are supported in every font, though a few stylised fonts only include capital letters, in which case lowercase input is drawn using the capital shapes.
Private and free, right in your browser
Everything here happens on your own device. Your text is rendered locally using the bundled FIGlet engine and font files, so nothing you type is ever sent to a server, there is no account to create and there is no watermark or daily limit. Convert as many words as you like, copy what you need and close the tab — your words never leave your computer.