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