Double Left Arc Greater-Than Bracket vs Right Angle Variant With Square
VS
属性对比
| 属性 | ⦕ 2995 | ⦜ 299C |
|---|---|---|
| 名称 | Double Left Arc Greater-Than Bracket | Right Angle Variant With Square |
| 分类 | Math Symbols | Math Symbols |
| 块 | Miscellaneous Mathematical Symbols-B | Miscellaneous Mathematical Symbols-B |
| 文字系统 | Zyyy | Zyyy |
| 通用类别 | Open Punctuation (Ps) | Math Symbol (Sm) |
| 双向 | ON | ON |
编码对比
| 格式 | 2995 | 299C |
|---|---|---|
| Unicode | U+2995 | U+299C |
| HTML Decimal | ⦕ | ⦜ |
| HTML Hex | ⦕ | ⦜ |
| CSS | \2995 | \299C |
| JavaScript | \u{2995} | \u{299C} |
| Python | \u2995 | \u299c |
| UTF-8 | e2 a6 95 | e2 a6 9c |
如何区分
Double Left Arc Greater-Than Bracket 和 Right Angle Variant With Square 均属于 Math Symbols 类别和 Miscellaneous Mathematical Symbols-B 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。