| Symbol Name | Black Large Square |
| Unicode Version | 0.6 |
| Unicode | U+2B1B |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2B1B |
| Hex Code | 0x2B1B |
| HTML Code | ⬛ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⬛ |
| URL encode (UTF-8 percent) | %E2%AC%9B |
| Discord / Slack shortcode | :black_large_square: |
| GitHub shortcode | :black_large_square: |
| Spoken / screen reader name | Black Large Square |
| UTF-8 | E2 AC 9B |
| UTF-16 | 2B1B |
| UTF-32 | 00002B1B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the black large 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 large square".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "black large square".
Emoji keyboard → Symbols; search "black large square".
1span.black-large-square-emoji::before { content: "\2B1B"; } /* prefer inline grapheme for ZWJ */1<span>⬛</span>Black Large Square symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2B1B' or String.fromCodePoint(11035) |
| Python | '\N{BLACK LARGE SQUARE}' |
| Rust | '\u{2B1B}' |
| Swift | "\u{2B1B}" |
| Go | string(rune(0x2B1B)) |
| Ruby | "\u{2B1B}" |