ʕ•ᴥ•ʔFonteLy

How to Make Your Own Text Art: A Beginner's Tutorial

GuideJuly 27, 2026·7 min read·
#guide#tutorial#text-art#creative

Stop copying and start creating. Learn the secrets of drawing custom text art, from simple Kaomoji to complex ASCII landscapes.

Copying and pasting text art from directories like FonteLy is great, but there is something uniquely satisfying about creating your own custom ASCII or Unicode art. Whether you want to create a custom signature for your Discord profile, a unique animal for a tweet, or a massive ASCII logo, this guide will teach you the fundamental building blocks of drawing with text.

Rule #1: Understand Proportional vs. Monospaced Fonts

Before you type a single character, you must understand the canvas. There are two types of fonts in the world:

If you are creating multi-line art (like a big house or a logo), you MUST build it in a monospaced environment (like Notepad or a code editor). However, remember that if you paste it into a proportional environment like Twitter, it might warp. For social media, single-line art (Kaomoji) is much safer.

Building Single-Line Art (Kaomoji)

The easiest way to start is by building Japanese-style Kaomoji. Since they are usually one line, they don't break on social media.

Step 1: Choose the Outline (The Face)

Start with parentheses or brackets to define the boundaries of the face.

Step 2: Choose the Eyes

The eyes define the emotion. Mix and match these standard Unicode characters:

Step 3: Choose the Mouth

Place a mouth character between the eyes.

Putting it together
Outline: ꒰ ꒱
Eyes: ◠ ◠
Mouth: ω
Result: ꒰ ◠ ω ◠ ꒱

Building Multi-Line ASCII Art (Block Method)

If you want to draw larger objects, the 'Block Method' is the most robust way to ensure your art doesn't break across different apps. Instead of using slashes (/) and lines (|) which warp easily, use solid Unicode blocks.

CharacterNameBest Used For
Full BlockSolid walls, heavy fills, dark shading
Dark ShadeShadows, textures, mid-tones
Medium ShadeLighter textures, gradients
Light ShadeHighlights, clouds, smoke
Lower Half BlockFine detail on bottoms of structures
Upper Half BlockFine detail on tops of structures
Block Art Example (Sword)
      █
     ███
    █████
    █████
    █████
  █████████
    █████
     ███
      █

Pro Tips for Text Artists

  1. Use a Character Map: Your keyboard only has 100 keys, but Unicode has 140,000 characters. Use Windows Character Map or online Unicode tables to find the perfect symbols.
  2. Test on Mobile: Always send your art to your own phone via a private message before posting it publicly. This guarantees it won't break on narrow screens.
  3. Reverse Engineer: Find a piece of text art you like on FonteLy, paste it into an editor, and take it apart character by character to see how the artist built it.

The History and Evolution of Text Art

Text art did not start with smartphones or Discord; it has its roots in the earliest days of computing. In the 1970s and 80s, before computer monitors could display high-resolution graphics, programmers used the American Standard Code for Information Interchange (ASCII) to draw images. They used combinations of letters, numbers, and basic punctuation marks (like @, #, /, and \) to create detailed portraits, logos, and landscapes.

As the internet evolved in the 1990s, the Japanese text encoding shift JIS gave birth to 'Kaomoji' (face characters). Unlike Western emoticons which are read sideways like :-) or :-(, Kaomoji are read upright like (^_^) and utilize a much wider array of characters, allowing for incredibly nuanced emotional expression.

Advanced Techniques: Layering and Zalgo

Once you master basic Kaomoji and block ASCII art, you can explore the advanced world of combining characters. The Unicode standard contains 'combining diacritical marks'. These were originally designed for languages that use accents (like the tilde in 'ñ' or the cedilla in 'ç').

However, text artists realized that there is no limit to how many combining marks you can stack on a single letter. By aggressively stacking marks above, below, and across a single base character, artists created what is known as 'Zalgo' or 'Glitch' text. It creates a terrifying, corrupted visual effect that spills out of its designated text line.

TechniqueHow it WorksVisual Effect
Line ArtUsing / \ | _ -Clean, geometric, fragile (breaks easily on mobile)
Block ArtUsing █ ▓ ▒ ░Solid, video-game pixel art style, robust
KaomojiUsing ◕ ᴥ ✿ ✧Cute, emotional, single-line safe
ZalgoCombining marks ̵̡͌Chaotic, glitchy, horror aesthetic

The Best Tools for Creating Text Art

While you can technically create text art in any text box, using the right software makes the process ten times faster and prevents frustrating formatting errors.

Need a starting point? Browse our extensive library of pre-made text art and modify them to create your own masterpieces.

Browse Text Art Templates

Frequently Asked Questions

What font should I use when creating text art?

Always use a monospaced font (like Courier, Consolas, or standard coding fonts) when creating multi-line text art. This ensures that every character takes up the exact same width, keeping your grids aligned.

Why does my text art look misaligned when I paste it on social media?

Most social media sites (like Twitter and Facebook) use proportional fonts (where 'i' is thinner than 'w'). If your art relies on precise spacing, it will break. To fix this, use block elements (██) rather than line characters, or stick to single-line art.

You might also like

← Back to all articles