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 LEFT AND LIGHT RIGHT
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+257E | |
| decimal | 9598 | |
| htmldecimal | ╾ | |
| htmlhex | ╾ | |
| css | \257E | |
| javascript | \u{257E} | |
| python | \u257e | |
| java | \u257E | |
| go | \u257E | |
| ruby | \u{257E} | |
| rust | \u{257E} | |
| ccpp | \u257e | |
| urlencoded | %E2%95%BE | |
| utf8bytes | e2 95 be | |
| utf16bebytes | 25 7e | |
| utf32bebytes | 00 00 25 7e |
사용 방법
HTML:
╾
CSS:
content: "\257E"
JavaScript:
"\u{257E}"
Python:
"\u257e"
속성
- 블록
- Box Drawing
- 스크립트
- Zyyy
- 범주
- Other Symbol (So)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요