Ocr Double Backslash vs Ocr Fork
VS
Property Comparison
Encoding Comparison
| Format | 244A | 2442 |
|---|---|---|
| Unicode | U+244A | U+2442 |
| HTML Decimal | ⑊ | ⑂ |
| HTML Hex | ⑊ | ⑂ |
| CSS | \244A | \2442 |
| JavaScript | \u{244A} | \u{2442} |
| Python | \u244a | \u2442 |
| UTF-8 | e2 91 8a | e2 91 82 |
How to Distinguish
Both Ocr Double Backslash and Ocr Fork belong to the Technical category and the Optical Character Recognition 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.