Clockwise Gapped Circle Arrow vs Long Leftwards Double Arrow From Bar
VS
属性对比
编码对比
| 格式 | 27F3 | 27FD |
|---|---|---|
| Unicode | U+27F3 | U+27FD |
| HTML Decimal | ⟳ | ⟽ |
| HTML Hex | ⟳ | ⟽ |
| CSS | \27F3 | \27FD |
| JavaScript | \u{27F3} | \u{27FD} |
| Python | \u27f3 | \u27fd |
| UTF-8 | e2 9f b3 | e2 9f bd |
如何区分
Clockwise Gapped Circle Arrow 和 Long Leftwards Double Arrow From Bar 均属于 Arrows 类别和 Supplemental Arrows-A 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。