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