| Nombre del símbolo | Distorted Face |
| Versión Unicode | 17.0 |
| Unicode | U+1FAEA |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FAEA |
| Código hexadecimal | 0x1FAEA |
| Código HTML | 🫪 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AB%AA |
| Nombre oral / lector de pantalla | Distorted Face |
| UTF-8 | F0 9F AB AA |
| UTF-16 | D83E DEEA |
| UTF-32 | 0001FAEA |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo distorted face 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 "distorted face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "distorted face".
Emoji keyboard → Smileys; search "distorted face".
1span.distorted-face::before { content: "\1FAEA"; }1<span>🫪</span>La representación del símbolo Distorted Face en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEEA' or String.fromCodePoint(0x1FAEA) |
| Python | '\N{DISTORTED FACE}' |
| Rust | '\u{1FAEA}' |
| Swift | "\u{1FAEA}" |
| Go | string(rune(0x1FAEA)) |
| Ruby | "\u{1FAEA}" |