Double Right Arc Less-Than Bracket vs Infinity
VS
Property Comparison
| Property | ⦖ 2996 | ∞ 221E |
|---|---|---|
| Name | Double Right Arc Less-Than Bracket | Infinity |
| Category | Math Symbols | Math Symbols |
| Block | Miscellaneous Mathematical Symbols-B | Mathematical Operators |
| Script | Zyyy | Zyyy |
| General Category | Close Punctuation (Pe) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2996 | 221E |
|---|---|---|
| Unicode | U+2996 | U+221E |
| HTML Decimal | ⦖ | ∞ |
| HTML Hex | ⦖ | ∞ |
| CSS | \2996 | \221E |
| JavaScript | \u{2996} | \u{221E} |
| Python | \u2996 | \u221e |
| UTF-8 | e2 a6 96 | e2 88 9e |
How to Distinguish
Both Double Right Arc Less-Than Bracket and Infinity are in the Math Symbols category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.