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