Skip to main content
Particularly LogoParticular.ly

ASCII Art Editor

Canvas Settings
Adjust the canvas dimensions and click Apply to resize
Character Palette
Selected character: #
Canvas
Click or drag to draw. 60x25 characters.
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            
                                                            

About the ASCII Art Editor

The ASCII Art Editor is a grid-based canvas where you draw text art cell by cell, placing characters into a fixed-width matrix to build logos, diagrams, scenes, and decorative banners. Each cell holds one character, so the editor behaves like pixel art but with letters, symbols, and box-drawing glyphs instead of colored dots.

Working on a grid keeps every row and column aligned, which is essential for ASCII art that depends on precise spacing. Typical editors let you type directly into cells, fill regions, clear areas, and copy the finished canvas as plain text. Because the result is just characters, it renders consistently in any monospaced environment such as a terminal, code comment, or chat window.

Common use cases include hand-crafting banners for README files, sketching architecture or flow diagrams with box-drawing characters, creating game maps, and refining output from generators like the ASCII Maze Generator or frames for the ASCII Animation Player. It is also handy for designing small mascots or signatures that you want pixel-perfect.

To get good results, decide on a canvas size that matches where the art will live, since wrapping ruins alignment. Use box-drawing characters for clean lines and corners, and build up shading with characters of varying visual density such as periods, colons, and hashes. Always copy and paste your art into a monospaced destination, and consider the Text Art Decorator to add finishing touches like shadows.

Frequently asked questions

How is this different from a normal text box?
The editor enforces a fixed grid where every character occupies one cell, keeping rows and columns aligned. This precise spacing is what makes ASCII art look correct.
Which characters work best for drawing lines and boxes?
Box-drawing characters create crisp horizontal and vertical lines and clean corners. For shading and gradients, mix characters of different visual density like periods, colons, plus signs, and hashes.
Can I edit art made by other tools here?
Yes. You can paste in output from generators such as the ASCII Maze Generator and refine it cell by cell, then export the finished canvas as plain text.
Why does my finished art break when pasted elsewhere?
ASCII art only aligns in monospaced fonts. If the destination uses a proportional font or wraps long lines, the grid distorts. Paste into a code block or terminal to preserve it.