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