โขASCII Box Maker
Wrap text in clean ASCII or Unicode boxes. Useful for code comment headers, README highlights, Discord/Slack messages, decorated terminal output, and stylized menu text.
How to use
- 1Type your text.
- 2Pick a box style.
- 3Copy and paste anywhere.
FAQ
What styles are available?+
Plain ASCII (+-|), rounded corners (โญโโฎ), thick lines (โโ), double lines (โโ), and more.
Why does it look broken?+
Unicode box characters (โโโ) align correctly only in monospace fonts. They look right in code editors and terminals, but may shift in Word's default fonts.
Multi-line text?+
Yes โ line breaks are handled, and the box auto-sizes to the longest line.
How do I use it in code comments?+
Combine with each language's comment markers (//, #, /*) and box section titles inside. Readability improves a lot.
Does it work with Korean?+
Yes, but Korean characters are double-width in many fonts, so boxes may misalign. Try monospace Korean fonts like D2Coding or Source Code Pro.