All tools

ASCII Border / Box

Wrap text in a Unicode or ASCII box.

Boxed output
┌──────────────────────────┐
│                          │
│ Hello world              │
│ Line two                 │
│ A much longer third line │
│                          │
└──────────────────────────┘

Wrap any text in a Unicode box. Works in monospace contexts: terminal output, code comments, GitHub README, plain text email. ASCII style for systems that don't render Unicode.

About

Pick a style (single line, double, rounded, thick, or pure ASCII +-|). The tool wraps your text in the matching box characters. Useful for terminal banners, README blocks, or plain-text email.

How to use

  1. Pick a style.
  2. Type text.

FAQ

Will the output align?+

Yes, in any monospace context. In proportional fonts (most websites), the box characters won't line up perfectly. Use for plain text only.