Single High-Reversed-9 Quotation Mark

Shortcodes

Copy and paste codes for Single High-Reversed-9 Quotation Mark symbol ‛ to use in your websites, apps, blogs, and more.

Unicode
U+201B
HTML Code
‛
HEX Code
‛
CSS Code
\201B
JS/JSON
\u201B
Unix/C/PHP/JAVA
0x201B
URL-encode
%E2%80%9B
copied

Customize Single High-Reversed-9 Quotation Mark Symbol

Customize ‛ symbol as you like and download Single High-Reversed-9 Quotation Mark as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Single High-Reversed-9 Quotation Mark symbol in HTML, CSS, and JS?

Insert ‛ Single High-Reversed-9 Quotation Mark using HTML

1. Copy-paste Single High-Reversed-9 Quotation Mark directly:
<span>‛</span>
2. HTML Decimal Code:
<span>&#8219;</span>
3. Hexadecimal Code:
<span>&#x201B;</span>
Preview:

Add Single High-Reversed-9 Quotation Mark symbol with CSS

.single-high-reversed-9-quotation-mark::before {
    content: '\\201B';
}
Preview: Single High-Reversed-9 Quotation Mark

Single High-Reversed-9 Quotation Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.single-high-reversed-9-quotation-mark').textContent = '‛';
2. Unicode Escape for ‛:
document.querySelector('.single-high-reversed-9-quotation-mark').textContent = '\u201B';
Preview: