| Nombre del símbolo | Cup On Black Square |
| Versión Unicode | 5.2 |
| Unicode | U+26FE |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9B BE |
| UTF-16 | 26FE |
| UTF-32 | 000026FE |
1\documentclass{article}2\usepackage{pifont}3\text{CUPONBLACKSQUARE}4\end{document}Puedes escribir el símbolo cup on black square en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9982 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "cup on black square", or use Unicode Hex Input with 26FE.
Ctrl + Shift + U, type 26fe, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.cup-on-black-square::before { content: "\26FE"; }1<span>⛾</span>La representación del símbolo Cup On Black Square en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u26FE' or String.fromCodePoint(9982) |
| Python | '\N{CUP ON BLACK SQUARE}' or chr(9982) |
| Rust | '\u{26FE}' |
| C / C++ | UTF-8 source or wchar_t with U+26FE |
| Go | string(rune(0x26FE)) |
| Ruby | "\u{26FE}" |
| Código CSS |
\26FE |
| Código hexadecimal | 0x26FE |
| Código HTML | ⛾ |
| LaTeX | \text{CUPONBLACKSQUARE} |
| Símbolo | ⛾ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%BE |
| Nombre oral / lector de pantalla | Cup On Black Square |