Left Curly Bracket Upper Hook vs Return Symbol
VS
属性对比
编码对比
| 格式 | 23A7 | 23CE |
|---|---|---|
| Unicode | U+23A7 | U+23CE |
| HTML Decimal | ⎧ | ⏎ |
| HTML Hex | ⎧ | ⏎ |
| CSS | \23A7 | \23CE |
| JavaScript | \u{23A7} | \u{23CE} |
| Python | \u23a7 | \u23ce |
| UTF-8 | e2 8e a7 | e2 8f 8e |
如何区分
Left Curly Bracket Upper Hook 和 Return Symbol 均属于 Technical 类别和 Miscellaneous Technical 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。