| Nome del simbolo | Heavy Low Double Comma Quotation Mark Ornament |
| Versione Unicode | 6.0 |
| Unicode | U+2760 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9D A0 |
| UTF-16 | 2760 |
| UTF-32 | 00002760 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYLOWDOUBLECOMMAQUOTATIONMARKORNAMENT}4\end{document}Puoi digitare il simbolo heavy low double comma quotation mark ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10080 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy low double comma quotation mark ornament", or use Unicode Hex Input with 2760.
Ctrl + Shift + U, type 2760, 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-low-double-comma-quotation-mark-ornament::before { content: "\2760"; }1<span>❠</span>La rappresentazione del simbolo Heavy Low Double Comma Quotation Mark Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2760' or String.fromCodePoint(10080) |
| Python | '\N{HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT}' or chr(10080) |
| Rust | '\u{2760}' |
| C / C++ | UTF-8 source or wchar_t with U+2760 |
| Go | string(rune(0x2760)) |
| Ruby | "\u{2760}" |
| Codice CSS |
\2760 |
| Codice esadecimale | 0x2760 |
| Codice HTML | ❠ |
| LaTeX | \text{HEAVYLOWDOUBLECOMMAQUOTATIONMARKORNAMENT} |
| Simbolo | ❠ |
| Codifica URL (percentuale UTF-8) | %E2%9D%A0 |
| Nome parlato / screen reader | Heavy Low Double Comma Quotation Mark Ornament |