| Nome del simbolo | Cup On Black Square |
| Versione Unicode | 5.2 |
| Unicode | U+26FE |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo cup on black square sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Cup On Black Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\26FE |
| Codice esadecimale | 0x26FE |
| Codice HTML | ⛾ |
| LaTeX | \text{CUPONBLACKSQUARE} |
| Simbolo | ⛾ |
| Codifica URL (percentuale UTF-8) | %E2%9B%BE |
| Nome parlato / screen reader | Cup On Black Square |