Left Right Double Arrow With Stroke vs Leftwards Arrow To Bar Over Rightwards Arrow To Bar
VS
属性对比
编码对比
| 格式 | 21CE | 21B9 |
|---|---|---|
| Unicode | U+21CE | U+21B9 |
| HTML Decimal | ⇎ | ↹ |
| HTML Hex | ⇎ | ↹ |
| CSS | \21CE | \21B9 |
| JavaScript | \u{21CE} | \u{21B9} |
| Python | \u21ce | \u21b9 |
| UTF-8 | e2 87 8e | e2 86 b9 |
如何区分
Left Right Double Arrow With Stroke 和 Leftwards Arrow To Bar Over Rightwards Arrow To Bar 均属于 Arrows 类别和 Arrows 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。