| Symbol Name | Die Face-3 |
| Unicode Version | 3.2 |
| Unicode | U+2682 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2682 |
| Hex Code | 0x2682 |
| HTML Code | ⚂ |
| LaTeX | \text{DIEFACE-3} |
| Symbol | ⚂ |
| URL encode (UTF-8 percent) | %E2%9A%82 |
| Spoken / screen reader name | 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}You can type the die face-3 symbol on most modern devices with the help of following methods:
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>Die Face-3 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |