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