| Nom du symbole | Stopwatch |
| Version Unicode | 1.0 |
| Unicode | U+23F1 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \23F1 |
| Code hexadécimal | 0x23F1 |
| Code HTML | ⏱️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⏱️ |
| Encodage URL (pourcent UTF-8) | %E2%8F%B1%EF%B8%8F |
| Nom oral / lecteur d’écran | Stopwatch |
| UTF-8 | E2 8F B1 EF B8 8F |
| UTF-16 | 23F1 FE0F |
| UTF-32 | 000023F1 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole stopwatch 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 "stopwatch".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "stopwatch".
Emoji keyboard → Travel; search "stopwatch".
1span.stopwatch::before { content: "\23F1"; } /* prefer inline grapheme for ZWJ */1<span>⏱️</span>La représentation du symbole Stopwatch dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x23F1, 0xFE0F) |
| Python | '\N{STOPWATCH}' |
| Rust | '\u{23F1}' |
| Swift | "\u{23F1}" |
| Go | string(rune(0x23F1)) |
| Ruby | "\u{23F1}" |