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