Your code does not work, because extra spaces are ignored, this is normal. Only the first space character is returned, if you want more, use (inextricable space).
You can also margin text with CSS:
span.white-text { margin: 5px; }
source share