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