Text Padding Tool
Add padding (spaces or characters) around your text with customizable options.
Original Length: 0 chars
Padded Length: 0 chars
Padding Characters Added: 0
ℹ️ Text Padding Guide
Padding Options Explained:
- Left/Right Padding: Adds characters to each line
- Top/Bottom Padding: Adds empty lines before/after text
- Custom Character: Use any single character for padding
Usage Examples:
- Formatting text for better alignment
- Preparing text for console output
- Creating visual separation in documents
- Generating bordered text blocks
Input | Settings | Output |
---|---|---|
Hello World |
Left: 4, Right: 4 Top: 1, Bottom: 1 |
(empty line) ····Hello···· ····World···· (empty line) |
Text | Left: 2, Right: 2 Char: * |
**Text** |
Content | Left: 5, Right: 5 Top: 2, Bottom: 2 |
(2 empty lines) ·····Content····· (2 empty lines) |
Note: "·" represents a space character in the examples. Actual padding will use the specified character.