| Nombre del símbolo | Left-pointing Curved Angle Bracket |
| Versión Unicode | 3.2 |
| Unicode | U+29FC |
| Bloque Unicode | |
| Categoría general | Open Punctuation (Ps) |
| UTF-8 | E2 A7 BC |
| UTF-16 | 29FC |
| UTF-32 | 000029FC |
1\documentclass{article}2\usepackage{pifont}3\text{LEFT-POINTINGCURVEDANGLEBRACKET}4\end{document}Puedes escribir el símbolo left-pointing curved angle bracket en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10748 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left-pointing curved angle bracket", or use Unicode Hex Input with 29FC.
Ctrl + Shift + U, type 29fc, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.left-pointing-curved-angle-bracket::before { content: "\29FC"; }1<span>⧼</span>La representación del símbolo Left-pointing Curved Angle Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u29FC' or String.fromCodePoint(10748) |
| Python | '\N{LEFT-POINTING CURVED ANGLE BRACKET}' or chr(10748) |
| Rust | '\u{29FC}' |
| C / C++ | UTF-8 source or wchar_t with U+29FC |
| Go | string(rune(0x29FC)) |
| Ruby | "\u{29FC}" |
| Código CSS |
\29FC |
| Código hexadecimal | 0x29FC |
| Código HTML | ⧼ |
| LaTeX | \text{LEFT-POINTINGCURVEDANGLEBRACKET} |
| Símbolo | ⧼ |
| Codificación URL (porcentaje UTF-8) | %E2%A7%BC |
| Nombre oral / lector de pantalla | Left-pointing Curved Angle Bracket |