Latin Capital Letter G With Breve vs Latin Small Letter K With Cedilla
VS
属性对比
| 属性 | Ğ 011E | ķ 0137 |
|---|---|---|
| 名称 | Latin Capital Letter G With Breve | Latin Small Letter K With Cedilla |
| 分类 | Latin Extended | Latin Extended |
| 块 | Latin Extended-A | Latin Extended-A |
| 文字系统 | Latn | Latn |
| 通用类别 | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| 双向 | L | L |
编码对比
| 格式 | 011E | 0137 |
|---|---|---|
| Unicode | U+011E | U+0137 |
| HTML Decimal | Ğ | ķ |
| HTML Hex | Ğ | ķ |
| CSS | \011E | \0137 |
| JavaScript | \u{11E} | \u{137} |
| Python | \u011e | \u0137 |
| UTF-8 | c4 9e | c4 b7 |
如何区分
Latin Capital Letter G With Breve 和 Latin Small Letter K With Cedilla 均属于 Latin Extended 类别和 Latin Extended-A 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。