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