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