0x0D
0x0D is the hexadecimal value representing decimal 13. In ASCII and Unicode contexts, it corresponds to the control character known as Carriage Return (CR), with the Unicode code point U+000D. In UTF-8, the character is encoded as a single byte 0x0D.
Historically, a carriage return moved the printing cursor to the beginning of the current line on typewriters
In software development, CR is commonly represented in strings by the escape sequence \r in languages such
Because CR is a non-printable control character, its primary relevance lies in line-ending conventions and cursor