Symbol For Carriage Return vs Symbol For Device Control Four
VS
Property Comparison
Encoding Comparison
| Format | 240D | 2414 |
|---|---|---|
| Unicode | U+240D | U+2414 |
| HTML Decimal | ␍ | ␔ |
| HTML Hex | ␍ | ␔ |
| CSS | \240D | \2414 |
| JavaScript | \u{240D} | \u{2414} |
| Python | \u240d | \u2414 |
| UTF-8 | e2 90 8d | e2 90 94 |
How to Distinguish
Both Symbol For Carriage Return and Symbol For Device Control Four 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.