| Nombre del símbolo | Cat With Wry Smile |
| Versión Unicode | 0.6 |
| Unicode | U+1F63C |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F63C |
| Código hexadecimal | 0x1F63C |
| Código HTML | 😼 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | 😼 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%98%BC |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo cat with wry smile en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Cat With Wry Smile en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |