| Symbol Name | Halfwidth Left Corner Bracket |
| Unicode Version | 1.1 |
| Unicode | U+FF62 |
| Unicode block | |
| General category | 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}You can type the halfwidth left corner bracket symbol on most modern devices with the help of following methods:
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>Halfwidth Left Corner Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\FF62 |
| Hex Code | 0xFF62 |
| HTML Code | 「 |
| LaTeX | \text{HALFWIDTHLEFTCORNERBRACKET} |
| Symbol | 「 |
| URL encode (UTF-8 percent) | %EF%BD%A2 |
| Spoken / screen reader name | Halfwidth Left Corner Bracket |