Circled Triangle Down vs Left Vertical Box Line
VS
属性对比
编码对比
| 格式 | 238A | 23B8 |
|---|---|---|
| Unicode | U+238A | U+23B8 |
| HTML Decimal | ⎊ | ⎸ |
| HTML Hex | ⎊ | ⎸ |
| CSS | \238A | \23B8 |
| JavaScript | \u{238A} | \u{23B8} |
| Python | \u238a | \u23b8 |
| UTF-8 | e2 8e 8a | e2 8e b8 |
如何区分
Circled Triangle Down 和 Left Vertical Box Line 均属于 Technical 类别和 Miscellaneous Technical 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。