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