🎭

ASCII Art

ASCII Art is the technique of creating visual images using only the 95 printable characters of the ASCII standard (letters, numbers, symbols). It emerged from technical limitations of 1970s printers and today is part of the retro aesthetic of hacker and developer culture.

Examples

  • Simple face: :-) or shrug emoticon: ¯\_(ツ)_/¯
  • Figlet-style logo: large decorative text (see Figlet)
  • Cowsay cow: < Hello world! > with ASCII cow drawing
  • Box 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.