| Nombre del símbolo | Chess Pawn |
| Versión Unicode | 11.0 |
| Unicode | U+265F |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \265F |
| Código hexadecimal | 0x265F |
| Código HTML | ♟️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ♟️ |
| Codificación URL (porcentaje UTF-8) | %E2%99%9F%EF%B8%8F |
| Nombre oral / lector de pantalla | Chess Pawn |
| UTF-8 | E2 99 9F EF B8 8F |
| UTF-16 | 265F FE0F |
| UTF-32 | 0000265F 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 chess pawn en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "chess pawn".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "chess pawn".
Emoji keyboard → Activities; search "chess pawn".
1span.chess-pawn-emoji::before { content: "\265F"; } /* prefer inline grapheme for ZWJ */1<span>♟️</span>La representación del símbolo Chess Pawn en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x265F, 0xFE0F) |
| Python | '\N{CHESS PAWN}' |
| Rust | '\u{265F}' |
| Swift | "\u{265F}" |
| Go | string(rune(0x265F)) |
| Ruby | "\u{265F}" |