| Symbol Name | Left Arc Less-than Bracket |
| Unicode Version | 3.2 |
| Unicode | U+2993 |
| Unicode block | |
| General category | Open Punctuation (Ps) |
| UTF-8 | E2 A6 93 |
| UTF-16 | 2993 |
| UTF-32 | 00002993 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTARCLESS-THANBRACKET}4\end{document}You can type the left arc less-than bracket symbol on most modern devices with the help of following methods:
Alt + 10643 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left arc less-than bracket", or use Unicode Hex Input with 2993.
Ctrl + Shift + U, type 2993, 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.left-arc-less-than-bracket::before { content: "\2993"; }1<span>⦓</span>Left Arc Less-than Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2993' or String.fromCodePoint(10643) |
| Python | '\N{LEFT ARC LESS-THAN BRACKET}' or chr(10643) |
| Rust | '\u{2993}' |
| C / C++ | UTF-8 source or wchar_t with U+2993 |
| Go | string(rune(0x2993)) |
| Ruby | "\u{2993}" |
| CSS Code |
\2993 |
| Hex Code | 0x2993 |
| HTML Code | ⦓ |
| LaTeX | \text{LEFTARCLESS-THANBRACKET} |
| Symbol | ⦓ |
| URL encode (UTF-8 percent) | %E2%A6%93 |
| Spoken / screen reader name | Left Arc Less-than Bracket |