| Nom du symbole | Cat With Wry Smile |
| Version Unicode | 0.6 |
| Unicode | U+1F63C |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F63C |
| Code hexadécimal | 0x1F63C |
| Code HTML | 😼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | 😼 |
| Encodage URL (pourcent UTF-8) | %F0%9F%98%BC |
| Nom oral / lecteur d’écran | Cat With Wry Smile |
| UTF-8 | F0 9F 98 BC |
| UTF-16 | D83D DE3C |
| UTF-32 | 0001F63C |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole cat with wry smile sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "cat with wry smile".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "cat with wry smile".
Emoji keyboard → Smileys; search "cat with wry smile".
1span.cat-with-wry-smile::before { content: "\1F63C"; }1<span>😼</span>La représentation du symbole Cat With Wry Smile dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE3C' or String.fromCodePoint(0x1F63C) |
| Python | '\N{CAT WITH WRY SMILE}' |
| Rust | '\u{1F63C}' |
| Swift | "\u{1F63C}" |
| Go | string(rune(0x1F63C)) |
| Ruby | "\u{1F63C}" |