| Nom du symbole | Die Face-5 |
| Version Unicode | 3.2 |
| Unicode | U+2684 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \2684 |
| Code hexadécimal | 0x2684 |
| Code HTML | ⚄ |
| LaTeX | \text{DIEFACE-5} |
| Symbole | ⚄ |
| Encodage URL (pourcent UTF-8) | %E2%9A%84 |
| Nom oral / lecteur d’écran | Die Face-5 |
| UTF-8 | E2 9A 84 |
| UTF-16 | 2684 |
| UTF-32 | 00002684 |
1\documentclass{article}2\usepackage{pifont}3\text{DIEFACE-5}4\end{document}Vous pouvez saisir le symbole die face-5 sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9860 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "die face-5", or use Unicode Hex Input with 2684.
Ctrl + Shift + U, type 2684, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with board-game symbol support.
1span.die-face-5::before { content: "\2684"; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; }1<span>⚄</span>La représentation du symbole Die Face-5 dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2684' or String.fromCodePoint(9860) |
| Python | '\N{DIE FACE-5}' or chr(9860) |
| Rust | '\u{2684}' |
| C / C++ | UTF-8 source or wchar_t with U+2684 |
| Go | string(rune(0x2684)) |
| Ruby | "\u{2684}" |