Downwards Arrow vs Downwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right
VS
属性对比
编码对比
| 格式 | 2193 | 2965 |
|---|---|---|
| Unicode | U+2193 | U+2965 |
| HTML Decimal | ↓ | ⥥ |
| HTML Hex | ↓ | ⥥ |
| CSS | \2193 | \2965 |
| JavaScript | \u{2193} | \u{2965} |
| Python | \u2193 | \u2965 |
| UTF-8 | e2 86 93 | e2 a5 a5 |
如何区分
Downwards Arrow 和 Downwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right 同属 Arrows 类别,但位于不同的 Unicode 区块。请查看下方对比表了解编码和属性差异。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。