Long Leftwards Double Arrow From Bar vs Long Rightwards Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27FD | 27F6 |
|---|---|---|
| Unicode | U+27FD | U+27F6 |
| HTML Decimal | ⟽ | ⟶ |
| HTML Hex | ⟽ | ⟶ |
| CSS | \27FD | \27F6 |
| JavaScript | \u{27FD} | \u{27F6} |
| Python | \u27fd | \u27f6 |
| UTF-8 | e2 9f bd | e2 9f b6 |
How to Distinguish
Both Long Leftwards Double Arrow From Bar and Long Rightwards Arrow belong to the Arrows category and the Supplemental Arrows-A block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.