| Nome del simbolo | Fullwidth Quotation Mark |
| Versione Unicode | 1.1 |
| Unicode | U+FF02 |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | EF BC 82 |
| UTF-16 | FF02 |
| UTF-32 | 0000FF02 |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHQUOTATIONMARK}4\end{document}Puoi digitare il simbolo fullwidth quotation mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Fullwidth Quotation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\FF02 |
| Codice esadecimale | 0xFF02 |
| Codice HTML | " |
| LaTeX | \text{FULLWIDTHQUOTATIONMARK} |
| Simbolo | " |
| Codifica URL (percentuale UTF-8) | %EF%BC%82 |
| Nome parlato / screen reader | Fullwidth Quotation Mark |