| Symboolnaam | Right Black Lenticular Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+3011 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het right black lenticular bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Right Black Lenticular Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x3011 |
| HTML-code | 】 |
| LaTeX | \text{RIGHTBLACKLENTICULARBRACKET} |
| Symbool | 】 |
| URL-codering (UTF-8 procent) | %E3%80%91 |
| Uitgesproken naam / schermlezer | Right Black Lenticular Bracket |