| Symbol Name | White Diamond In Square |
| Unicode Version | 5.2 |
| Unicode | U+26CB |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9B 8B |
| UTF-16 | 26CB |
| UTF-32 | 000026CB |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEDIAMONDINSQUARE}4\end{document}You can type the white diamond in square symbol on most modern devices with the help of following methods:
Alt + 9931 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white diamond in square", or use Unicode Hex Input with 26CB.
Ctrl + Shift + U, type 26cb, 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 ornament and fleuron support.
1span.white-diamond-in-square::before { content: "\26CB"; }1<span>⛋</span>White Diamond In Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u26CB' or String.fromCodePoint(9931) |
| Python | '\N{WHITE DIAMOND IN SQUARE}' or chr(9931) |
| Rust | '\u{26CB}' |
| C / C++ | UTF-8 source or wchar_t with U+26CB |
| Go | string(rune(0x26CB)) |
| Ruby | "\u{26CB}" |
\26CB |
| Hex Code | 0x26CB |
| HTML Code | ⛋ |
| LaTeX | \text{WHITEDIAMONDINSQUARE} |
| Symbol | ⛋ |
| URL encode (UTF-8 percent) | %E2%9B%8B |
| Spoken / screen reader name | White Diamond In Square |