Mythryl >
possibly taken from the mailing list, though I have no reference so this might be from a private email
To display a character, you can specify its ASCII value with \nnn. e.g.:
\nor \010 – newline\tor \009 – tab\ror \013 – carriage return\aor \007 – alert\bor \008 – backspace\for \012 – formfeed-
\vor \011 – vertical tab
printf "\070"; # => # F

ported from offline notes