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