Box Drawings Double Horizontal
Copy and paste the box drawings double horizontal symbol ═ (U+2550) instantly. Part of the Box Drawing Unicode block.
Works everywhere: websites, documents, social media, code editors
Character Codes
About This Symbol
- Name
- Box Drawings Double Horizontal
- Unicode Block
- Box Drawing
- Code Point
- U+2550
The Box Drawings Double Horizontal (═) is a Unicode character assigned to the Box Drawing block at code point U+2550. This block contains characters used across a variety of applications including technical documentation, web development, mathematical notation, and everyday digital communication. The box drawings double horizontal symbol can be inserted directly into text or referenced through its HTML entity, CSS code, or JavaScript escape sequence for use in websites and applications.
How to Use
- 1.Click "Copy Symbol" above to copy ═ to your clipboard
- 2.Paste it anywhere with Ctrl+V (or Cmd+V on Mac)
- 3.Or use the HTML entity
═in your code - 4.For CSS, use
\2550with the content property
Understanding Box Drawings Double Horizontal
Among the characters in the Box Drawing block, the box drawings double horizontal (═) at U+2550 fills a specific niche. Its inclusion in the Unicode standard reflects real-world demand for this particular symbol in digital text, enabling authors and developers to reference it unambiguously.
The hexadecimal value 2550 places this character at decimal position 9552 in the Unicode table. In UTF-8, it is encoded in three bytes, which affects storage considerations when this character appears frequently in a document. For web use, the HTML entity ═ provides a reliable fallback when direct character insertion is not possible.
Known by its descriptive name referencing "box drawings," this character serves a specific role that generic symbols cannot fill. It appears in specialized typography, technical standards, and digital content where precision in symbol choice directly affects meaning or layout.
About Box Drawing & Block Elements
Box drawing characters and block elements are the building materials of text-mode interfaces. With single and double lines, corners, T-junctions, and crossings, they construct tables, windows, and borders entirely from character cells. Block elements — quadrants, shades, and fills — add rudimentary graphics capability to pure text environments. Together, they power terminal user interfaces, ASCII art, and retro-styled applications that evoke the aesthetic of early personal computing.
IBM's Code Page 437, released with the original PC in 1981, included a full set of box drawing characters specifically for creating text-based user interfaces. Before graphical operating systems, every DOS application — from Lotus 1-2-3 spreadsheets to Norton Commander file managers — relied on these characters to simulate windows, menus, and dialog boxes. Bulletin Board Systems (BBS) of the late 1980s and early 1990s elevated box drawing to an art form, with ANSI artists creating elaborate scenes using nothing but colored text characters. Unicode preserved all of IBM's original box drawing characters and added variants to support the full matrix of single-line, double-line, and mixed-weight combinations.
Common Uses
- •Terminal user interfaces and CLI application layouts
- •Plain-text table formatting in documentation
- •ANSI art and retro computing aesthetics
- •Progress bars and loading indicators in terminal apps
- •Text-based data visualization in server environments
Technical Notes: Correct rendering of box drawing characters requires monospaced fonts where each glyph occupies exactly one character cell and lines connect seamlessly at cell boundaries. Many modern fonts fail to align box drawing characters properly because their metrics assume proportional spacing. Terminal emulators like iTerm2 and Windows Terminal have special rendering paths to ensure these characters join without gaps. The block elements (U+2580–U+259F) provide eight shading levels and quadrant combinations that can achieve pseudo-pixel graphics at sub-character resolution.
Cultural Context: The demoscene and BBS art communities transformed box drawing from utilitarian UI components into a genuine art form. ANSI art competitions in the 1990s produced remarkably detailed works using only the 256 characters of Code Page 437. Today, a vibrant retro computing community continues creating terminal art, and modern tools like tmux and Neovim keep box drawing characters relevant in developer workflows. The aesthetic has inspired pixel art, lo-fi game design, and the entire genre of terminal-based roguelike games.