Print a character code to stdout, without a trailing newline.
@override void writeCharCode(int charCode) { io.stdout.writeCharCode(charCode); }