| Nom du symbole | Play Button |
| Version Unicode | 0.6 |
| Unicode | U+25B6 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \25B6 |
| Code hexadécimal | 0x25B6 |
| Code HTML | ▶️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ▶️ |
| Encodage URL (pourcent UTF-8) | %E2%96%B6%EF%B8%8F |
| Raccourci Discord / Slack | :arrow_forward: |
| Raccourci GitHub | :arrow_forward: |
| Nom oral / lecteur d’écran | Play Button |
| UTF-8 | E2 96 B6 EF B8 8F |
| UTF-16 | 25B6 FE0F |
| UTF-32 | 000025B6 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 play 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 "play button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "play button".
Emoji keyboard → Symbols; search "play button".
1span.play-button::before { content: "\25B6"; } /* prefer inline grapheme for ZWJ */1<span>▶️</span>La représentation du symbole Play Button dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x25B6, 0xFE0F) |
| Python | '\N{PLAY BUTTON}' |
| Rust | '\u{25B6}' |
| Swift | "\u{25B6}" |
| Go | string(rune(0x25B6)) |
| Ruby | "\u{25B6}" |