span.lf:after {content:"\a";white-space: pre;}
CRLF
span.crlf:after {content:"\d\a";white-space: pre;}
HTML
LFです。表示
CRLFです。
span.space01:after {content:"\0020";}
U+00A0:半角スペース( )
span.space02:after {content:"\00A0";}
HTML
→←スペース。表示
→←改行禁止のスペース。