| Nome del simbolo | Heavy Single Turned Comma Quotation Mark Ornament |
| Versione Unicode | 1.1 |
| Unicode | U+275B |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo heavy single turned comma quotation mark ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Heavy Single Turned Comma Quotation Mark Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\275B |
| Codice esadecimale | 0x275B |
| Codice HTML | ❛ |
| LaTeX | \text{HEAVYSINGLETURNEDCOMMAQUOTATIONMARKORNAMENT} |
| Simbolo | ❛ |
| Codifica URL (percentuale UTF-8) | %E2%9D%9B |
| Nome parlato / screen reader | Heavy Single Turned Comma Quotation Mark Ornament |