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