| Nome del simbolo | Cancer |
| Versione Unicode | 0.6 |
| Unicode | U+264B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \264B |
| Codice esadecimale | 0x264B |
| Codice HTML | ♋ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ♋ |
| Codifica URL (percentuale UTF-8) | %E2%99%8B |
| Nome parlato / screen reader | Cancer |
| UTF-8 | E2 99 8B |
| UTF-16 | 264B |
| UTF-32 | 0000264B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo cancer sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "cancer".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "cancer".
Emoji keyboard → Symbols; search "cancer".
1span.cancer-emoji::before { content: "\264B"; } /* prefer inline grapheme for ZWJ */1<span>♋</span>La rappresentazione del simbolo Cancer nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u264B' or String.fromCodePoint(9803) |
| Python | '\N{CANCER}' |
| Rust | '\u{264B}' |
| Swift | "\u{264B}" |
| Go | string(rune(0x264B)) |
| Ruby | "\u{264B}" |