Latin Small Letter Ae With Acute vs Latin Small Letter O With Caron
VS
属性对比
| 属性 | ǽ 01FD | ǒ 01D2 |
|---|---|---|
| 名称 | Latin Small Letter Ae With Acute | Latin Small Letter O With Caron |
| 分类 | Latin Extended | Latin Extended |
| 块 | Latin Extended-B | Latin Extended-B |
| 文字系统 | Latn | Latn |
| 通用类别 | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| 双向 | L | L |
编码对比
| 格式 | 01FD | 01D2 |
|---|---|---|
| Unicode | U+01FD | U+01D2 |
| HTML Decimal | ǽ | ǒ |
| HTML Hex | ǽ | ǒ |
| CSS | \01FD | \01D2 |
| JavaScript | \u{1FD} | \u{1D2} |
| Python | \u01fd | \u01d2 |
| UTF-8 | c7 bd | c7 92 |
如何区分
Latin Small Letter Ae With Acute 和 Latin Small Letter O With Caron 均属于 Latin Extended 类别和 Latin Extended-B 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。