| Symboolnaam | Heavy Low Single Comma Quotation Mark Ornament |
| Unicode-versie | 6.0 |
| Unicode | U+275F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9D 9F |
| UTF-16 | 275F |
| UTF-32 | 0000275F |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYLOWSINGLECOMMAQUOTATIONMARKORNAMENT}4\end{document}Je kunt het heavy low single comma quotation mark ornament-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10079 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy low single comma quotation mark ornament", or use Unicode Hex Input with 275F.
Ctrl + Shift + U, type 275f, 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-single-comma-quotation-mark-ornament::before { content: "\275F"; }1<span>❟</span>De weergave van het Heavy Low Single Comma Quotation Mark Ornament-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u275F' or String.fromCodePoint(10079) |
| Python | '\N{HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT}' or chr(10079) |
| Rust | '\u{275F}' |
| C / C++ | UTF-8 source or wchar_t with U+275F |
| Go | string(rune(0x275F)) |
| Ruby | "\u{275F}" |
\275F |
| Hexadecimale code | 0x275F |
| HTML-code | ❟ |
| LaTeX | \text{HEAVYLOWSINGLECOMMAQUOTATIONMARKORNAMENT} |
| Symbool | ❟ |
| URL-codering (UTF-8 procent) | %E2%9D%9F |
| Uitgesproken naam / schermlezer | Heavy Low Single Comma Quotation Mark Ornament |