| Nome del simbolo | Watch |
| Versione Unicode | 0.6 |
| Unicode | U+231A |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \231A |
| Codice esadecimale | 0x231A |
| Codice HTML | ⌚ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ⌚ |
| Codifica URL (percentuale UTF-8) | %E2%8C%9A |
| Shortcode Discord / Slack | :watch: |
| Shortcode GitHub | :watch: |
| Nome parlato / screen reader | Watch |
| UTF-8 | E2 8C 9A |
| UTF-16 | 231A |
| UTF-32 | 0000231A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo watch 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 "watch".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "watch".
Emoji keyboard → Travel; search "watch".
1span.watch::before { content: "\231A"; } /* prefer inline grapheme for ZWJ */1<span>⌚</span>La rappresentazione del simbolo Watch nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u231A' or String.fromCodePoint(8986) |
| Python | '\N{WATCH}' |
| Rust | '\u{231A}' |
| Swift | "\u{231A}" |
| Go | string(rune(0x231A)) |
| Ruby | "\u{231A}" |