| Nome del simbolo | Smiling Cat With Heart-eyes |
| Versione Unicode | 0.6 |
| Unicode | U+1F63B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS |
| UTF-8 | F0 9F 98 BB |
| UTF-16 | D83D DE3B |
| UTF-32 | 0001F63B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo smiling cat with heart-eyes 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 "smiling cat with heart-eyes".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "smiling cat with heart-eyes".
Emoji keyboard → Smileys; search "smiling cat with heart-eyes".
1span.smiling-cat-with-heart-eyes::before { content: "\1F63B"; }1<span>😻</span>La rappresentazione del simbolo Smiling Cat With Heart-eyes nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE3B' or String.fromCodePoint(0x1F63B) |
| Python | '\N{SMILING CAT WITH HEART-EYES}' |
| Rust | '\u{1F63B}' |
| Swift | "\u{1F63B}" |
| Go | string(rune(0x1F63B)) |
| Ruby | "\u{1F63B}" |
\1F63B |
| Codice esadecimale | 0x1F63B |
| Codice HTML | 😻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 😻 |
| Codifica URL (percentuale UTF-8) | %F0%9F%98%BB |
| Nome parlato / screen reader | Smiling Cat With Heart-eyes |