ASCII Text Art Generator
Turn a word into large letters drawn out of characters.
Runs entirely in your browser.
Turn Text Into Large ASCII Letters
About ASCII Text Art Generator
Draws each letter from a bitmap using whatever character you choose as the ink. The usual use is a banner in a source file or a README - a section marker large enough to find while scrolling - or a startup banner in a command-line program.
Doubling the cell width is worth doing for anything you want to read easily: characters in a monospace font are about twice as tall as they are wide, so a one-to-one grid comes out squashed. At double width the letters look properly proportioned.
Covers A-Z, 0-9 and common punctuation. Letters are drawn as capitals whatever you type, since the bitmaps are one height.
Other Developer Utilities
- JavaScript Key Code Info — event.key, code and keyCode
- Online Stopwatch — with lap times
- Docker Run to Compose — convert a run command
- Device Information — screen, browser and capabilities
- SVG Placeholder Generator — vector placeholder images
- Placeholder Image — a raster PNG or JPG placeholder
- User Agent Parser — break down a UA string
- Responsive Tester — preview a page at many sizes
- Dockerfile Generator — build a Dockerfile
- Live Code Preview — edit HTML, CSS and JS together