Rightwards Arrow With Hook vs Upwards Arrow With Tip Rightwards
VS
属性对比
编码对比
| 格式 | 21AA | 21B1 |
|---|---|---|
| Unicode | U+21AA | U+21B1 |
| HTML Decimal | ↪ | ↱ |
| HTML Hex | ↪ | ↱ |
| CSS | \21AA | \21B1 |
| JavaScript | \u{21AA} | \u{21B1} |
| Python | \u21aa | \u21b1 |
| UTF-8 | e2 86 aa | e2 86 b1 |
如何区分
Rightwards Arrow With Hook 和 Upwards Arrow With Tip Rightwards 均属于 Arrows 类别和 Arrows 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。