| Nombre del símbolo | Stopwatch |
| Versión Unicode | 1.0 |
| Unicode | U+23F1 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \23F1 |
| Código hexadecimal | 0x23F1 |
| Código HTML | ⏱️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ⏱️ |
| Codificación URL (porcentaje UTF-8) | %E2%8F%B1%EF%B8%8F |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo stopwatch en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Stopwatch en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x23F1, 0xFE0F) |
| Python | '\N{STOPWATCH}' |
| Rust | '\u{23F1}' |
| Swift | "\u{23F1}" |
| Go | string(rune(0x23F1)) |
| Ruby | "\u{23F1}" |