Symbol For Carriage Return vs Symbol For End Of Text
VS
Property Comparison
Encoding Comparison
| Format | 240D | 2403 |
|---|---|---|
| Unicode | U+240D | U+2403 |
| HTML Decimal | ␍ | ␃ |
| HTML Hex | ␍ | ␃ |
| CSS | \240D | \2403 |
| JavaScript | \u{240D} | \u{2403} |
| Python | \u240d | \u2403 |
| UTF-8 | e2 90 8d | e2 90 83 |
How to Distinguish
Both Symbol For Carriage Return and Symbol For End Of Text belong to the Technical category and the Control Pictures 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.