It's possible using the A
escape sequence in the psuedo-element generated content. Read more in the CSS2 spec.
#restart:before { content: 'A'; }
You may also need to add white-space:pre;
to #restart
.
note: A
denotes the end of a line.
p.s. Another treatment to be
:before { content: ' '; display: block; }
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…