| Symbol Name | Black Medium-small Square |
| Unicode Version | 0.6 |
| Unicode | U+25FE |
| Unicode block | |
| General category | Emoji (Sm) |
| CSS Code |
| 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}You can type the black medium-small square symbol on most modern devices with the help of following methods:
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>Black Medium-small Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x25FE |
| HTML Code | ◾ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ◾ |
| URL encode (UTF-8 percent) | %E2%97%BE |
| Spoken / screen reader name | Black Medium-small Square |