Convert your Procfile line endings to LF (Unix-style) instead of CRLF (Windows-style). In VS Code: open Procfile, click CRLF in bottom right, change to LF, then save. This fixes the "unknown escape character" error on Railway.
Procfile
CRLF
LF