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' : ''">
⫾
WHITE VERTICAL BAR
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+2AFE | |
| decimal | 11006 | |
| htmldecimal | ⫾ | |
| htmlhex | ⫾ | |
| css | \2AFE | |
| javascript | \u{2AFE} | |
| python | \u2afe | |
| java | \u2AFE | |
| go | \u2AFE | |
| ruby | \u{2AFE} | |
| rust | \u{2AFE} | |
| ccpp | \u2afe | |
| urlencoded | %E2%AB%BE | |
| utf8bytes | e2 ab be | |
| utf16bebytes | 2a fe | |
| utf32bebytes | 00 00 2a fe |
사용 방법
HTML:
⫾
CSS:
content: "\2AFE"
JavaScript:
"\u{2AFE}"
Python:
"\u2afe"
속성
- 스크립트
- Zyyy
- 범주
- Math Symbol (Sm)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요