Copy-paste collection

ASCII Art

Small ASCII art you can paste into chat, code comments, terminals or a bio. Every piece is plain text, so it renders anywhere a monospace font does.

36 entries

01
 /\_/\
( o.o )
 > ^ <

Cat ASCII Art

The classic three-line cat face — the most copied ASCII animal on the internet.

02
  |\      _,,,---,,_
  /,`.-'`'    -.  ;-;;,_
 |,4-  ) )-,_..;\ (  `'-'
'---''(_/--'  `-'\_)

Sleeping Cat ASCII Art

A longer curled-up cat drawing, best viewed in a monospace font.

03
 ,d88b.d88b,
 88888888888
 `Y8888888Y'
   `Y888Y'
     `Y'

Heart ASCII Art

A solid heart shape drawn with 8s and quote marks.

05
   _____
  /     \
 | () () |
  \  ^  /
   |||||
   |||||

Skull ASCII Art

A compact skull face with hollow eyes and a toothy jaw.

06
¯\_(ツ)_/¯

Shrug ASCII

The universal 'who knows' shrug, built from a Japanese katakana face.

09
ʕ•ᴥ•ʔ

Bear ASCII Art

A five-character bear face, small enough to sit inline in a sentence.

10
(\(\
( -.-)
o_(")(")

Rabbit ASCII Art

A three-line rabbit with long ears drawn from backslashes and parentheses.

12
  ( (
   ) )
........
|      |]
\      /
 `----'

Coffee Cup ASCII Art

A steaming mug drawn in six lines, with the steam rising above the rim.

15
    /\
   |  |
   |  |
  /|##|\
 / |##| \
/  |##|  \
   |##|
    /\

Rocket ASCII Art

A launch vehicle with fins and a hatched body, drawn in eight lines.

16
~~~~~~~~~~~~~~
 ~~~~~~~~~~~~
~~~~~~~~~~~~~~

Wave ASCII Art

Three rows of tildes offset against each other to suggest moving water.

17
 __      _
o'')}____//
 `_/      )
 (_(_/-(_/

Dog ASCII Art

A four-line dog in profile, ears back and tail curling behind it.

19
 .  *  .
 \ | /
( o o o )
 |_____|

Crown ASCII Art

A small crown with three points and a jewelled band.

21
    /\
   /  \
  /____\
  |    |
  | [] |
  |____|

House ASCII Art

A pitched-roof house with a single window, six lines tall.

22
     |
    /|
   / |
  /__|
\_______/
 ~~~~~~~

Boat ASCII Art

A small sailing boat with a triangular sail above a waterline.

26
 ,___,
 (O,O)
 /)_)
  ^ ^

Owl ASCII Art

A small perched owl with wide round eyes, four lines tall.

28
 @..@
(----)
( >__< )
 ^^  ^^

Frog ASCII Art

Bulging eyes over a wide mouth with feet at the bottom.

31
 \  /\  /
  \(oo)/
  /(  )\
 /  /\  \

Spider ASCII Art

A symmetrical spider with eight legs spreading from a small body.

32
  ()
  ||
  ||
 /||\
| () |
 \__/

Guitar ASCII Art

A guitar seen head-on: tuning pegs, neck, body and sound hole.

36
 __       __
/  \     /  \
|   \___/   |
|  o     o  |
|     v     |
 \   \_/   /
  \_______/

Dog Face ASCII Art

A front-on dog face with long ears hanging either side of the muzzle.

Collection guide

How to use ascii art

ASCII art builds recognisable pictures from ordinary keyboard characters. Small drawings travel well in source files, terminal output and plain-text messages because they do not require an image attachment.

Compatibility and display

Monospace fonts preserve the intended spacing. Use fenced code blocks or preformatted text in apps that collapse repeated spaces, and check backslashes when pasting into source code.

01

Keep every line break

A missing line can flatten the picture or move its details out of place.

02

Preserve leading spaces

Indentation often centres ears, eyes, points or other parts of the drawing.

03

Test the destination

Mobile chat, Markdown and terminals handle whitespace differently, so preview the final paste once.

Common questions

About ascii art

Why does ASCII art break after I paste it?

The destination is probably using a proportional font or collapsing repeated spaces. A code block usually fixes both problems.

Is all text art technically ASCII?

No. Many modern drawings include Unicode symbols, but people commonly use ASCII art as a broad name for pictures made from text.