sends a ctrl+a to the current terminal.
You can also change the command character to something that isn't ctrl+a by invoking screen with the -e switch.
For example,
would set the command character to ctrl+m, with
being used to send a literal ctrl+m to the terminal.