Left Parenthesis Lower Hook vs Right Parenthesis Upper Hook
VS
属性对比
编码对比
| 格式 | 239D | 239E |
|---|---|---|
| Unicode | U+239D | U+239E |
| HTML Decimal | ⎝ | ⎞ |
| HTML Hex | ⎝ | ⎞ |
| CSS | \239D | \239E |
| JavaScript | \u{239D} | \u{239E} |
| Python | \u239d | \u239e |
| UTF-8 | e2 8e 9d | e2 8e 9e |
如何区分
Left Parenthesis Lower Hook 和 Right Parenthesis Upper Hook 均属于 Technical 类别和 Miscellaneous Technical 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。