| Symbol Name | Left White Lenticular Bracket |
| Unicode Version | 1.1 |
| Unicode | U+3016 |
| Unicode block | |
| General category | Open Punctuation (Ps) |
| UTF-8 | E3 80 96 |
| UTF-16 | 3016 |
| UTF-32 | 00003016 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWHITELENTICULARBRACKET}4\end{document}You can type the left white lenticular bracket symbol on most modern devices with the help of following methods:
Alt + 12310 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left white lenticular bracket", or use Unicode Hex Input with 3016.
Ctrl + Shift + U, type 3016, 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-white-lenticular-bracket::before { content: "\3016"; }1<span>〖</span>Left White Lenticular Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u3016' or String.fromCodePoint(12310) |
| Python | '\N{LEFT WHITE LENTICULAR BRACKET}' or chr(12310) |
| Rust | '\u{3016}' |
| C / C++ | UTF-8 source or wchar_t with U+3016 |
| Go | string(rune(0x3016)) |
| Ruby | "\u{3016}" |
| CSS Code |
\3016 |
| Hex Code | 0x3016 |
| HTML Code | 〖 |
| LaTeX | \text{LEFTWHITELENTICULARBRACKET} |
| Symbol | 〖 |
| URL encode (UTF-8 percent) | %E3%80%96 |
| Spoken / screen reader name | Left White Lenticular Bracket |