| Symbol Name | Left Angle Bracket With Dot |
| Unicode Version | 3.2 |
| Unicode | U+2991 |
| Unicode block | |
| General category | Open Punctuation (Ps) |
| UTF-8 | E2 A6 91 |
| UTF-16 | 2991 |
| UTF-32 | 00002991 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTANGLEBRACKETWITHDOT}4\end{document}You can type the left angle bracket with dot symbol on most modern devices with the help of following methods:
Alt + 10641 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left angle bracket with dot", or use Unicode Hex Input with 2991.
Ctrl + Shift + U, type 2991, 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-angle-bracket-with-dot::before { content: "\2991"; }1<span>⦑</span>Left Angle Bracket With Dot symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2991' or String.fromCodePoint(10641) |
| Python | '\N{LEFT ANGLE BRACKET WITH DOT}' or chr(10641) |
| Rust | '\u{2991}' |
| C / C++ | UTF-8 source or wchar_t with U+2991 |
| Go | string(rune(0x2991)) |
| Ruby | "\u{2991}" |
| CSS Code |
\2991 |
| Hex Code | 0x2991 |
| HTML Code | ⦑ |
| LaTeX | \text{LEFTANGLEBRACKETWITHDOT} |
| Symbol | ⦑ |
| URL encode (UTF-8 percent) | %E2%A6%91 |
| Spoken / screen reader name | Left Angle Bracket With Dot |