Left Arrow With Small Circle vs Rightwards Double Arrow
VS
属性对比
编码对比
| 格式 | 2B30 | 21D2 |
|---|---|---|
| Unicode | U+2B30 | U+21D2 |
| HTML Decimal | ⬰ | ⇒ |
| HTML Hex | ⬰ | ⇒ |
| CSS | \2B30 | \21D2 |
| JavaScript | \u{2B30} | \u{21D2} |
| Python | \u2b30 | \u21d2 |
| UTF-8 | e2 ac b0 | e2 87 92 |
如何区分
Left Arrow With Small Circle 和 Rightwards Double Arrow 同属 Arrows 类别,但位于不同的 Unicode 区块。请查看下方对比表了解编码和属性差异。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。