| Symbol Name | Heavy Single Turned Comma Quotation Mark Ornament |
| Unicode Version | 1.1 |
| Unicode | U+275B |
| Unicode block | |
| General category | 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}You can type the heavy single turned comma quotation mark ornament symbol on most modern devices with the help of following methods:
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>Heavy Single Turned Comma Quotation Mark Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x275B |
| HTML Code | ❛ |
| LaTeX | \text{HEAVYSINGLETURNEDCOMMAQUOTATIONMARKORNAMENT} |
| Symbol | ❛ |
| URL encode (UTF-8 percent) | %E2%9D%9B |
| Spoken / screen reader name | Heavy Single Turned Comma Quotation Mark Ornament |