| Symbolname | Heavy Double Comma Quotation Mark Ornament |
| Unicode-Version | 1.1 |
| Unicode | U+275E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 9D 9E |
| UTF-16 | 275E |
| UTF-32 | 0000275E |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYDOUBLECOMMAQUOTATIONMARKORNAMENT}4\end{document}Sie können das Symbol heavy double comma quotation mark ornament auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10078 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy double comma quotation mark ornament", or use Unicode Hex Input with 275E.
Ctrl + Shift + U, type 275e, 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-double-comma-quotation-mark-ornament::before { content: "\275E"; }1<span>❞</span>Die Darstellung des Symbols Heavy Double Comma Quotation Mark Ornament in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u275E' or String.fromCodePoint(10078) |
| Python | '\N{HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT}' or chr(10078) |
| Rust | '\u{275E}' |
| C / C++ | UTF-8 source or wchar_t with U+275E |
| Go | string(rune(0x275E)) |
| Ruby | "\u{275E}" |
\275E |
| Hexadezimalcode | 0x275E |
| HTML-Code | ❞ |
| LaTeX | \text{HEAVYDOUBLECOMMAQUOTATIONMARKORNAMENT} |
| Symbol | ❞ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9D%9E |
| Ansagename (Screenreader) | Heavy Double Comma Quotation Mark Ornament |