The Art of Text Dividers
Line symbols are the building blocks of text-based design. Before graphical user interfaces existed, characters like the Em Dash (—) and Box Drawing Lines (─ │) were used to create tables, frames, and borders in terminal screens.
Seamless Connections
The Unicode "Box Drawing" block (U+2500 to U+257F) is designed so that the characters connect seamlessly without gaps when using a monospaced font.
- The Pipe (|): Essential in computing, specifically in Unix/Linux, to pass the output of one command to another. It is also used as a logical OR operator in programming.
- The Wavy Dash (〰): Used in Japanese punctuation to indicate a range (like 5〰10), but popular online as a cute, aesthetic text separator.
- Double Lines (═ ║): Create a heavier, more formal border style compared to single lines.
Creating Horizontal Rules
In social media bios (like Instagram or Twitter), you can't use HTML tags like `<hr>`. Instead, pasting a string of box-drawing characters (━━━━━━━━) creates a clean, solid divider line to separate sections of your bio.