| Nome del simbolo | Yarn |
| Versione Unicode | 11.0 |
| Unicode | U+1F9F6 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F9F6 |
| Codice esadecimale | 0x1F9F6 |
| Codice HTML | 🧶 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🧶 |
| Codifica URL (percentuale UTF-8) | %F0%9F%A7%B6 |
| Nome parlato / screen reader | Yarn |
| UTF-8 | F0 9F A7 B6 |
| UTF-16 | D83E DDF6 |
| UTF-32 | 0001F9F6 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo yarn 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 "yarn".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "yarn".
Emoji keyboard → Activities; search "yarn".
1span.yarn::before { content: "\1F9F6"; } /* prefer inline grapheme for ZWJ */1<span>🧶</span>La rappresentazione del simbolo Yarn nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDF6' or String.fromCodePoint(0x1F9F6) |
| Python | '\N{YARN}' |
| Rust | '\u{1F9F6}' |
| Swift | "\u{1F9F6}" |
| Go | string(rune(0x1F9F6)) |
| Ruby | "\u{1F9F6}" |