Dashed Overline vs Presentation Form For Vertical Low Line
VS
属性对比
| 属性 | ﹉ FE49 | ︳ FE33 |
|---|---|---|
| 名称 | Dashed Overline | Presentation Form For Vertical Low Line |
| 分类 | Punctuation | Punctuation |
| 块 | CJK Compatibility Forms | CJK Compatibility Forms |
| 文字系统 | Zyyy | Zyyy |
| 通用类别 | Other Punctuation (Po) | Connector Punctuation (Pc) |
| 双向 | ON | ON |
编码对比
| 格式 | FE49 | FE33 |
|---|---|---|
| Unicode | U+FE49 | U+FE33 |
| HTML Decimal | ﹉ | ︳ |
| HTML Hex | ﹉ | ︳ |
| CSS | \FE49 | \FE33 |
| JavaScript | \u{FE49} | \u{FE33} |
| Python | \ufe49 | \ufe33 |
| UTF-8 | ef b9 89 | ef b8 b3 |
如何区分
Dashed Overline 和 Presentation Form For Vertical Low Line 均属于 Punctuation 类别和 CJK Compatibility Forms 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。