Long Rightwards Double Arrow vs Long Rightwards Squiggle Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27F9 | 27FF |
|---|---|---|
| Unicode | U+27F9 | U+27FF |
| HTML Decimal | ⟹ | ⟿ |
| HTML Hex | ⟹ | ⟿ |
| CSS | \27F9 | \27FF |
| JavaScript | \u{27F9} | \u{27FF} |
| Python | \u27f9 | \u27ff |
| UTF-8 | e2 9f b9 | e2 9f bf |
How to Distinguish
Both Long Rightwards Double Arrow and Long Rightwards Squiggle 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.