| Nombre del símbolo | Check Box With Check |
| Versión Unicode | 0.6 |
| Unicode | U+2611 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \2611 |
| Código hexadecimal | 0x2611 |
| Código HTML | ☑️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ☑️ |
| Codificación URL (porcentaje UTF-8) | %E2%98%91%EF%B8%8F |
| Nombre oral / lector de pantalla | Check Box With Check |
| UTF-8 | E2 98 91 EF B8 8F |
| UTF-16 | 2611 FE0F |
| UTF-32 | 00002611 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo check box with check en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "check box with check".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "check box with check".
Emoji keyboard → Symbols; search "check box with check".
1span.check-box-with-check::before { content: "\2611"; } /* prefer inline grapheme for ZWJ */1<span>☑️</span>La representación del símbolo Check Box With Check en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2611, 0xFE0F) |
| Python | '\N{CHECK BOX WITH CHECK}' |
| Rust | '\u{2611}' |
| Swift | "\u{2611}" |
| Go | string(rune(0x2611)) |
| Ruby | "\u{2611}" |