Right Arrow With Circled Plus vs Upwards Quadruple Arrow
VS
Property Comparison
Encoding Comparison
| Format | 27F4 | 27F0 |
|---|---|---|
| Unicode | U+27F4 | U+27F0 |
| HTML Decimal | ⟴ | ⟰ |
| HTML Hex | ⟴ | ⟰ |
| CSS | \27F4 | \27F0 |
| JavaScript | \u{27F4} | \u{27F0} |
| Python | \u27f4 | \u27f0 |
| UTF-8 | e2 9f b4 | e2 9f b0 |
How to Distinguish
Both Right Arrow With Circled Plus and Upwards Quadruple 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.