Consider the following html/css:
a
Just in case still helps someone, another solution, enforcing to have some space from CSS:
span:empty:before { content: "\0020"; display: inline-block; }