| Nom du symbole | Watch |
| Version Unicode | 0.6 |
| Unicode | U+231A |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \231A |
| Code hexadécimal | 0x231A |
| Code HTML | ⌚ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⌚ |
| Encodage URL (pourcent UTF-8) | %E2%8C%9A |
| Raccourci Discord / Slack | :watch: |
| Raccourci GitHub | :watch: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole watch sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Watch dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u231A' or String.fromCodePoint(8986) |
| Python | '\N{WATCH}' |
| Rust | '\u{231A}' |
| Swift | "\u{231A}" |
| Go | string(rune(0x231A)) |
| Ruby | "\u{231A}" |