| Symbolname | Symbol For Device Control Four |
| Unicode-Version | 1.1 |
| Unicode | U+2414 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 90 94 |
| UTF-16 | 2414 |
| UTF-32 | 00002414 |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORDEVICECONTROLFOUR}4\end{document}Sie können das Symbol symbol for device control four auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9236 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for device control four", or use Unicode Hex Input with 2414.
Ctrl + Shift + U, type 2414, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-device-control-four::before { content: "\2414"; }1<span>␔</span>Die Darstellung des Symbols Symbol For Device Control Four in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2414' or String.fromCodePoint(9236) |
| Python | '\N{SYMBOL FOR DEVICE CONTROL FOUR}' or chr(9236) |
| Rust | '\u{2414}' |
| C / C++ | UTF-8 source or wchar_t with U+2414 |
| Go | string(rune(0x2414)) |
| Ruby | "\u{2414}" |
\2414 |
| Hexadezimalcode | 0x2414 |
| HTML-Code | ␔ |
| LaTeX | \text{SYMBOLFORDEVICECONTROLFOUR} |
| Symbol | ␔ |
| URL-Kodierung (UTF-8-Prozent) | %E2%90%94 |
| Ansagename (Screenreader) | Symbol For Device Control Four |