| Symbol Name | Heavy Low Double Comma Quotation Mark Ornament |
| Unicode Version | 6.0 |
| Unicode | U+2760 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9D A0 |
| UTF-16 | 2760 |
| UTF-32 | 00002760 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYLOWDOUBLECOMMAQUOTATIONMARKORNAMENT}4\end{document}You can type the heavy low double comma quotation mark ornament symbol on most modern devices with the help of following methods:
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>Heavy Low Double Comma Quotation Mark Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\2760 |
| Hex Code | 0x2760 |
| HTML Code | ❠ |
| LaTeX | \text{HEAVYLOWDOUBLECOMMAQUOTATIONMARKORNAMENT} |
| Symbol | ❠ |
| URL encode (UTF-8 percent) | %E2%9D%A0 |
| Spoken / screen reader name | Heavy Low Double Comma Quotation Mark Ornament |