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