Reversed Double Prime Quotation Mark
〝
Shortcodes
Copy useful codes for reversed double prime quotation mark symbol 〝 to use in websites, apps, blogs, and docs.
Unicode
U+301D HTML Code
〝 HEX Code
〝 CSS Code
\301D JS/JSON
\u301D Unix/C/PHP/JAVA
0x301D URL-encode
%E3%80%9D Customize Reversed Double Prime Quotation Mark
Customize 〝, download it as SVG or PNG, or copy the generated HTML snippet.
〝
How to use Reversed Double Prime Quotation Mark Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>〝</span> HTML Code:
<span>〝</span> HEX Code:
<span>〝</span> Add with CSS
.reversed-double-prime-quotation-mark::before {
content: '\\301D';
} Set it in JavaScript
document.querySelector('.reversed-double-prime-quotation-mark').textContent = '〝';