| Symbol Name | Check Mark Button |
| Unicode Version | 0.6 |
| Unicode | U+2705 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2705 |
| Hex Code | 0x2705 |
| HTML Code | ✅ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ✅ |
| URL encode (UTF-8 percent) | %E2%9C%85 |
| Discord / Slack shortcode | :white_check_mark: |
| GitHub shortcode | :white_check_mark: |
| Spoken / screen reader name | Check Mark Button |
| UTF-8 | E2 9C 85 |
| UTF-16 | 2705 |
| UTF-32 | 00002705 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the check mark 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 "check mark button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "check mark button".
Emoji keyboard → Symbols; search "check mark button".
1span.check-mark-button-emoji::before { content: "\2705"; } /* prefer inline grapheme for ZWJ */1<span>✅</span>Check Mark Button symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2705' or String.fromCodePoint(9989) |
| Python | '\N{CHECK MARK BUTTON}' |
| Rust | '\u{2705}' |
| Swift | "\u{2705}" |
| Go | string(rune(0x2705)) |
| Ruby | "\u{2705}" |