Die Face-1 Symbol
⚀ is the die face showing one pip, used to represent a roll result of 1.
U+2680
The symbol ⚀ (Die Face 1) represents a standard die face with one visible point. It’s commonly used in gaming UI, tabletop content, and playful labels. You can copy it directly or use the included code escapes in HTML, CSS, and JavaScript.
Die Face-1 Symbol Meaning
⚀ is the Unicode character “DIE FACE-1” (code point U+2680) and visually shows a die face with a single pip. It’s most often used to indicate the number 1 in dice-related contexts, such as showing a roll result, labeling game states, or decorating probability and score displays. Because it’s a dedicated die face character, it works well when you want a consistent, font-independent representation of a dice face rather than writing “1” or using custom icons. Use it in interfaces, messages, or artwork where a literal dice face conveys the value quickly.
Common uses
- •Display a dice roll result of 1 in game interfaces or chat messages
- •Create scoreboards, turn indicators, and round summaries in tabletop or party games
- •Label UI buttons or menu items like “Roll: 1” or “Outcome 1”
- •Design posters, stickers, or templates for dice-themed events
- •Add a visual cue in spreadsheets and infographics tracking probabilities
Examples
⚀ Die Face 1 Symbol
- ⚀You rolled ⚀ this turn!
- ⚀Outcome: ⚀
- ⚀Score won’t update until you get ⚀
- ⚀Pick a die face: ⚀, ⚁, ⚂…
- ⚀Best of 3: Round 1 = ⚀
Variations
Ready to copy
Technical codes
| Unicode | U+2680 | |
| HTML Entity | ⚀ | |
| HTML Code | ⚀ | |
| CSS | \2680 |
FAQ
What does ⚀ mean?
⚀ is the “Die Face 1” symbol, showing a die face with one pip, typically used to represent the value 1 in dice contexts.
What is the Unicode code point for ⚀?
⚀ corresponds to Unicode U+2680 (Unicode name: “DIE FACE-1”).
How can I copy ⚀ into HTML?
Use the HTML entity: ⚀ (as provided for this character).
What escape sequences work in code?
You can use CSS escape \\2680 and JavaScript escape \\u{2680}.