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