| Symboolnaam | Mathematical Right White Tortoise Shell Bracket |
| Unicode-versie | 5.1 |
| Unicode | U+27ED |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het mathematical right white tortoise shell bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Mathematical Right White Tortoise Shell Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x27ED |
| HTML-code | ⟭ |
| LaTeX | \text{MATHEMATICALRIGHTWHITETORTOISESHELLBRACKET} |
| Symbool | ⟭ |
| URL-codering (UTF-8 procent) | %E2%9F%AD |
| Uitgesproken naam / schermlezer | Mathematical Right White Tortoise Shell Bracket |