Four Corner Arrows Circling Anticlockwise vs Slanted North Arrow With Horizontal Tail
VS
属性对比
编码对比
| 格式 | 2B94 | 2B5C |
|---|---|---|
| Unicode | U+2B94 | U+2B5C |
| HTML Decimal | ⮔ | ⭜ |
| HTML Hex | ⮔ | ⭜ |
| CSS | \2B94 | \2B5C |
| JavaScript | \u{2B94} | \u{2B5C} |
| Python | \u2b94 | \u2b5c |
| UTF-8 | e2 ae 94 | e2 ad 9c |
如何区分
Four Corner Arrows Circling Anticlockwise 和 Slanted North Arrow With Horizontal Tail 均属于 Arrows 类别和 Miscellaneous Symbols and Arrows 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。