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 TRIPLE DASH VERTICAL
Overview
┆ (BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL) is the Unicode character at code point U+2506. 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+2506 | |
| decimal | 9478 | |
| htmldecimal | ┆ | |
| htmlhex | ┆ | |
| css | \2506 | |
| javascript | \u{2506} | |
| python | \u2506 | |
| java | \u2506 | |
| go | \u2506 | |
| ruby | \u{2506} | |
| rust | \u{2506} | |
| ccpp | \u2506 | |
| urlencoded | %E2%94%86 | |
| utf8bytes | e2 94 86 | |
| utf16bebytes | 25 06 | |
| utf32bebytes | 00 00 25 06 |
How to Use
HTML:
┆
CSS:
content: "\2506"
JavaScript:
"\u{2506}"
Python:
"\u2506"
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 TRIPLE DASH VERTICAL)?
┆ (BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL) is the Unicode character U+2506.
What is the Unicode codepoint of BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL?
The BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL character (┆) has codepoint U+2506.
How do I type or copy BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL?
Copy ┆ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.