This snippets: http://css-tricks.com/snippets/css/common-unicode-icons/
How can/with what I can convert HTML entities to unicode for CSS content value? I often also see that I could attach the symbols anyway just like this:
content
.foo:before { content: "♥"; }
But how is the correct procedure? Thanks for the answer.
http://www.tamasoft.co.jp/en/general-info/unicode.html
Start with \ followed by the numbers.
\
This snippets: http://css-tricks.com/snippets/css/common-unicode-icons/
How can/with what I can convert HTML entities to unicode for CSS
contentvalue? I often also see that I could attach the symbols anyway just like this:But how is the correct procedure? Thanks for the answer.
http://www.tamasoft.co.jp/en/general-info/unicode.html
Start with
\followed by the numbers.