| Symboolnaam | Smiling Cat With Heart-eyes |
| Unicode-versie | 0.6 |
| Unicode | U+1F63B |
| Unicode-blok | |
| Algemene categorie | Emoji (So) |
| CSS-code |
| 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}Je kunt het smiling cat with heart-eyes-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Smiling Cat With Heart-eyes-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x1F63B |
| HTML-code | 😻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbool | 😻 |
| URL-codering (UTF-8 procent) | %F0%9F%98%BB |
| Uitgesproken naam / schermlezer | Smiling Cat With Heart-eyes |