How can I specify Unicode characters in the CSS-generated content? If I use the XML syntax (content: "&#xxx;";), the "&#xxx;" string seems to be copied literally rather than interpreted as a Unicode character. I found the following example (content: "\A9";) in the installed CSS files, but it is not clear what precise syntax is expected, what's the encoding used, and how to enter values higher than 255.
Is this CSS-specific Unicode encoding a special property of XmlMind or does it come from CSSx specification? Thank you Tomas Klinkovsky

