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