| Nombre del símbolo | Shuffle Tracks Button |
| Versión Unicode | 1.0 |
| Unicode | U+1F500 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F500 |
| Código hexadecimal | 0x1F500 |
| Código HTML | 🔀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🔀 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%94%80 |
| Nombre oral / lector de pantalla | Shuffle Tracks Button |
| UTF-8 | F0 9F 94 80 |
| UTF-16 | D83D DD00 |
| UTF-32 | 0001F500 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo shuffle tracks button en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "shuffle tracks button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "shuffle tracks button".
Emoji keyboard → Symbols; search "shuffle tracks button".
1span.shuffle-tracks-button::before { content: "\1F500"; } /* prefer inline grapheme for ZWJ */1<span>🔀</span>La representación del símbolo Shuffle Tracks Button en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD00' or String.fromCodePoint(0x1F500) |
| Python | '\N{SHUFFLE TRACKS BUTTON}' |
| Rust | '\u{1F500}' |
| Swift | "\u{1F500}" |
| Go | string(rune(0x1F500)) |
| Ruby | "\u{1F500}" |