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' : ''">
⩧
IDENTICAL WITH DOT ABOVE
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+2A67 | |
| decimal | 10855 | |
| htmldecimal | ⩧ | |
| htmlhex | ⩧ | |
| css | \2A67 | |
| javascript | \u{2A67} | |
| python | \u2a67 | |
| java | \u2A67 | |
| go | \u2A67 | |
| ruby | \u{2A67} | |
| rust | \u{2A67} | |
| ccpp | \u2a67 | |
| urlencoded | %E2%A9%A7 | |
| utf8bytes | e2 a9 a7 | |
| utf16bebytes | 2a 67 | |
| utf32bebytes | 00 00 2a 67 |
사용 방법
HTML:
⩧
CSS:
content: "\2A67"
JavaScript:
"\u{2A67}"
Python:
"\u2a67"
속성
- 스크립트
- Zyyy
- 범주
- Math Symbol (Sm)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요