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