sending a null character to a terminal

I'm testing out some ESMTP AUTH stuff, and it requires that the username and password be on the same line separated by a null character. Does anyone know how to echo the ASCII null character?

Thanks,
Alex

printf "\0"

There's no control or ALT-\d\d\d\d key combination to be able to type a null character byte?

control-@ is a null. But your terminal driver and shell may influence the conditions under which it will transmit a null character to the system.