| Symbol Name | White Medium-small Square |
| Unicode Version | 0.6 |
| Unicode | U+25FD |
| Unicode block | |
| General category | Emoji (Sm) |
| CSS Code |
| 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}You can type the white 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 "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>White Medium-small Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x25FD |
| HTML Code | ◽ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ◽ |
| URL encode (UTF-8 percent) | %E2%97%BD |
| Spoken / screen reader name | White Medium-small Square |