Left Right Arrow With Stroke vs Rightwards Harpoon Over Leftwards Harpoon
VS
属性对比
编码对比
| 格式 | 21AE | 21CC |
|---|---|---|
| Unicode | U+21AE | U+21CC |
| HTML Decimal | ↮ | ⇌ |
| HTML Hex | ↮ | ⇌ |
| CSS | \21AE | \21CC |
| JavaScript | \u{21AE} | \u{21CC} |
| Python | \u21ae | \u21cc |
| UTF-8 | e2 86 ae | e2 87 8c |
如何区分
Left Right Arrow With Stroke 和 Rightwards Harpoon Over Leftwards Harpoon 均属于 Arrows 类别和 Arrows 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。