usefmtly

ASCII Art Generator

ASCII Art Generator — Free ASCII art generator. Type any text and instantly convert it to ASCII art using classic figlet fonts. Choose from 12 styles including Standard, Shadow, 3D, Slant, Doom, and more. Copy with one click. No signup required.

Your text

0/80

Output
ASCII art will appear here…

A brief history of ASCII art

ASCII art predates the graphical web by decades. In the 1960s and 70s, computer terminals could only display characters — no images, no graphics. Artists and programmers discovered they could arrange letters, numbers, and punctuation to create pictures and decorative text.

Figlet (a program for making large letters out of ordinary text) was created in 1991 and remains the standard tool for text-based ASCII banners. The fonts used here — Standard, Slant, Shadow, Doom, and others — are the original figlet fonts, now used everywhere from terminal welcome screens to GitHub READMEs.

Where ASCII art is used today

  • Code headers — section dividers and file headers in source code and config files
  • Terminal applications — welcome screens, CLI tool logos, startup banners
  • README files — project names and logos in GitHub and GitLab repositories
  • Discord and Slack — announcements, channel headers, bot responses (in code blocks)
  • Social media — Twitter/X bios, retro-aesthetic posts, game-related content
  • Easter eggs — hidden messages in browser console outputs and page source code

Tips for best results

  • Shorter is better — a single word or short phrase looks best; long sentences wrap awkwardly
  • Use monospace fonts when pasting — ASCII art only looks correct in Courier, Menlo, or any fixed-width font
  • Try the Small or Mini font — for fitting ASCII art into tight spaces like comments or inline text
  • Discord/Slack trick — wrap your output in triple backticks (```code```) to preserve spacing

Frequently Asked Questions

What is ASCII art?

ASCII art is a graphic design technique that uses characters from the ASCII character set (letters, numbers, symbols) to create images, logos, and decorative text. It originated in the 1960s when computer displays could only show text characters, and remains popular for terminal interfaces, code comments, and creative projects.

What fonts are available?

This tool includes 12 classic figlet fonts: Standard, Big, Shadow (ANSI Shadow), Slant, Small, 3D ASCII, Doom, Speed, Banner, Lean, Mini, and Alligator (Gator). Each produces a distinct visual style from the same input text.

What can I use ASCII art for?

Common uses include code file headers and section dividers, terminal welcome screens, README files on GitHub, retro-style social media posts, email signatures, game UIs, and Discord/Slack announcements.

Why does my output look wrong on mobile?

ASCII art requires a monospace font to display correctly — all characters must be the same width. On mobile devices, text may wrap or render in a proportional font. The output looks best when copied into a code editor, terminal, or any context using Courier, Menlo, or another monospace font.

Related Tools