| Symbol Name | Play Button |
| Unicode Version | 0.6 |
| Unicode | U+25B6 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \25B6 |
| Hex Code | 0x25B6 |
| HTML Code | ▶️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ▶️ |
| URL encode (UTF-8 percent) | %E2%96%B6%EF%B8%8F |
| Discord / Slack shortcode | :arrow_forward: |
| GitHub shortcode | :arrow_forward: |
| Spoken / screen reader name | 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}You can type the play button symbol on most modern devices with the help of following methods:
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>Play Button symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x25B6, 0xFE0F) |
| Python | '\N{PLAY BUTTON}' |
| Rust | '\u{25B6}' |
| Swift | "\u{25B6}" |
| Go | string(rune(0x25B6)) |
| Ruby | "\u{25B6}" |