I want to replace the background-image:url(image.png)
by an Unicode character or icon like "\xxxxx" in css
How to make it?
How about using pseudo elements?
I suggest using
:before
width z-index: -1;
Check my exmple here: https://jsfiddle.net/oyq47zsj/
I used "A" as background, but you can use any char