Box Drawings Double Horizontal

Shortcodes

Copy useful codes for box drawings double horizontal symbol ═ to use in websites, apps, blogs, and docs.

Unicode
U+2550
Alt Code
205
HTML Code
═
HEX Code
═
CSS Code
\2550
JS/JSON
\u2550
Unix/C/PHP/JAVA
0x2550
URL-encode
%E2%95%90

Customize Box Drawings Double Horizontal

Customize ═, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Box Drawings Double Horizontal Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>═</span>
HTML Code:
<span>&#9552;</span>
HEX Code:
<span>&#x2550;</span>

Add with CSS

.box-drawings-double-horizontal::before {
  content: '\\2550';
}

Set it in JavaScript

document.querySelector('.box-drawings-double-horizontal').textContent = '═';

Related Line Symbols

View all Line Symbols
copied