| Symbol Name | Right-pointing Curved Angle Bracket |
| Unicode Version | 3.2 |
| Unicode | U+29FD |
| Unicode block | |
| General category | 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}You can type the right-pointing curved angle bracket symbol on most modern devices with the help of following methods:
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>Right-pointing Curved Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\29FD |
| Hex Code | 0x29FD |
| HTML Code | ⧽ |
| LaTeX | \text{RIGHT-POINTINGCURVEDANGLEBRACKET} |
| Symbol | ⧽ |
| URL encode (UTF-8 percent) | %E2%A7%BD |
| Spoken / screen reader name | Right-pointing Curved Angle Bracket |