Convert OnlineConvertOnline

form feedUTF-8 Character/Symbol

Copy this symbol

form feed

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

000C
12

HTML Examples

Using HEX code of form feed in HTML file

<span> &#x000C; </span>

Using Decimal code of form feed in HTML file

<span> &#12; </span>

CSS Example

Using HEX code of form feed in CSS file for content

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