| Nome del simbolo | Pushpin |
| Versione Unicode | 0.6 |
| Unicode | U+1F4CC |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F4CC |
| Codice esadecimale | 0x1F4CC |
| Codice HTML | 📌 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 📌 |
| Codifica URL (percentuale UTF-8) | %F0%9F%93%8C |
| Nome parlato / screen reader | Pushpin |
| UTF-8 | F0 9F 93 8C |
| UTF-16 | D83D DCCC |
| UTF-32 | 0001F4CC |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo pushpin sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "pushpin".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "pushpin".
Emoji keyboard → Objects; search "pushpin".
1span.pushpin::before { content: "\1F4CC"; } /* prefer inline grapheme for ZWJ */1<span>📌</span>La rappresentazione del simbolo Pushpin nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDCCC' or String.fromCodePoint(0x1F4CC) |
| Python | '\N{PUSHPIN}' |
| Rust | '\u{1F4CC}' |
| Swift | "\u{1F4CC}" |
| Go | string(rune(0x1F4CC)) |
| Ruby | "\u{1F4CC}" |