| Nom du symbole | Halfwidth Left Corner Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FF62 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole halfwidth left corner bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Halfwidth Left Corner Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\FF62 |
| Code hexadécimal | 0xFF62 |
| Code HTML | 「 |
| LaTeX | \text{HALFWIDTHLEFTCORNERBRACKET} |
| Symbole | 「 |
| Encodage URL (pourcent UTF-8) | %EF%BD%A2 |
| Nom oral / lecteur d’écran | Halfwidth Left Corner Bracket |