U000D
U+000D, commonly written as U000D in some contexts, is a Unicode code point that represents the carriage return (CR) control character. It is the C0 control character with the decimal value 13 and is categorized in Unicode as a non-printing control character.
Function and history: Carriage return originated with traditional typewriters, where pressing the return lever would move
Encoding and representations: In UTF-8, U+000D is encoded as a single byte 0x0D. In UTF-16, it appears
Usage in systems and protocols: Different operating systems adopt different newline conventions. Windows typically uses CR
Impact on text handling: Because CR is a control character, it can affect text rendering, file parsing,