| Nom du symbole | Left Arc Less-than Bracket |
| Version Unicode | 3.2 |
| Unicode | U+2993 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole left arc less-than bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Left Arc Less-than Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\2993 |
| Code hexadécimal | 0x2993 |
| Code HTML | ⦓ |
| LaTeX | \text{LEFTARCLESS-THANBRACKET} |
| Symbole | ⦓ |
| Encodage URL (pourcent UTF-8) | %E2%A6%93 |
| Nom oral / lecteur d’écran | Left Arc Less-than Bracket |