U+000C "FF" FORM FEED Unicode Character

Unicode Version 18.0

FF

U+000C "FF" FORM FEED is a control character originally used in text processing to command a printer to advance paper to the top of the next page, effectively creating a page break. In modern digital contexts, it is often treated as a whitespace character and may be used by programmers to separate sections of code or data in files, though its interpretation depends heavily on the specific software or application processing the text.

General Properties

Code Point
U+000C
Unicode 1.0 Name
Form Feed (Ff)
Alias
FF (abbreviation)
FORM FEED (control)

Encodings

HTML Decimal Encoding

HTML Hex Encoding

UTF-8 Encoding
0x0C
UTF-16 Encoding
0x000C
UTF-32 Encoding
0x0000000C
C/C++/Java Escape
\u000c