| Nome del simbolo | Black Cat |
| Versione Unicode | 13.0 |
| Unicode | U+1F408 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F408 |
| Codice esadecimale | 0x1F408 |
| Codice HTML | 🐈‍⬛ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🐈⬛ |
| Codifica URL (percentuale UTF-8) | %F0%9F%90%88%E2%80%8D%E2%AC%9B |
| Shortcode Discord / Slack | :cat2: |
| Shortcode GitHub | :cat2: |
| Nome parlato / screen reader | Black Cat |
Questa emoji è formata da più punti di codice (incluso lo zero-width joiner U+200D). Copia i singoli componenti o usa l’intera sequenza come un solo carattere.
| UTF-8 | F0 9F 90 88 E2 80 8D E2 AC 9B |
| UTF-16 | D83D DC08 200D 2B1B |
| UTF-32 | 0001F408 0000200D 00002B1B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo black cat sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "black cat".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "black cat".
Emoji keyboard → Animals; search "black cat".
1span.black-cat::before { content: "\1F408"; } /* prefer inline grapheme for ZWJ */1<span>🐈‍⬛</span>La rappresentazione del simbolo Black Cat nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F408, 0x200D, 0x2B1B) |
| Python | '\N{BLACK CAT}' |
| Rust | '\u{1F408}' |
| Swift | "\u{1F408}" |
| Go | string(rune(0x1F408)) |
| Ruby | "\u{1F408}" |