+ 4
Language not indicated, so more wordily...
The " " contains a space (I checked), which is ASCII 32. Despite being invisible, a value fills the space.
In contexts where null can also mean 'null character' an invisible ASCII zero: "\0" fills the space.
Null can also represent the absence of value, i.e. nothing has been set.