Animal Text Art Copy and Paste

Small animals drawn with slashes, brackets and a few Unicode extras. Each card is sized for a phone chat bubble; press Copy and paste it anywhere that keeps line breaks.

Cat Text Art

Curious, sleepy and boxed-in cats.

Dog Text Art

Bunny and Bear Text Art

Soft animals for soft messages.

Fish and Sea Creature Text Art

Bird Text Art

Small Critter Text Art

Mice, snails, bees and other tiny friends.

Explore Symbols, Emoticons and Fonts

What Are Animal Text Art?

Animal text art is a small drawing of an animal made from typed characters and spread across several lines. A cat is a slash, an underscore and a backslash for ears, a pair of brackets for the face and a caret for the mouth; a whale is a curve of slashes above a row of tildes for the sea. Every stroke is a Unicode character, which makes each piece plain text rather than a font or an image: you can copy it, paste it into a chat and edit it afterwards. Older pieces such as the classic cat and the striped fish stick to ASCII, the basic keyboard characters, while newer ones borrow the bear nose ᴥ, the box-drawing bars in the bunny's sign and the overline ‾ that forms the puppy's paws.

Unlike a one-line face, a multi-line animal depends on two things holding true after you paste it. The line breaks must survive, and every line must be measured in characters of the same width, which is what a monospace font like the one in a code editor provides. Most chat apps show messages in a proportional font, where a full stop is narrow and an m is wide, so the second line of a cat can slide sideways relative to the first. The pieces on this page were chosen to be forgiving: they are short, mostly under twenty characters wide, and they favour characters whose widths stay close to each other even in ordinary fonts.

One limit to be upfront about: a screen reader does not see a cat, a dog or a bee. It reads slashes and parentheses aloud one by one, or skips them, so a blind friend hears noise where you meant a picture. Write the animal's name or your message in words next to the art whenever the message matters.

Why Use Animal Text Art?

A cat drawn in characters is a small gift. It takes a second longer to read than an emoji, and the person on the other end knows it was chosen rather than tapped. That makes animal text art a natural fit for goodnight messages (the sleeping cat with its z's), for cheering someone up (the bunny with a cookie) and for the kind of low-stakes silliness that keeps a group chat alive.

Animals are the most shared subject in text art because they are easy to recognise at tiny sizes. Two pointed ears say "cat" even when the rest of the face is three characters, a pair of tall parentheses above a face says "rabbit", and a ᴥ nose says "bear" or "dog". That is why the bunny holding a sign became a template that people rewrite with their own words, and why ʕっ•ᴥ•ʔっ, the bear reaching for a hug, ends up under so many supportive comments.

Practicality counts too. A text animal can go into a Discord welcome channel, a Reddit comment or a WhatsApp group description without uploading anything, and other people can copy it, alter it and reply in kind. If you only need the face without the body, the animal emoticons page has single-line bears, cats and dogs, and the kaomoji collection covers expressive human faces built the same way.

Where Can You Use Animal Text Art?

Multi-line art needs its line breaks kept and, ideally, a monospace display. This is how the common places treated it at the time of writing; apps change, so send a test to yourself first.

When a platform strips leading spaces, one workaround is to begin each line with a character that looks empty, such as the Braille blank U+2800, or with a full stop that becomes part of the drawing.

How to Copy and Paste Animal Text Art

  1. Pick the creature that suits the message: cats and dogs for everyday replies, the bunny with a sign when you want to write your own words, fish and whales for someone who loves the sea.
  2. Hit Copy on the card. Every line break comes along with the characters, so there is nothing to reassemble on your side.
  3. Paste it where it is going. On Discord, Reddit or WhatsApp, type three backticks on the line before and the line after so the app keeps the columns aligned.

Tips for Using Animal Text Art

Test in a draft first

Send the animal to yourself or into a private channel before sharing it. If the ears drift, try a code block, a narrower piece, or a different font setting in the app.

Rewrite the sign

The bunny holding a sign has a box with room for about ten characters. Replace "hop hop!" with a name or "good luck" and keep the length the same, so the box edges still line up.

Backslashes are load-bearing

Slashes make ears, whiskers, legs and fins. Markdown treats a backslash before punctuation as an escape, so outside a code block on Discord or Reddit the classic cat can lose an ear. A code block protects every character.

Mind the mixed characters

Pieces like the sitting dog mix Japanese punctuation such as 〵 and じ with ordinary letters. They look right in most modern fonts but can go lopsided in an older one, so keep the pure ASCII cat or the teddy bear as a fallback.

Give it a caption

A stretching cat with "monday mood" under it says more than the cat alone, and it gives anyone who cannot see the picture something to read.

Animal Text Art FAQ

How do I copy a text art cat with the line breaks intact?

Use the Copy button on the card rather than selecting the text by hand. The button copies every line and every leading space exactly, so the cat arrives in your clipboard ready to paste.

Why does the second line of my text cat shift after pasting?

The app is showing it in a proportional font, where characters have different widths, so the lines no longer stack evenly. Paste it inside a code block where one is available, or pick a piece made of characters with similar widths.

Does animal text art work in an Instagram bio?

Not reliably. The bio keeps line breaks but removes leading spaces and squeezes repeated ones, so a multi-line animal collapses. One-line animals such as ʕ•ᴥ•ʔ or =^..^= are the safer choice for a bio.

How do I post a text art dog on Reddit?

In the Markdown editor, add four spaces at the start of every line, or put the whole dog between lines of three backticks. In the rich text editor, click the code block button first and paste inside it.

What is the bunny holding a sign called?

It is usually just called the sign bunny. It grew out of the (\_/) rabbit and became a meme where people replace the text in the sign with their own announcement, so feel free to rewrite it.

Why does the classic cat lose an ear on Discord?

The cat's left ear is a slash and its right ear a backslash, and Discord reads a backslash before certain characters as an escape. Wrapping the cat in a code block stops Discord from interpreting anything inside it.

Can I send animal text art in iMessage?

Yes. iMessage keeps line breaks, but it has no monospace mode, so narrow pieces work best. The surprised cat, the baby chick and the mouse hold their shape well; the wider whale can lean slightly.

How wide can a text animal be for a phone chat?

Keep it under about 25 characters per line, since a chat bubble on a phone can show roughly 30 to 35 monospace characters before wrapping. Everything on this page is narrower than that.

What characters make up the teddy bear's face?

The teddy bear uses ordinary parentheses and slashes for its body, with the phonetic letter ᴥ for its nose and bullets for its eyes. The ᴥ is the same character used in the bear emoticon ʕ•ᴥ•ʔ.

Can I draw my own text art animal?

Yes. Start with a simple face like the classic cat, sketch the outline in a plain-text editor set to a monospace font, and change one line at a time. Keep it narrow and test it in the app you intend to use.