I'm working on a page, where the content of some pseudo elements are added via JavaScript.
Now I have to use CSS to style only those pseudo elements, that have "\1F551" as content.
Is it possible to apply CSS styling rules to a pseudo element only if its content is equal to "\1F551"?