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