Bell character is an ASCII control character, code 7 (^G). When it is sent to a printer or a terminal, nothing is printed, but an audible signal is emitted instead. Terminal emulator windows often flash briefly to show the user where the alert occurred.
In the C programming language, the bell character is represented as '\a' ("alert" or "audible").