๐ Text to ASCII Art
Result
# # ##### # # ### # # # # # # # ##### ### # # # # # # # # # # # # # ##### ##### ##### ###
Convert short text (up to 20 characters) into a large ASCII art banner built from 5ร5 dot block letters. Choose your own fill character. Useful for making a heading stand out in a README, chat message, or code comment.
How to use
- Enter the text you want to convert (supports Latin letters, digits, and a few symbols, up to 20 characters).
- Specify a single character to use as the fill (default is #).
- The ASCII art is generated automatically โ use "Copy" to copy it.
FAQ
Does this support non-Latin text or lowercase letters?
No, the current version only supports Latin letters (A-Z), digits (0-9), and a few symbols (! ? . -). Lowercase input is automatically converted to uppercase.
The generated ASCII art looks distorted when I paste it
Display or paste it using a monospace font (like Courier New) to preserve the correct layout.
Why is there a character limit?
Each character uses 6 columns of width, so very long text would produce an impractically wide banner โ it's capped at 20 characters.