| Nom du symbole | Symbol For Carriage Return |
| Version Unicode | 1.1 |
| Unicode | U+240D |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 90 8D |
| UTF-16 | 240D |
| UTF-32 | 0000240D |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORCARRIAGERETURN}4\end{document}Vous pouvez saisir le symbole symbol for carriage return sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9229 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for carriage return", or use Unicode Hex Input with 240D.
Ctrl + Shift + U, type 240d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-carriage-return::before { content: "\240D"; }1<span>␍</span>La représentation du symbole Symbol For Carriage Return dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u240D' or String.fromCodePoint(9229) |
| Python | '\N{SYMBOL FOR CARRIAGE RETURN}' or chr(9229) |
| Rust | '\u{240D}' |
| C / C++ | UTF-8 source or wchar_t with U+240D |
| Go | string(rune(0x240D)) |
| Ruby | "\u{240D}" |
\240D |
| Code hexadécimal | 0x240D |
| Code HTML | ␍ |
| LaTeX | \text{SYMBOLFORCARRIAGERETURN} |
| Symbole | ␍ |
| Encodage URL (pourcent UTF-8) | %E2%90%8D |
| Nom oral / lecteur d’écran | Symbol For Carriage Return |