| Nombre del símbolo | Mathematical Left White Tortoise Shell Bracket |
| Versión Unicode | 5.1 |
| Unicode | U+27EC |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo mathematical left white tortoise shell bracket en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Mathematical Left White Tortoise Shell Bracket en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS | \27EC |
| Código hexadecimal | 0x27EC |
| Código HTML | ⟬ |
| LaTeX | \text{MATHEMATICALLEFTWHITETORTOISESHELLBRACKET} |
| Símbolo | ⟬ |
| Codificación URL (porcentaje UTF-8) | %E2%9F%AC |
| Nombre oral / lector de pantalla | Mathematical Left White Tortoise Shell Bracket |