Home Text Tools ASCII Art Generator
🔡
Text

ASCII Art Generator

Convert any text into large ASCII art banner lettering. Choose from 20 FIGlet-style font styles, control width, spacing and case. Copy or download the output for terminals, README files, code comments and social bios.

🔒 Browser-based🔡 20 font styles📐 Width control⚡ Instant render
Switch Tool:
🔒 100% Private — All processing runs in your browser. Your text is never sent to any server.
Tip: Keep under 12 characters for best results

        
All Fonts Preview — click to select

📖How to Use the ASCII Art Generator

  1. 1
    Type your text

    Enter the word, phrase, or title you want to convert. Short words (under 20 characters) produce the sharpest results. The preview renders in real time as you type so you can see each font immediately.

  2. 2
    Choose a font style

    Select from 20 FIGlet-inspired font styles including Standard, Big, Block, Slant, Shadow, 3D, Bubble, Thin, Doom, Banner and more. Each font has a distinct personality — Standard works everywhere, Slant adds energy, Shadow adds depth.

  3. 3
    Adjust width and copy

    Use the width slider to scale the output narrower (for email signatures or Slack) or wider (for README banners). Click Copy to copy the ASCII art to your clipboard, or Download to save as a .txt file.

💡Quick Reference

FontBest for
StandardCode headers, READMEs
BigLarge banners, titles
SlantDynamic / energetic feel
ShadowDepth, decorative use
DoomDramatic / retro style

Frequently Asked Questions

What is ASCII art?

ASCII art is visual art created entirely from printable characters in the ASCII character set — letters, numbers, and symbols. Text-banner ASCII art (also called FIGlet art) uses these characters to form large block letters that spell out words. It has been used since the 1970s in email signatures, program headers, terminal banners and README files.

What are FIGlet fonts?

FIGlet is an open-source program originally written by Frank, Ian and Glen (hence FIG) that converts text into large character banners. FIGlet fonts are layout files that define how each character looks in block-letter form. There are hundreds of FIGlet fonts, ranging from clean and minimal (Standard) to decorative and stylised (Doom, Big, Slant). This tool implements the most popular FIGlet-style layouts entirely in your browser using JavaScript.

Where can I use ASCII art banners?

ASCII art banners are used in code file headers (the large comment dividers at the top of scripts), terminal welcome screens, GitHub and GitLab README.md files, Discord server names and messages, retro-style social media bios, email signatures in plain-text email clients, and as section dividers in documentation. Terminals and monospace-rendered environments show them correctly. Always use a monospace font when displaying ASCII art.

Why does my ASCII art look misaligned when I paste it?

ASCII art requires a monospace (fixed-width) font to display correctly. In a monospace font, every character occupies the same horizontal space, so columns line up perfectly. If you paste into a rich-text editor using a proportional font like Arial or Georgia, the characters have different widths and the art collapses. Always paste ASCII art into plain-text environments or ensure you apply a monospace font like Courier New, Consolas, or SF Mono.

What is the maximum text length I should use?

For terminal output (80 columns), keep text under 8–10 characters for Standard font, or under 5–6 characters for Big font. For GitHub README files, which support wider blocks, you can go up to 15 characters. This tool shows a character-width indicator so you can see exactly how wide the output will be before copying.

Can I use ASCII art in my README on GitHub?

Yes — place it inside a fenced code block (triple backtick) in your Markdown file. GitHub renders code blocks in a monospace font, so the art displays correctly. Without the code block fences, GitHub's Markdown renderer collapses whitespace and the art breaks.