| Nome del simbolo | Distorted Face |
| Versione Unicode | 17.0 |
| Unicode | U+1FAEA |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FAEA |
| Codice esadecimale | 0x1FAEA |
| Codice HTML | 🫪 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | |
| Codifica URL (percentuale UTF-8) | %F0%9F%AB%AA |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo distorted face sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Distorted Face nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |