In the area of computing ...
... the 'pipe' or 'pipeline' or 'vertical bar' character '|', ...
... encoded in Unicode at U+007C | vertical line (124 decimal · HTML |) ...
is an allowed literal text character to be applied in Mp3tag tag-field values;
Note: Mp3tag uses the 'vertical bar' character pipe as special separator character in some tag-fields
(comments with description, unsycedlyrics);
is an operator on the DOS command line with the meaning of chaining two processes, by sending output from one command to the input of another command, to build a chained process;
is a reserved character on the DOS command line and is not allowed to be used within a filename;
is a reserved character within a regular expression and has the meaning of the logical 'OR' separator, ...
and can get back it's literal meaning by 'escaping' the pipe character with a leading 'backslash', so written as '|'.