| Nome del simbolo | White Square With Leftwards Tick |
| Versione Unicode | 3.2 |
| Unicode | U+27E4 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 9F A4 |
| UTF-16 | 27E4 |
| UTF-32 | 000027E4 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESQUAREWITHLEFTWARDSTICK}4\end{document}Puoi digitare il simbolo white square with leftwards tick sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10212 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white square with leftwards tick", or use Unicode Hex Input with 27E4.
Ctrl + Shift + U, type 27e4, 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-leftwards-tick::before { content: "\27E4"; }1<span>⟤</span>La rappresentazione del simbolo White Square With Leftwards Tick nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u27E4' or String.fromCodePoint(10212) |
| Python | '\N{WHITE SQUARE WITH LEFTWARDS TICK}' or chr(10212) |
| Rust | '\u{27E4}' |
| C / C++ | UTF-8 source or wchar_t with U+27E4 |
| Go | string(rune(0x27E4)) |
| Ruby | "\u{27E4}" |
| Codice CSS |
\27E4 |
| Codice esadecimale | 0x27E4 |
| Codice HTML | ⟤ |
| LaTeX | \text{WHITESQUAREWITHLEFTWARDSTICK} |
| Simbolo | ⟤ |
| Codifica URL (percentuale UTF-8) | %E2%9F%A4 |
| Nome parlato / screen reader | White Square With Leftwards Tick |