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