carriagereturn
Carriage return, often abbreviated CR, is a control character or mechanism used to move the cursor to the beginning of the current line. Historically, on typewriters and early printers, the carriage held the paper and mechanical actions separated the tasks of returning to the left margin (carriage return) and advancing the paper to the next line (line feed). The combination of these actions allowed new lines to be prepared for typing.
In digital systems, CR has a defined representation: the ASCII code 13 (0x0D) and the Unicode code
Line-ending conventions differ across platforms. Windows uses a two-character sequence CR followed by line feed (CRLF,
In modern networking and internet protocols, CRLF is commonly used to terminate lines, notably in HTTP headers