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' : ''">
¬
FULLWIDTH NOT SIGN
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+FFE2 | |
| decimal | 65506 | |
| htmldecimal | ¬ | |
| htmlhex | ¬ | |
| css | \FFE2 | |
| javascript | \u{FFE2} | |
| python | \uffe2 | |
| java | \uFFE2 | |
| go | \uFFE2 | |
| ruby | \u{FFE2} | |
| rust | \u{FFE2} | |
| ccpp | \uffe2 | |
| urlencoded | %EF%BF%A2 | |
| utf8bytes | ef bf a2 | |
| utf16bebytes | ff e2 | |
| utf32bebytes | 00 00 ff e2 |
사용 방법
HTML:
¬
CSS:
content: "\FFE2"
JavaScript:
"\u{FFE2}"
Python:
"\uffe2"
속성
- 스크립트
- Zyyy
- 범주
- Math Symbol (Sm)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요
- 분해
- <wide> 00AC