Mathematical Left Angle Bracket vs Mathematical Left Double Angle Bracket
VS
属性对比
| 属性 | ⟨ 27E8 | ⟪ 27EA |
|---|---|---|
| 名称 | Mathematical Left Angle Bracket | Mathematical Left Double Angle Bracket |
| 分类 | Brackets & Braces | Brackets & Braces |
| 块 | Miscellaneous Mathematical Symbols-A | Miscellaneous Mathematical Symbols-A |
| 文字系统 | Zyyy | Zyyy |
| 通用类别 | Open Punctuation (Ps) | Open Punctuation (Ps) |
| 双向 | ON | ON |
编码对比
| 格式 | 27E8 | 27EA |
|---|---|---|
| Unicode | U+27E8 | U+27EA |
| HTML Decimal | ⟨ | ⟪ |
| HTML Hex | ⟨ | ⟪ |
| CSS | \27E8 | \27EA |
| JavaScript | \u{27E8} | \u{27EA} |
| Python | \u27e8 | \u27ea |
| UTF-8 | e2 9f a8 | e2 9f aa |
如何区分
Mathematical Left Angle Bracket 和 Mathematical Left Double Angle Bracket 均属于 Brackets & Braces 类别和 Miscellaneous Mathematical Symbols-A 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。