| Symbol Name | Alarm Clock |
| Unicode Version | 0.6 |
| Unicode | U+23F0 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \23F0 |
| Hex Code | 0x23F0 |
| HTML Code | ⏰ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⏰ |
| URL encode (UTF-8 percent) | %E2%8F%B0 |
| Discord / Slack shortcode | :alarm_clock: |
| GitHub shortcode | :alarm_clock: |
| Spoken / screen reader name | Alarm Clock |
| UTF-8 | E2 8F B0 |
| UTF-16 | 23F0 |
| UTF-32 | 000023F0 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the alarm clock symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "alarm clock".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "alarm clock".
Emoji keyboard → Travel; search "alarm clock".
1span.alarm-clock::before { content: "\23F0"; } /* prefer inline grapheme for ZWJ */1<span>⏰</span>Alarm Clock symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u23F0' or String.fromCodePoint(9200) |
| Python | '\N{ALARM CLOCK}' |
| Rust | '\u{23F0}' |
| Swift | "\u{23F0}" |
| Go | string(rune(0x23F0)) |
| Ruby | "\u{23F0}" |