Convert OnlineConvertOnline

carriage returnUTF-8 Character/Symbol

Copy this symbol

carriage return

Click on any of the following code values to copy to clipboard.

000D
13

HTML Examples

Using HEX code of carriage return in HTML file

<span> &#x000D; </span>

Using Decimal code of carriage return in HTML file

<span> &#13; </span>

CSS Example

Using HEX code of carriage return in CSS file for content

span { 
    content: '\000d';
}
All UTF-8 Symbols