| Symbol Name | X In A Rectangle Box |
| Unicode Version | 1.1 |
| Unicode | U+2327 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2327 |
| Hex Code | 0x2327 |
| HTML Code | ⌧ |
| LaTeX | \text{XINARECTANGLEBOX} |
| Symbol | ⌧ |
| URL encode (UTF-8 percent) | %E2%8C%A7 |
| Spoken / screen reader name | X In A Rectangle Box |
| UTF-8 | E2 8C A7 |
| UTF-16 | 2327 |
| UTF-32 | 00002327 |
1\documentclass{article}2\usepackage{pifont}3\text{XINARECTANGLEBOX}4\end{document}You can type the x in a rectangle box symbol on most modern devices with the help of following methods:
Alt + 8999 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "x in a rectangle box", or use Unicode Hex Input with 2327.
Ctrl + Shift + U, type 2327, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with cross mark support.
1span.x-in-a-rectangle-box::before { content: "\2327"; }1<span>⌧</span>X In A Rectangle Box symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2327' or String.fromCodePoint(8999) |
| Python | '\N{X IN A RECTANGLE BOX}' or chr(8999) |
| Rust | '\u{2327}' |
| C / C++ | UTF-8 source or wchar_t with U+2327 |
| Go | string(rune(0x2327)) |
| Ruby | "\u{2327}" |