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