| Symboolnaam | Mathematical Left White Tortoise Shell Bracket |
| Unicode-versie | 5.1 |
| Unicode | U+27EC |
| Unicode-blok | |
| Algemene categorie | Open Punctuation (Ps) |
| UTF-8 | E2 9F AC |
| UTF-16 | 27EC |
| UTF-32 | 000027EC |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALLEFTWHITETORTOISESHELLBRACKET}4\end{document}Je kunt het mathematical left white tortoise shell bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10220 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical left white tortoise shell bracket", or use Unicode Hex Input with 27EC.
Ctrl + Shift + U, type 27ec, 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-left-white-tortoise-shell-bracket::before { content: "\27EC"; }1<span>⟬</span>De weergave van het Mathematical Left White Tortoise Shell Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u27EC' or String.fromCodePoint(10220) |
| Python | '\N{MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET}' or chr(10220) |
| Rust | '\u{27EC}' |
| C / C++ | UTF-8 source or wchar_t with U+27EC |
| Go | string(rune(0x27EC)) |
| Ruby | "\u{27EC}" |
| CSS-code |
\27EC |
| Hexadecimale code | 0x27EC |
| HTML-code | ⟬ |
| LaTeX | \text{MATHEMATICALLEFTWHITETORTOISESHELLBRACKET} |
| Symbool | ⟬ |
| URL-codering (UTF-8 procent) | %E2%9F%AC |
| Uitgesproken naam / schermlezer | Mathematical Left White Tortoise Shell Bracket |