Long Leftwards Arrow From Bar vs Long Rightwards Double Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27FB | 27F9 |
|---|---|---|
| Unicode | U+27FB | U+27F9 |
| HTML Decimal | ⟻ | ⟹ |
| HTML Hex | ⟻ | ⟹ |
| CSS | \27FB | \27F9 |
| JavaScript | \u{27FB} | \u{27F9} |
| Python | \u27fb | \u27f9 |
| UTF-8 | e2 9f bb | e2 9f b9 |
How to Distinguish
Both Long Leftwards Arrow From Bar and Long Rightwards Double 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.