| Symbol Name | White Square With Rightwards Tick |
| Unicode Version | 3.2 |
| Unicode | U+27E5 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| UTF-8 | E2 9F A5 |
| UTF-16 | 27E5 |
| UTF-32 | 000027E5 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESQUAREWITHRIGHTWARDSTICK}4\end{document}You can type the white square with rightwards tick symbol on most modern devices with the help of following methods:
Alt + 10213 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white square with rightwards tick", or use Unicode Hex Input with 27E5.
Ctrl + Shift + U, type 27e5, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.white-square-with-rightwards-tick::before { content: "\27E5"; }1<span>⟥</span>White Square With Rightwards Tick symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27E5' or String.fromCodePoint(10213) |
| Python | '\N{WHITE SQUARE WITH RIGHTWARDS TICK}' or chr(10213) |
| Rust | '\u{27E5}' |
| C / C++ | UTF-8 source or wchar_t with U+27E5 |
| Go | string(rune(0x27E5)) |
| Ruby | "\u{27E5}" |
| CSS Code |
\27E5 |
| Hex Code | 0x27E5 |
| HTML Code | ⟥ |
| LaTeX | \text{WHITESQUAREWITHRIGHTWARDSTICK} |
| Symbol | ⟥ |
| URL encode (UTF-8 percent) | %E2%9F%A5 |
| Spoken / screen reader name | White Square With Rightwards Tick |