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' : ''">
🚌
BUS
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+1F68C | |
| decimal | 128652 | |
| htmldecimal | 🚌 | |
| htmlhex | 🚌 | |
| css | \1F68C | |
| javascript | \u{1F68C} | |
| python | \U0001f68c | |
| java | \uD83D\uDE8C | |
| go | \U0001F68C | |
| ruby | \u{1F68C} | |
| rust | \u{1F68C} | |
| ccpp | \U0001f68c | |
| urlencoded | %F0%9F%9A%8C | |
| utf8bytes | f0 9f 9a 8c | |
| utf16bebytes | d8 3d de 8c | |
| utf32bebytes | 00 01 f6 8c |
사용 방법
HTML:
🚌
CSS:
content: "\1F68C"
JavaScript:
"\u{1F68C}"
Python:
"\U0001f68c"
속성
- 스크립트
- Zyyy
- 범주
- Other Symbol (So)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요