| Symbolname | White Square With Leftwards Tick |
| Unicode-Version | 3.2 |
| Unicode | U+27E4 |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol white square with leftwards tick auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols White Square With Leftwards Tick in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x27E4 |
| HTML-Code | ⟤ |
| LaTeX | \text{WHITESQUAREWITHLEFTWARDSTICK} |
| Symbol | ⟤ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9F%A4 |
| Ansagename (Screenreader) | White Square With Leftwards Tick |