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