| Symboolnaam | White Square With Leftwards Tick |
| Unicode-versie | 3.2 |
| Unicode | U+27E4 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het white square with leftwards tick-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het White Square With Leftwards Tick-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\27E4 |
| Hexadecimale code | 0x27E4 |
| HTML-code | ⟤ |
| LaTeX | \text{WHITESQUAREWITHLEFTWARDSTICK} |
| Symbool | ⟤ |
| URL-codering (UTF-8 procent) | %E2%9F%A4 |
| Uitgesproken naam / schermlezer | White Square With Leftwards Tick |