| Symbol Name | Fullwidth Quotation Mark |
| Unicode Version | 1.1 |
| Unicode | U+FF02 |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | EF BC 82 |
| UTF-16 | FF02 |
| UTF-32 | 0000FF02 |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHQUOTATIONMARK}4\end{document}You can type the fullwidth quotation mark symbol on most modern devices with the help of following methods:
Alt + 65282 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth quotation mark", or use Unicode Hex Input with FF02.
Ctrl + Shift + U, type ff02, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.fullwidth-quotation-mark::before { content: "\FF02"; }1<span>"</span>Fullwidth Quotation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uFF02' or String.fromCodePoint(65282) |
| Python | '\N{FULLWIDTH QUOTATION MARK}' or chr(65282) |
| Rust | '\u{FF02}' |
| C / C++ | UTF-8 source or wchar_t with U+FF02 |
| Go | string(rune(0xFF02)) |
| Ruby | "\u{FF02}" |
\FF02 |
| Hex Code | 0xFF02 |
| HTML Code | " |
| LaTeX | \text{FULLWIDTHQUOTATIONMARK} |
| Symbol | " |
| URL encode (UTF-8 percent) | %EF%BC%82 |
| Spoken / screen reader name | Fullwidth Quotation Mark |