Anticlockwise Gapped Circle Arrow vs Upwards Arrow
VS
属性对比
编码对比
| 格式 | 27F2 | 2191 |
|---|---|---|
| Unicode | U+27F2 | U+2191 |
| HTML Decimal | ⟲ | ↑ |
| HTML Hex | ⟲ | ↑ |
| CSS | \27F2 | \2191 |
| JavaScript | \u{27F2} | \u{2191} |
| Python | \u27f2 | \u2191 |
| UTF-8 | e2 9f b2 | e2 86 91 |
如何区分
Anticlockwise Gapped Circle Arrow 和 Upwards Arrow 同属 Arrows 类别,但位于不同的 Unicode 区块。请查看下方对比表了解编码和属性差异。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。