Writer

ASCII Art Generator

Turn text into ASCII art banners and figlet-style headers.

All tools

ASCII art

 ▀█▀   █ █   █      ▄▀█   █ █   ▀█▀   ▀█▀   █▀█  
  █    █ █   █     █▀▀█   █▀▄    █     █    █ █  
  █    █▄█   █▄▄   █  █   █ █   ▄█▄    █    █▄█  

Frequently asked questions

What is figlet style ASCII art?
Figlet is a classic Unix program that renders text as large multi-line letters built from regular ASCII characters. The output works as banners in terminal headers, README files, and code comments.
Why does my ASCII art look broken when pasted?
ASCII art relies on a monospace font so every character takes the same width. Pasting into a proportional font like Arial will misalign the columns and ruin the shapes.
Can I use ASCII banners in source code comments?
Yes, large ASCII banners are commonly used as section dividers in source files and CLI help screens. Keep them under 80 columns to avoid wrapping in narrow terminals.