Single High-Reversed-9 Quotation Mark
‛
UNICODE
U+0201BHEX CODE
‛HTML CODE
‛HTML ENTITY
—CSS CODE
\201B // html example
<span>‛</span> // css example
span {
content: "\201B";
} ‛
U+0201B‛‛—\201B // html example
<span>‛</span> // css example
span {
content: "\201B";
}