| Symbol Name | Cancer |
| Unicode Version | 0.6 |
| Unicode | U+264B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \264B |
| Hex Code | 0x264B |
| HTML Code | ♋ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ♋ |
| URL encode (UTF-8 percent) | %E2%99%8B |
| Spoken / screen reader name | 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}You can type the cancer symbol on most modern devices with the help of following methods:
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>Cancer symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u264B' or String.fromCodePoint(9803) |
| Python | '\N{CANCER}' |
| Rust | '\u{264B}' |
| Swift | "\u{264B}" |
| Go | string(rune(0x264B)) |
| Ruby | "\u{264B}" |