| Nome del simbolo | Three-thirty |
| Versione Unicode | 0.7 |
| Unicode | U+1F55E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F55E |
| Codice esadecimale | 0x1F55E |
| Codice HTML | 🕞 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🕞 |
| Codifica URL (percentuale UTF-8) | %F0%9F%95%9E |
| Nome parlato / screen reader | Three-thirty |
| UTF-8 | F0 9F 95 9E |
| UTF-16 | D83D DD5E |
| UTF-32 | 0001F55E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo three-thirty 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 "three-thirty".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "three-thirty".
Emoji keyboard → Travel; search "three-thirty".
1span.three-thirty::before { content: "\1F55E"; } /* prefer inline grapheme for ZWJ */1<span>🕞</span>La rappresentazione del simbolo Three-thirty nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD5E' or String.fromCodePoint(0x1F55E) |
| Python | '\N{THREE THIRTY}' |
| Rust | '\u{1F55E}' |
| Swift | "\u{1F55E}" |
| Go | string(rune(0x1F55E)) |
| Ruby | "\u{1F55E}" |