| Nom du symbole | Single High-reversed-9 Quotation Mark |
| Version Unicode | 1.1 |
| Unicode | U+201B |
| Bloc Unicode | |
| Catégorie générale | Initial Quote Punctuation (Pi) |
| UTF-8 | E2 80 9B |
| UTF-16 | 201B |
| UTF-32 | 0000201B |
1\documentclass{article}2\usepackage{pifont}3\text{SINGLEHIGH-REVERSED-9QUOTATIONMARK}4\end{document}Vous pouvez saisir le symbole single high-reversed-9 quotation mark sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8219 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "single high-reversed-9 quotation mark", or use Unicode Hex Input with 201B.
Ctrl + Shift + U, type 201b, 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.single-high-reversed-9-quotation-mark::before { content: "\201B"; }1<span>‛</span>La représentation du symbole Single High-reversed-9 Quotation Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u201B' or String.fromCodePoint(8219) |
| Python | '\N{SINGLE HIGH-REVERSED-9 QUOTATION MARK}' or chr(8219) |
| Rust | '\u{201B}' |
| C / C++ | UTF-8 source or wchar_t with U+201B |
| Go | string(rune(0x201B)) |
| Ruby | "\u{201B}" |
| Code CSS |
\201B |
| Code hexadécimal | 0x201B |
| Code HTML | ‛ |
| LaTeX | \text{SINGLEHIGH-REVERSED-9QUOTATIONMARK} |
| Symbole | ‛ |
| Encodage URL (pourcent UTF-8) | %E2%80%9B |
| Nom oral / lecteur d’écran | Single High-reversed-9 Quotation Mark |