Comma vs Latin Small Letter K With Caron
VS
属性对比
| 属性 | , 002C | ǩ 01E9 |
|---|---|---|
| 名称 | Comma | Latin Small Letter K With Caron |
| 分类 | Latin Extended | Latin Extended |
| 块 | Basic Latin | Latin Extended-B |
| 文字系统 | Zyyy | Latn |
| 通用类别 | Other Punctuation (Po) | Lowercase Letter (Ll) |
| 双向 | CS | L |
编码对比
| 格式 | 002C | 01E9 |
|---|---|---|
| Unicode | U+002C | U+01E9 |
| HTML Decimal | , | ǩ |
| HTML Hex | , | ǩ |
| CSS | \002C | \01E9 |
| JavaScript | \u{2C} | \u{1E9} |
| Python | \u002c | \u01e9 |
| UTF-8 | 2c | c7 a9 |
如何区分
Comma 和 Latin Small Letter K With Caron 同属 Latin Extended 类别,但位于不同的 Unicode 区块。请查看下方对比表了解编码和属性差异。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。