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' : ''">
📜
SCROLL
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+1F4DC | |
| decimal | 128220 | |
| htmldecimal | 📜 | |
| htmlhex | 📜 | |
| css | \1F4DC | |
| javascript | \u{1F4DC} | |
| python | \U0001f4dc | |
| java | \uD83D\uDCDC | |
| go | \U0001F4DC | |
| ruby | \u{1F4DC} | |
| rust | \u{1F4DC} | |
| ccpp | \U0001f4dc | |
| urlencoded | %F0%9F%93%9C | |
| utf8bytes | f0 9f 93 9c | |
| utf16bebytes | d8 3d dc dc | |
| utf32bebytes | 00 01 f4 dc |
使用方法
HTML:
📜
CSS:
content: "\1F4DC"
JavaScript:
"\u{1F4DC}"
Python:
"\U0001f4dc"
属性
- 文字
- Zyyy
- 类别
- Other Symbol (So)
- 双向
- ON
- 组合
- 0
- 镜像
- 否