| Nom du symbole | Mathematical Left White Tortoise Shell Bracket |
| Version Unicode | 5.1 |
| Unicode | U+27EC |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole mathematical left white tortoise shell bracket sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Mathematical Left White Tortoise Shell Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS | \27EC |
| Code hexadécimal | 0x27EC |
| Code HTML | ⟬ |
| LaTeX | \text{MATHEMATICALLEFTWHITETORTOISESHELLBRACKET} |
| Symbole | ⟬ |
| Encodage URL (pourcent UTF-8) | %E2%9F%AC |
| Nom oral / lecteur d’écran | Mathematical Left White Tortoise Shell Bracket |