All tools

ASCII Block Banner

Make a big block-letter ASCII banner.

Banner
██   ██  ███████  ██       ██        ██████   
██   ██  ██       ██       ██       ██    ██  
███████  ██████   ██       ██       ██    ██  
██   ██  ██       ██       ██       ██    ██  
██   ██  ███████  ███████  ███████   ██████   

Block-letter ASCII banner. Useful for terminal welcome messages, README headers, or any time you need bigger text in plain text. 16 character max to keep it readable.

About

Type up to 16 characters. The tool renders block-letter ASCII art. Useful for terminal welcome messages, README headers, and old-school CLI tools.

How to use

  1. Type your text.
  2. Copy the banner.

FAQ

Why 16 character max?+

Each block letter is ~9 characters wide. Beyond 16, the banner overflows most terminals. For longer text, use figlet or toilet on the command line.