| Symbol Name | Cat With Wry Smile |
| Unicode Version | 0.6 |
| Unicode | U+1F63C |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F63C |
| Hex Code | 0x1F63C |
| HTML Code | 😼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 😼 |
| URL encode (UTF-8 percent) | %F0%9F%98%BC |
| Spoken / screen reader name | 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}You can type the cat with wry smile symbol on most modern devices with the help of following methods:
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>Cat With Wry Smile symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |