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