Erase To The Left vs Left Parenthesis Extension
VS
属性对比
编码对比
| 格式 | 232B | 239C |
|---|---|---|
| Unicode | U+232B | U+239C |
| HTML Decimal | ⌫ | ⎜ |
| HTML Hex | ⌫ | ⎜ |
| CSS | \232B | \239C |
| JavaScript | \u{232B} | \u{239C} |
| Python | \u232b | \u239c |
| UTF-8 | e2 8c ab | e2 8e 9c |
如何区分
Erase To The Left 和 Left Parenthesis Extension 均属于 Technical 类别和 Miscellaneous Technical 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。