Left Right Arrow With Stroke vs Leftwards Arrow With Loop
VS
Property Comparison
Encoding Comparison
| Format | 21AE | 21AB |
|---|---|---|
| Unicode | U+21AE | U+21AB |
| HTML Decimal | ↮ | ↫ |
| HTML Hex | ↮ | ↫ |
| CSS | \21AE | \21AB |
| JavaScript | \u{21AE} | \u{21AB} |
| Python | \u21ae | \u21ab |
| UTF-8 | e2 86 ae | e2 86 ab |
How to Distinguish
Both Left Right Arrow With Stroke and Leftwards Arrow With Loop belong to the Arrows category and the Arrows 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.