Greek Capital Letter Delta vs Roman Numeral Four
VS
属性对比
| 属性 | Δ 0394 | Ⅳ 2163 |
|---|---|---|
| 名称 | Greek Capital Letter Delta | Roman Numeral Four |
| 分类 | Greek Letters | Roman Numerals |
| 块 | Greek and Coptic | Number Forms |
| 文字系统 | Grek | Latn |
| 通用类别 | Uppercase Letter (Lu) | Letter Number (Nl) |
| 双向 | L | L |
编码对比
| 格式 | 0394 | 2163 |
|---|---|---|
| Unicode | U+0394 | U+2163 |
| HTML Decimal | Δ | Ⅳ |
| HTML Hex | Δ | Ⅳ |
| CSS | \0394 | \2163 |
| JavaScript | \u{394} | \u{2163} |
| Python | \u0394 | \u2163 |
| UTF-8 | ce 94 | e2 85 a3 |
如何区分
Greek Capital Letter Delta 属于 Greek Letters,而 Roman Numeral Four 属于 Roman Numerals。尽管外观相似,它们的用途各不相同。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。