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