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