Form Feed Character. Often, it will also cause a carriage return. \f is used for printing characters after it from new line starting just below previous character.
formfeed Display ^L glyphs as horizontal lines
\f is used for printing characters after it from new line starting just below previous character. Syntax new regexp (\\f) or simply: Web \f is said to be the form feed. Inside after before for example: Form feed is also a special character that, when encountered in code, causes printers to automatically advance one. Web description the \f metacharacter matches form feed characters. Often, it will also cause a carriage return. Text editors can use this character when you insert a page break. Main unicode properties bidirectional data other unicode data u+000c conversion how to type f Often, it will also cause a carriage return.
This is commonly escaped as \f, abbreviated ff, and has ascii value 12 or 0xc. \t is a tab, \a is a beep, \n is a newline. Inside after before for example: The form feed character code is defined as 12 (0xc in hexadecimal) (.) System.out.println(this is before\fnow new line); Web form feed may refer to any of the following: Main unicode properties bidirectional data other unicode data u+000c conversion how to type f Text editors can use this character when you insert a page break. Syntax new regexp (\\f) or simply: Often, it will also cause a carriage return. Web 1 answer sorted by: