Infinity vs Infinity Negated With Vertical Bar
VS
Property Comparison
| Property | ∞ 221E | ⧞ 29DE |
|---|---|---|
| Name | Infinity | Infinity Negated With Vertical Bar |
| Category | Math Symbols | Math Symbols |
| Block | Mathematical Operators | Miscellaneous Mathematical Symbols-B |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 221E | 29DE |
|---|---|---|
| Unicode | U+221E | U+29DE |
| HTML Decimal | ∞ | ⧞ |
| HTML Hex | ∞ | ⧞ |
| CSS | \221E | \29DE |
| JavaScript | \u{221E} | \u{29DE} |
| Python | \u221e | \u29de |
| UTF-8 | e2 88 9e | e2 a7 9e |
How to Distinguish
Both Infinity and Infinity Negated With Vertical Bar 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.