::after pseudo element / content

Anyhow, just fooling around with some generated content and had a q?

how would I get the copyright logo to render as generated content??

.example::after { content: '© my stuff '; } seems to generate:

© my stuff

How should I got about placing it ?? the solution is prob in front of me…

Thx gents.

Hi,

Like this:


content:"\\00A9 2014"	

See here for more info.

Hey Paul, just like that indeed. I just found it a few moments ago and came to post the same answer. Thanks a mil.