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' : ''">
ắ
LATIN SMALL LETTER A WITH BREVE AND ACUTE
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+1EAF | |
| decimal | 7855 | |
| htmldecimal | ắ | |
| htmlhex | ắ | |
| css | \1EAF | |
| javascript | \u{1EAF} | |
| python | \u1eaf | |
| java | \u1EAF | |
| go | \u1EAF | |
| ruby | \u{1EAF} | |
| rust | \u{1EAF} | |
| ccpp | \u1eaf | |
| urlencoded | %E1%BA%AF | |
| utf8bytes | e1 ba af | |
| utf16bebytes | 1e af | |
| utf32bebytes | 00 00 1e af |
使用方法
HTML:
ắ
CSS:
content: "\1EAF"
JavaScript:
"\u{1EAF}"
Python:
"\u1eaf"
属性
- 文字
- Latn
- 类别
- Lowercase Letter (Ll)
- 双向
- L
- 组合
- 0
- 镜像
- 否
- 分解
- 0103 0301