| Nome del simbolo | Crying Cat |
| Versione Unicode | 0.6 |
| Unicode | U+1F63F |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F63F |
| Codice esadecimale | 0x1F63F |
| Codice HTML | 😿 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 😿 |
| Codifica URL (percentuale UTF-8) | %F0%9F%98%BF |
| Nome parlato / screen reader | Crying Cat |
| UTF-8 | F0 9F 98 BF |
| UTF-16 | D83D DE3F |
| UTF-32 | 0001F63F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo crying cat sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "crying cat".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "crying cat".
Emoji keyboard → Smileys; search "crying cat".
1span.crying-cat::before { content: "\1F63F"; }1<span>😿</span>La rappresentazione del simbolo Crying Cat nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE3F' or String.fromCodePoint(0x1F63F) |
| Python | '\N{CRYING CAT}' |
| Rust | '\u{1F63F}' |
| Swift | "\u{1F63F}" |
| Go | string(rune(0x1F63F)) |
| Ruby | "\u{1F63F}" |