Left Square Bracket Lower Corner vs Observer Eye Symbol
VS
属性对比
编码对比
| 格式 | 23A3 | 23FF |
|---|---|---|
| Unicode | U+23A3 | U+23FF |
| HTML Decimal | ⎣ | ⏿ |
| HTML Hex | ⎣ | ⏿ |
| CSS | \23A3 | \23FF |
| JavaScript | \u{23A3} | \u{23FF} |
| Python | \u23a3 | \u23ff |
| UTF-8 | e2 8e a3 | e2 8f bf |
如何区分
Left Square Bracket Lower Corner 和 Observer Eye Symbol 均属于 Technical 类别和 Miscellaneous Technical 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。