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