Latin Subscript Small Letter O vs Subscript Seven
VS
属性对比
| 属性 | ₒ 2092 | ₇ 2087 |
|---|---|---|
| 名称 | Latin Subscript Small Letter O | Subscript Seven |
| 分类 | Superscript & Subscript | Superscript & Subscript |
| 块 | Superscripts and Subscripts | Superscripts and Subscripts |
| 文字系统 | Latn | Zyyy |
| 通用类别 | Modifier Letter (Lm) | Other Number (No) |
| 双向 | L | EN |
编码对比
| 格式 | 2092 | 2087 |
|---|---|---|
| Unicode | U+2092 | U+2087 |
| HTML Decimal | ₒ | ₇ |
| HTML Hex | ₒ | ₇ |
| CSS | \2092 | \2087 |
| JavaScript | \u{2092} | \u{2087} |
| Python | \u2092 | \u2087 |
| UTF-8 | e2 82 92 | e2 82 87 |
如何区分
Latin Subscript Small Letter O 和 Subscript Seven 均属于 Superscript & Subscript 类别和 Superscripts and Subscripts 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。