| Nombre del símbolo | Heavy Single Turned Comma Quotation Mark Ornament |
| Versión Unicode | 1.1 |
| Unicode | U+275B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo heavy single turned comma quotation mark ornament en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Heavy Single Turned Comma Quotation Mark Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\275B |
| Código hexadecimal | 0x275B |
| Código HTML | ❛ |
| LaTeX | \text{HEAVYSINGLETURNEDCOMMAQUOTATIONMARKORNAMENT} |
| Símbolo | ❛ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%9B |
| Nombre oral / lector de pantalla | Heavy Single Turned Comma Quotation Mark Ornament |