| Nom du symbole | Heavy Single Comma Quotation Mark Ornament |
| Version Unicode | 1.1 |
| Unicode | U+275C |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9D 9C |
| UTF-16 | 275C |
| UTF-32 | 0000275C |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYSINGLECOMMAQUOTATIONMARKORNAMENT}4\end{document}Vous pouvez saisir le symbole heavy single comma quotation mark ornament sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10076 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy single comma quotation mark ornament", or use Unicode Hex Input with 275C.
Ctrl + Shift + U, type 275c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.heavy-single-comma-quotation-mark-ornament::before { content: "\275C"; }1<span>❜</span>La représentation du symbole Heavy Single Comma Quotation Mark Ornament dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u275C' or String.fromCodePoint(10076) |
| Python | '\N{HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT}' or chr(10076) |
| Rust | '\u{275C}' |
| C / C++ | UTF-8 source or wchar_t with U+275C |
| Go | string(rune(0x275C)) |
| Ruby | "\u{275C}" |
| Code CSS |
\275C |
| Code hexadécimal | 0x275C |
| Code HTML | ❜ |
| LaTeX | \text{HEAVYSINGLECOMMAQUOTATIONMARKORNAMENT} |
| Symbole | ❜ |
| Encodage URL (pourcent UTF-8) | %E2%9D%9C |
| Nom oral / lecteur d’écran | Heavy Single Comma Quotation Mark Ornament |