U+001C "FS" FILE SEPARATOR Unicode Character

Unicode Version 18.0

FS

U+001C "FS" FILE SEPARATOR is a control character originally defined in the ASCII standard as a communication and data structuring tool, serving to separate distinct logical units or files within a larger data stream or document. It is one of a set of four "information separators" that also includes the GS (Group Separator), RS (Record Separator), and US (Unit Separator), arranged hierarchically from largest to smallest division. While its use has largely been replaced by modern file system and database structures, it persists in legacy data formats, telecommunications protocols, and certain specialized text processing contexts where explicit delimiters are needed to organize information without relying on higher-level metadata.

General Properties

Code Point
U+001C
Unicode 1.0 Name
Information Separator Four
Alias
FILE SEPARATOR (control)
FS (abbreviation)
INFORMATION SEPARATOR FOUR (control)

Encodings

HTML Decimal Encoding

HTML Hex Encoding

UTF-8 Encoding
0x1C
UTF-16 Encoding
0x001C
UTF-32 Encoding
0x0000001C
C/C++/Java Escape
\u001c