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' : ''">
💜
PURPLE HEART
인코딩 표
| 형식 | 값 | 복사 |
|---|---|---|
| unicode | U+1F49C | |
| decimal | 128156 | |
| htmldecimal | 💜 | |
| htmlhex | 💜 | |
| css | \1F49C | |
| javascript | \u{1F49C} | |
| python | \U0001f49c | |
| java | \uD83D\uDC9C | |
| go | \U0001F49C | |
| ruby | \u{1F49C} | |
| rust | \u{1F49C} | |
| ccpp | \U0001f49c | |
| urlencoded | %F0%9F%92%9C | |
| utf8bytes | f0 9f 92 9c | |
| utf16bebytes | d8 3d dc 9c | |
| utf32bebytes | 00 01 f4 9c |
사용 방법
HTML:
💜
CSS:
content: "\1F49C"
JavaScript:
"\u{1F49C}"
Python:
"\U0001f49c"
속성
- 스크립트
- Zyyy
- 범주
- Other Symbol (So)
- 양방향
- ON
- 결합
- 0
- 미러링
- 아니요