Search
Search for a symbol or emoji...
〞
〞
Double Prime Quotation Mark Symbol 〞
Double Prime Quotation Mark Symbol Information
| Symbol Name | Double Prime Quotation Mark |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+301E |
| CSS Code | \301E |
| Hex Code | 〞 |
| HTML Code | 〞 |
| Symbol | 〞 |
Double Prime Quotation Mark Symbol Encoding
| UTF-8 | 0xE3 0x80 0x9E |
| UTF-16 | 0x301E |
| UTF-32 | 0x0000301E |
How to add double prime quotation mark symbol via keyboard on different Operating systems
You can type the double prime quotation mark symbol on most modern devices with the help of following methods:
How to type double prime quotation mark symbol on Microsoft Word
You can type the double prime quotation mark in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 301E
- Without moving the cursor press keys Alt + x together
- The original 301E is now transformed into 〞
How to type double prime quotation mark symbol on Microsoft Windows
You can type the double prime quotation mark on Microsoft windows using following steps:
- Hold Alt and press to type double prime quotation mark on your windows machine.
How to type double prime quotation mark symbol on Mac OS
You can type the double prime quotation mark on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Double Prime Quotation Mark" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type double prime quotation mark symbol on Linux
You can type the double prime quotation mark on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 301E consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type double prime quotation mark symbol on IOS and Android
The easiest way to type the double prime quotation mark symbol on ios and android is to copy and paste it wherever you need it.
How to use double prime quotation mark in CSS
//CSS Example
1span {
2 content: \301E;
3 }How to use double prime quotation mark in HTML
//HTML Example
1<span>〞</span>Double Prime Quotation Mark symbol representation in programming languages
Double Prime Quotation Marksymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{301E} |
| Ruby | \u{301E} |
| Python | \u301E |
| PHP | \u{301E} |
| Perl | \x{301E} |
| Java | \u301E |
| Modern JavaScript - Since ES6 | \u{301E} |
| JavaScript | \u301E |
| Go | \u301E |
| C# | \u301E |
| C and C++ | \u301E |
| Bash and Zsh - inside echo -e | \u301E |
| RFC 5137 | \u'301E' |