CARRIAGE RETURN
U+000D
CARRIAGE RETURN
<control>
C0/C1 control code point defined for terminal/protocol control. Has no standalone visual glyph.
Category:
Control (Cc)
Block:
Basic Latin
Script:
Common
Age:
Unicode 1.1
Plane:
Basic Multilingual Plane (BMP)
Quick Facts
| Unicode Name |
<control>
|
|
|---|---|---|
| Code Point |
U+000D
|
|
| Decimal Value |
13
|
|
| General Category | Control (Cc) → | |
| Unicode Block | Basic Latin → | |
| Script | Common → | |
| Unicode Version | Unicode 1.1 → | |
| Unicode Plane |
Basic Multilingual Plane (BMP)
|
Byte Encodings
| UTF-8 1 byte |
0D
|
|
|---|---|---|
| UTF-16 Code Unit |
000D
|
|
| UTF-32 4 bytes |
0000000D
|
|
| UTF-16BE / LE Byte Order |
BE:
00 0D
LE: 0D 00
|
|
| UTF-32BE / LE Byte Order |
BE:
00 00 00 0D
LE: 0D 00 00 00
|
Developer Code Escapes
| HTML Decimal |
|
|
|---|---|---|
| HTML Hexadecimal |

|
|
| HTML Named Entity |
None
|
|
| CSS Escape |
\00000D
|
|
| JavaScript (ES6) |
\u000D
|
|
| JavaScript (UTF-16) |
\u000D
|
|
| JSON Escape |
\u000D
|
|
| Python |
\u000D
|
|
| PHP |
"\u{D}"
|
|
| Java |
"\u000D"
|
|
| C / C++ |
"\u000D"
|
|
| Rust |
'\u{d}'
|
|
| URL Percent-Encoded |
%0D
|
Normalization & Decomposition
| Combining Class |
0 — Not Reordered (Spacing)
|
|
|---|---|---|
| Decomposition | None (Canonical / Precomposed Base) | |
| NFC / NFD Forms | Stable under all Unicode normalization forms (NFC, NFD, NFKC, NFKD). |
Bidirectional Properties
| Bidi Class |
B — Paragraph Separator
|
|
|---|---|---|
| Bidi Mirrored | No |
Font Specimen & Rendering
Non-Printable Character Notice
Code point U+000D represents a CARRIAGE RETURN (General Category Cc). It does not produce a visible standalone glyph in standard font engines and is intended for programmatic, syntactic, layout, or lexical operations.