Form Feed

U+000C
Download

Symbol Meaning

The Form Feed symbol, also known as clear screen, was used in computer terminals, printers, and text processing systems to indicate the end of a page and move to the beginning of the next page.

As for text editors and computer terminals, the Form Feed symbol is typically used to separate pages of text within a single file. Speaking of printers, the U+000C symbol signals that the printer should finish the current page and start printing the next page.

When it comes to modern computer systems and applications, this symbol is rarely used. It happens so because other mechanisms are usually employed for dividing and formatting pages. However, Form Feed can still be found in text files or code where it performs its original function of separating pages in the text.

Like other control characters, this one has no visible representation and doesn't occupy a lot of space on screen or in typed text. However, there is a separate symbol in Control Pictures2400–243F representing the graphical image of Form Feed, which shows up as the abbreviation FF (Form Feed) — .

Escape sequence: \f.

It's one of the eight control symbols, the presence of which is required by POSIX:

The symbol “Form Feed” is included in the “C0 controls” subblock of the “Basic Latin” block and was approved as part of Unicode version 1.1 in 1993.

Text is also available in the following languages: Русский;

Synonyms

FF.

Unicode Name Form Feed
Unicode Number
HTML Code
CSS Code
Plane 0: Basic Multilingual Plane
Unicode Block Basic Latin
Unicode Subblock C0 controls
Unicode Version 1.1 (1993)
Keyboard shortcut ^L
Escape sequences \f
Type of paired mirror bracket (bidi) None
Composition Exclusion No
Case change 000C
Simple case change 000C
scripts Common
White_Space +
Pattern_White_Space +
Encoding hex dec (bytes) dec binary
UTF-8 0C 12 12 00001100
UTF-16BE 00 0C 0 12 12 00000000 00001100
UTF-16LE 0C 00 12 0 3072 00001100 00000000
UTF-32BE 00 00 00 0C 0 0 0 12 12 00000000 00000000 00000000 00001100
UTF-32LE 0C 00 00 00 12 0 0 0 201326592 00001100 00000000 00000000 00000000
Copied!