| Nome del simbolo | Hourglass Done |
| Versione Unicode | 0.6 |
| Unicode | U+231B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \231B |
| Codice esadecimale | 0x231B |
| Codice HTML | ⌛ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⌛ |
| Codifica URL (percentuale UTF-8) | %E2%8C%9B |
| Nome parlato / screen reader | Hourglass Done |
| UTF-8 | E2 8C 9B |
| UTF-16 | 231B |
| UTF-32 | 0000231B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo hourglass done sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "hourglass done".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "hourglass done".
Emoji keyboard → Travel; search "hourglass done".
1span.hourglass-done::before { content: "\231B"; } /* prefer inline grapheme for ZWJ */1<span>⌛</span>La rappresentazione del simbolo Hourglass Done nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u231B' or String.fromCodePoint(8987) |
| Python | '\N{HOURGLASS DONE}' |
| Rust | '\u{231B}' |
| Swift | "\u{231B}" |
| Go | string(rune(0x231B)) |
| Ruby | "\u{231B}" |