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