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