Long Left Right Double Arrow vs Long Leftwards Double Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27FA | 27F8 |
|---|---|---|
| Unicode | U+27FA | U+27F8 |
| HTML Decimal | ⟺ | ⟸ |
| HTML Hex | ⟺ | ⟸ |
| CSS | \27FA | \27F8 |
| JavaScript | \u{27FA} | \u{27F8} |
| Python | \u27fa | \u27f8 |
| UTF-8 | e2 9f ba | e2 9f b8 |
How to Distinguish
Both Long Left Right Double Arrow and Long Leftwards 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.