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