| Symbol Name | Bottom Left Half Bracket |
| Unicode Version | 5.1 |
| Unicode | U+2E24 |
| Unicode block | |
| General category | Open Punctuation (Ps) |
| CSS Code |
| UTF-8 | E2 B8 A4 |
| UTF-16 | 2E24 |
| UTF-32 | 00002E24 |
1\documentclass{article}2\usepackage{pifont}3\text{BOTTOMLEFTHALFBRACKET}4\end{document}You can type the bottom left half bracket symbol on most modern devices with the help of following methods:
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>Bottom Left Half Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\2E24 |
| Hex Code | 0x2E24 |
| HTML Code | ⸤ |
| LaTeX | \text{BOTTOMLEFTHALFBRACKET} |
| Symbol | ⸤ |
| URL encode (UTF-8 percent) | %E2%B8%A4 |
| Spoken / screen reader name | Bottom Left Half Bracket |