| Nom du symbole | Last Track Button |
| Version Unicode | 0.7 |
| Unicode | U+23EE |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \23EE |
| Code hexadécimal | 0x23EE |
| Code HTML | ⏮️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ⏮️ |
| Encodage URL (pourcent UTF-8) | %E2%8F%AE%EF%B8%8F |
| Nom oral / lecteur d’écran | Last Track Button |
| UTF-8 | E2 8F AE EF B8 8F |
| UTF-16 | 23EE FE0F |
| UTF-32 | 000023EE 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole last track 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 "last track button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "last track button".
Emoji keyboard → Symbols; search "last track button".
1span.last-track-button::before { content: "\23EE"; } /* prefer inline grapheme for ZWJ */1<span>⏮️</span>La représentation du symbole Last Track Button dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x23EE, 0xFE0F) |
| Python | '\N{LAST TRACK BUTTON}' |
| Rust | '\u{23EE}' |
| Swift | "\u{23EE}" |
| Go | string(rune(0x23EE)) |
| Ruby | "\u{23EE}" |