| Symbolname | Does Not Force |
| Unicode-Version | 1.1 |
| Unicode | U+22AE |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code | \22AE |
| Hexadezimalcode | 0x22AE |
| HTML-Code | ⊮ |
| LaTeX | \mathrm{⊮} |
| Symbol | ⊮ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8A%AE |
| Ansagename (Screenreader) | Does Not Force |
| UTF-8 | E2 8A AE |
| UTF-16 | 22AE |
| UTF-32 | 000022AE |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⊮}4\end{document}Sie können das Symbol does not force auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8878 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "does not force", or use Unicode Hex Input with 22AE.
Ctrl + Shift + U, type 22ae, 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 math symbol support.
1span.does-not-force::before { content: "\22AE"; }1<span>⊮</span>Die Darstellung des Symbols Does Not Force in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u22AE' or String.fromCodePoint(0x22AE) |
| Python | '\N{DOES NOT FORCE}' or chr(8878) |
| Rust | '\u{22AE}' |
| C / C++ | UTF-8 source or wchar_t with U+22AE |
| Go | string(rune(0x22AE)) |
| Ruby | "\u22AE" |