copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('╌'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
╌
BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
Overview
╌ (BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL) is the Unicode character at code point U+254C. It belongs to the Box Drawing block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+254C | |
| decimal | 9548 | |
| htmldecimal | ╌ | |
| htmlhex | ╌ | |
| css | \254C | |
| javascript | \u{254C} | |
| python | \u254c | |
| java | \u254C | |
| go | \u254C | |
| ruby | \u{254C} | |
| rust | \u{254C} | |
| ccpp | \u254c | |
| urlencoded | %E2%95%8C | |
| utf8bytes | e2 95 8c | |
| utf16bebytes | 25 4c | |
| utf32bebytes | 00 00 25 4c |
How to Use
HTML:
╌
CSS:
content: "\254C"
JavaScript:
"\u{254C}"
Python:
"\u254c"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ╌ character (BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL)?
╌ (BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL) is the Unicode character U+254C.
What is the Unicode codepoint of BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL?
The BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL character (╌) has codepoint U+254C.
How do I type or copy BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL?
Copy ╌ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.