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