Convert OnlineConvertOnline

line feedUTF-8 Character/Symbol

Copy this symbol

line feed

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

000A
10

HTML Examples

Using HEX code of line feed in HTML file

<span> &#x000A; </span>

Using Decimal code of line feed in HTML file

<span> &#10; </span>

CSS Example

Using HEX code of line feed in CSS file for content

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