Examples
Simple face: :-) or shrug emoticon: ¯\_(ツ)_/¯Figlet-style logo: large decorative text (see Figlet)Cowsay cow: < Hello world! > with ASCII cow drawingBox with text: ┌─────────────┐ │ Genfy CLI │ └─────────────┘Density gradient: @#%*+=-:. (dark to light)
FAQ
Why is ASCII Art still popular?
Because it works universally: any terminal, editor, or browser can display it without plugins. It's part of hacker and developer culture, evokes nostalgia for BBSs and early computers, and adds personality to CLI tools without technical complexity.
What's the difference between ASCII Art and ANSI Art?
ASCII Art uses only the 95 standard printable characters (no colors). ANSI Art adds ANSI escape codes for colors and styles, common in 80s-90s BBSs. ANSI allows more detailed art but requires compatible terminal support.
Can I use ASCII Art commercially?
Yes, ASCII Art you create is yours. But if using automatic generators or specific ASCII fonts, check the license. Standard ASCII characters are public domain, but complex designs (Figlet logos, third-party art) may have copyright.