Long Rightwards Squiggle Arrow vs Right Arrow With Circled Plus
VS
Property Comparison
Encoding Comparison
| Format | 27FF | 27F4 |
|---|---|---|
| Unicode | U+27FF | U+27F4 |
| HTML Decimal | ⟿ | ⟴ |
| HTML Hex | ⟿ | ⟴ |
| CSS | \27FF | \27F4 |
| JavaScript | \u{27FF} | \u{27F4} |
| Python | \u27ff | \u27f4 |
| UTF-8 | e2 9f bf | e2 9f b4 |
How to Distinguish
Both Long Rightwards Squiggle Arrow and Right Arrow With Circled Plus 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.