Latin Small Letter N Preceded By Apostrophe vs Latin Small Letter T With Cedilla
VS
属性对比
| 属性 | ʼn 0149 | ţ 0163 |
|---|---|---|
| 名称 | Latin Small Letter N Preceded By Apostrophe | Latin Small Letter T With Cedilla |
| 分类 | Latin Extended | Latin Extended |
| 块 | Latin Extended-A | Latin Extended-A |
| 文字系统 | Latn | Latn |
| 通用类别 | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| 双向 | L | L |
编码对比
| 格式 | 0149 | 0163 |
|---|---|---|
| Unicode | U+0149 | U+0163 |
| HTML Decimal | ʼn | ţ |
| HTML Hex | ʼn | ţ |
| CSS | \0149 | \0163 |
| JavaScript | \u{149} | \u{163} |
| Python | \u0149 | \u0163 |
| UTF-8 | c5 89 | c5 a3 |
如何区分
Latin Small Letter N Preceded By Apostrophe 和 Latin Small Letter T With Cedilla 均属于 Latin Extended 类别和 Latin Extended-A 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。