| Nome del simbolo | White Medium-small Square |
| Versione Unicode | 0.6 |
| Unicode | U+25FD |
| Blocco Unicode | |
| Categoria generale | Emoji (Sm) |
| Codice CSS |
| UTF-8 | E2 97 BD |
| UTF-16 | 25FD |
| UTF-32 | 000025FD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo white medium-small square sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "white medium-small square".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "white medium-small square".
Emoji keyboard → Symbols; search "white medium-small square".
1span.white-medium-small-square-emoji::before { content: "\25FD"; } /* prefer inline grapheme for ZWJ */1<span>◽</span>La rappresentazione del simbolo White Medium-small Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u25FD' or String.fromCodePoint(9725) |
| Python | '\N{WHITE MEDIUM SMALL SQUARE}' |
| Rust | '\u{25FD}' |
| Swift | "\u{25FD}" |
| Go | string(rune(0x25FD)) |
| Ruby | "\u{25FD}" |
\25FD |
| Codice esadecimale | 0x25FD |
| Codice HTML | ◽ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ◽ |
| Codifica URL (percentuale UTF-8) | %E2%97%BD |
| Nome parlato / screen reader | White Medium-small Square |