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