| Nom du symbole | Fullwidth Quotation Mark |
| Version Unicode | 1.1 |
| Unicode | U+FF02 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole fullwidth quotation mark sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Fullwidth Quotation Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\FF02 |
| Code hexadécimal | 0xFF02 |
| Code HTML | " |
| LaTeX | \text{FULLWIDTHQUOTATIONMARK} |
| Symbole | " |
| Encodage URL (pourcent UTF-8) | %EF%BC%82 |
| Nom oral / lecteur d’écran | Fullwidth Quotation Mark |