I am new to the CSS. While reading CSS of a website it is writing as:
.abc:before { content:"\9d005" }
I fully understood as:
.abc - is the class
:before - selector inserts something before the content of selected element
content - used with :before or :after to insert generated content
What to understand what is:
\9d005