| Symbolname | Right White Lenticular Bracket |
| Unicode-Version | 1.1 |
| Unicode | U+3017 |
| Unicode-Block | |
| Allgemeine Kategorie | Close Punctuation (Pe) |
| UTF-8 | E3 80 97 |
| UTF-16 | 3017 |
| UTF-32 | 00003017 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWHITELENTICULARBRACKET}4\end{document}Sie können das Symbol right white lenticular bracket auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 12311 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "right white lenticular bracket", or use Unicode Hex Input with 3017.
Ctrl + Shift + U, type 3017, 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-white-lenticular-bracket::before { content: "\3017"; }1<span>〗</span>Die Darstellung des Symbols Right White Lenticular Bracket in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u3017' or String.fromCodePoint(12311) |
| Python | '\N{RIGHT WHITE LENTICULAR BRACKET}' or chr(12311) |
| Rust | '\u{3017}' |
| C / C++ | UTF-8 source or wchar_t with U+3017 |
| Go | string(rune(0x3017)) |
| Ruby | "\u{3017}" |
| CSS-Code |
\3017 |
| Hexadezimalcode | 0x3017 |
| HTML-Code | 〗 |
| LaTeX | \text{RIGHTWHITELENTICULARBRACKET} |
| Symbol | 〗 |
| URL-Kodierung (UTF-8-Prozent) | %E3%80%97 |
| Ansagename (Screenreader) | Right White Lenticular Bracket |