| Nom du symbole | Shuffle Tracks Button |
| Version Unicode | 1.0 |
| Unicode | U+1F500 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| 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}Vous pouvez saisir le symbole shuffle tracks button sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Shuffle Tracks Button dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\1F500 |
| Code hexadécimal | 0x1F500 |
| Code HTML | 🔀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🔀 |
| Encodage URL (pourcent UTF-8) | %F0%9F%94%80 |
| Nom oral / lecteur d’écran | Shuffle Tracks Button |