␍ Carriage Return (Cr)
U+000D
ℹ️ About
The Carriage Return (U+000D) is a fundamental control character from the Basic Latin block, historically used to return a printing head or cursor to the start of a line. In modern computing, it is part of the CRLF (\r\n) line ending standard in Windows or used standalone in legacy MacOS systems.
⚠️ Note: Do not confuse with
(Line Feed, U+000A).
⚡ Codes
HTML

CSS
\000D
Python
\u000D
Live Playground
More from Basic Latin
Copied!