| Nombre del símbolo | Left Angle Bracket With Dot |
| Versión Unicode | 3.2 |
| Unicode | U+2991 |
| Bloque Unicode | |
| Categoría general | Open Punctuation (Ps) |
| UTF-8 | E2 A6 91 |
| UTF-16 | 2991 |
| UTF-32 | 00002991 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTANGLEBRACKETWITHDOT}4\end{document}Puedes escribir el símbolo left angle bracket with dot en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10641 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left angle bracket with dot", or use Unicode Hex Input with 2991.
Ctrl + Shift + U, type 2991, 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-angle-bracket-with-dot::before { content: "\2991"; }1<span>⦑</span>La representación del símbolo Left Angle Bracket With Dot en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2991' or String.fromCodePoint(10641) |
| Python | '\N{LEFT ANGLE BRACKET WITH DOT}' or chr(10641) |
| Rust | '\u{2991}' |
| C / C++ | UTF-8 source or wchar_t with U+2991 |
| Go | string(rune(0x2991)) |
| Ruby | "\u{2991}" |
| Código CSS |
\2991 |
| Código hexadecimal | 0x2991 |
| Código HTML | ⦑ |
| LaTeX | \text{LEFTANGLEBRACKETWITHDOT} |
| Símbolo | ⦑ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%91 |
| Nombre oral / lector de pantalla | Left Angle Bracket With Dot |