| Nome del simbolo | Black Medium-small Square |
| Versione Unicode | 0.6 |
| Unicode | U+25FE |
| Blocco Unicode | |
| Categoria generale | Emoji (Sm) |
| Codice CSS |
| UTF-8 | E2 97 BE |
| UTF-16 | 25FE |
| UTF-32 | 000025FE |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo black 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 "black medium-small square".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "black medium-small square".
Emoji keyboard → Symbols; search "black medium-small square".
1span.black-medium-small-square-emoji::before { content: "\25FE"; } /* prefer inline grapheme for ZWJ */1<span>◾</span>La rappresentazione del simbolo Black Medium-small Square nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u25FE' or String.fromCodePoint(9726) |
| Python | '\N{BLACK MEDIUM SMALL SQUARE}' |
| Rust | '\u{25FE}' |
| Swift | "\u{25FE}" |
| Go | string(rune(0x25FE)) |
| Ruby | "\u{25FE}" |
\25FE |
| Codice esadecimale | 0x25FE |
| Codice HTML | ◾ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ◾ |
| Codifica URL (percentuale UTF-8) | %E2%97%BE |
| Nome parlato / screen reader | Black Medium-small Square |