Subscript Six vs Superscript Plus Sign
VS
属性对比
| 属性 | ₆ 2086 | ⁺ 207A |
|---|---|---|
| 名称 | Subscript Six | Superscript Plus Sign |
| 分类 | Superscript & Subscript | Superscript & Subscript |
| 块 | Superscripts and Subscripts | Superscripts and Subscripts |
| 文字系统 | Zyyy | Zyyy |
| 通用类别 | Other Number (No) | Math Symbol (Sm) |
| 双向 | EN | ES |
编码对比
| 格式 | 2086 | 207A |
|---|---|---|
| Unicode | U+2086 | U+207A |
| HTML Decimal | ₆ | ⁺ |
| HTML Hex | ₆ | ⁺ |
| CSS | \2086 | \207A |
| JavaScript | \u{2086} | \u{207A} |
| Python | \u2086 | \u207a |
| UTF-8 | e2 82 86 | e2 81 ba |
如何区分
Subscript Six 和 Superscript Plus Sign 均属于 Superscript & Subscript 类别和 Superscripts and Subscripts 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。