The null character (or null terminator) belongs to control characters. It has ascii code 0x00 and unicode code u+0000. In C it is symbolized as "\0". It is used mainly to null-terminate strings.