← Back to Home

ASCII Art Generator

/ascii/:text
Convert text to fancy ASCII art with multiple styles (box-drawing, blocks, stars, hash, banner) and optional borders. Limited to 20 characters.
Try it now

Parameters

text path
Text to convert (max 20 characters). Supports A-Z, 0-9, and punctuation
style query
Art style: box (default), blocks, stars, hash, banner
border query
Add border: true (default) or false

Examples

curl
curl https://tcpdata.com/ascii/HELLO | jq -r '.ascii'
curl
curl 'https://tcpdata.com/ascii/CODE?style=blocks' | jq -r '.ascii'
curl
curl 'https://tcpdata.com/ascii/TEST?style=stars&border=false' | jq -r '.ascii'

Notes

Use | jq -r '.ascii' to display the ASCII art directly in your terminal

style=box: Box-drawing characters (╔═╗)

style=blocks: Block characters (█)

style=stars: Star characters (*)

style=hash: Hash characters (#)

style=banner: MikroTik-style double-height banner (6 lines)

border=true: Adds a decorative border around the text