
Text
Calculate display width accurately (full-width = 2, half-width = 1) and pad lines with custom characters for left, right, or center alignment.
Perfect for formatting menus or lists in Slack/Discord code blocks.
Also useful for Markdown tables and fixed-width text formatting.
Use '─' as the pad character to create separator lines in text menus.
Q1
Half-width space is recommended for monospace environments. Full-width spaces may render as 2 characters wide and break alignment.
Q2
The max width is the display width of the widest line in your input. All lines are padded to this width.
Q3
Excel cells use proportional fonts by default, so alignment will not be precise. This tool is designed for monospace terminals and text editors.