| Nombre del símbolo | Medium Flattened Left Parenthesis Ornament |
| Versión Unicode | 3.2 |
| Unicode | U+276A |
| Bloque Unicode | |
| Categoría general | Ps (Ps) |
| UTF-8 | E2 9D AA |
| UTF-16 | 276A |
| UTF-32 | 0000276A |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMFLATTENEDLEFTPARENTHESISORNAMENT}4\end{document}Puedes escribir el símbolo medium flattened left parenthesis ornament en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10090 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "medium flattened left parenthesis ornament", or use Unicode Hex Input with 276A.
Ctrl + Shift + U, type 276a, 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.medium-flattened-left-parenthesis-ornament::before { content: "\276A"; }1<span>❪</span>La representación del símbolo Medium Flattened Left Parenthesis Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u276A' or String.fromCodePoint(10090) |
| Python | '\N{MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT}' or chr(10090) |
| Rust | '\u{276A}' |
| C / C++ | UTF-8 source or wchar_t with U+276A |
| Go | string(rune(0x276A)) |
| Ruby | "\u{276A}" |
| Código CSS |
\276A |
| Código hexadecimal | 0x276A |
| Código HTML | ❪ |
| LaTeX | \text{MEDIUMFLATTENEDLEFTPARENTHESISORNAMENT} |
| Símbolo | ❪ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%AA |
| Nombre oral / lector de pantalla | Medium Flattened Left Parenthesis Ornament |