| Symboolnaam | Halfwidth Left Corner Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+FF62 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het halfwidth left corner bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Halfwidth Left Corner Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xFF62 |
| HTML-code | 「 |
| LaTeX | \text{HALFWIDTHLEFTCORNERBRACKET} |
| Symbool | 「 |
| URL-codering (UTF-8 procent) | %EF%BD%A2 |
| Uitgesproken naam / schermlezer | Halfwidth Left Corner Bracket |