| Nom du symbole | Bottom Left Half Bracket |
| Version Unicode | 5.1 |
| Unicode | U+2E24 |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | E2 B8 A4 |
| UTF-16 | 2E24 |
| UTF-32 | 00002E24 |
1\documentclass{article}2\usepackage{pifont}3\text{BOTTOMLEFTHALFBRACKET}4\end{document}Vous pouvez saisir le symbole bottom left half bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 11812 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "bottom left half bracket", or use Unicode Hex Input with 2E24.
Ctrl + Shift + U, type 2e24, 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.bottom-left-half-bracket::before { content: "\2E24"; }1<span>⸤</span>La représentation du symbole Bottom Left Half Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2E24' or String.fromCodePoint(11812) |
| Python | '\N{BOTTOM LEFT HALF BRACKET}' or chr(11812) |
| Rust | '\u{2E24}' |
| C / C++ | UTF-8 source or wchar_t with U+2E24 |
| Go | string(rune(0x2E24)) |
| Ruby | "\u{2E24}" |
| Code CSS |
\2E24 |
| Code hexadécimal | 0x2E24 |
| Code HTML | ⸤ |
| LaTeX | \text{BOTTOMLEFTHALFBRACKET} |
| Symbole | ⸤ |
| Encodage URL (pourcent UTF-8) | %E2%B8%A4 |
| Nom oral / lecteur d’écran | Bottom Left Half Bracket |