| Nome del simbolo | Tired Face |
| Versione Unicode | 0.6 |
| Unicode | U+1F62B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F62B |
| Codice esadecimale | 0x1F62B |
| Codice HTML | 😫 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 😫 |
| Codifica URL (percentuale UTF-8) | %F0%9F%98%AB |
| Nome parlato / screen reader | Tired Face |
| UTF-8 | F0 9F 98 AB |
| UTF-16 | D83D DE2B |
| UTF-32 | 0001F62B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo tired 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 "tired face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "tired face".
Emoji keyboard → Smileys; search "tired face".
1span.tired-face::before { content: "\1F62B"; }1<span>😫</span>La rappresentazione del simbolo Tired Face nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE2B' or String.fromCodePoint(0x1F62B) |
| Python | '\N{TIRED FACE}' |
| Rust | '\u{1F62B}' |
| Swift | "\u{1F62B}" |
| Go | string(rune(0x1F62B)) |
| Ruby | "\u{1F62B}" |