| Symboolnaam | Heavy Single Turned Comma Quotation Mark Ornament |
| Unicode-versie | 1.1 |
| Unicode | U+275B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het heavy single turned comma quotation mark ornament-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Heavy Single Turned Comma Quotation Mark Ornament-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\275B |
| Hexadecimale code | 0x275B |
| HTML-code | ❛ |
| LaTeX | \text{HEAVYSINGLETURNEDCOMMAQUOTATIONMARKORNAMENT} |
| Symbool | ❛ |
| URL-codering (UTF-8 procent) | %E2%9D%9B |
| Uitgesproken naam / schermlezer | Heavy Single Turned Comma Quotation Mark Ornament |