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