| Nome del simbolo | Symbol For Carriage Return |
| Versione Unicode | 1.1 |
| Unicode | U+240D |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 90 8D |
| UTF-16 | 240D |
| UTF-32 | 0000240D |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORCARRIAGERETURN}4\end{document}Puoi digitare il simbolo symbol for carriage return sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Symbol For Carriage Return nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\240D |
| Codice esadecimale | 0x240D |
| Codice HTML | ␍ |
| LaTeX | \text{SYMBOLFORCARRIAGERETURN} |
| Simbolo | ␍ |
| Codifica URL (percentuale UTF-8) | %E2%90%8D |
| Nome parlato / screen reader | Symbol For Carriage Return |