| Nom du symbole | White Diamond In Square |
| Version Unicode | 5.2 |
| Unicode | U+26CB |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9B 8B |
| UTF-16 | 26CB |
| UTF-32 | 000026CB |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEDIAMONDINSQUARE}4\end{document}Vous pouvez saisir le symbole white diamond in square sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole White Diamond In Square dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\26CB |
| Code hexadécimal | 0x26CB |
| Code HTML | ⛋ |
| LaTeX | \text{WHITEDIAMONDINSQUARE} |
| Symbole | ⛋ |
| Encodage URL (pourcent UTF-8) | %E2%9B%8B |
| Nom oral / lecteur d’écran | White Diamond In Square |