| Nombre del símbolo | Knot |
| Versión Unicode | 13.0 |
| Unicode | U+1FAA2 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FAA2 |
| Código hexadecimal | 0x1FAA2 |
| Código HTML | 🪢 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🪢 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AA%A2 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo knot en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Knot en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDEA2' or String.fromCodePoint(0x1FAA2) |
| Python | '\N{KNOT}' |
| Rust | '\u{1FAA2}' |
| Swift | "\u{1FAA2}" |
| Go | string(rune(0x1FAA2)) |
| Ruby | "\u{1FAA2}" |