Fullwidth Digit Five vs Hypodiastole
VS
属性对比
| 属性 | 5 FF15 | ⸒ 2E12 |
|---|---|---|
| 名称 | Fullwidth Digit Five | Hypodiastole |
| 分类 | Punctuation | Punctuation |
| 块 | Halfwidth and Fullwidth Forms | Supplemental Punctuation |
| 文字系统 | Zyyy | Zyyy |
| 通用类别 | Decimal Number (Nd) | Other Punctuation (Po) |
| 双向 | EN | ON |
编码对比
| 格式 | FF15 | 2E12 |
|---|---|---|
| Unicode | U+FF15 | U+2E12 |
| HTML Decimal | 5 | ⸒ |
| HTML Hex | 5 | ⸒ |
| CSS | \FF15 | \2E12 |
| JavaScript | \u{FF15} | \u{2E12} |
| Python | \uff15 | \u2e12 |
| UTF-8 | ef bc 95 | e2 b8 92 |
如何区分
Fullwidth Digit Five 和 Hypodiastole 同属 Punctuation 类别,但位于不同的 Unicode 区块。请查看下方对比表了解编码和属性差异。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。