| Symbolname | Superset Of |
| Unicode-Version | 1.1 |
| Unicode | U+2283 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code | \2283 |
| Hexadezimalcode | 0x2283 |
| HTML-Code | ⊃ |
| LaTeX | \supset |
| Symbol | ⊃ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8A%83 |
| Ansagename (Screenreader) | Superset Of |
| UTF-8 | E2 8A 83 |
| UTF-16 | 2283 |
| UTF-32 | 00002283 |
1\documentclass{article}2\usepackage{pifont}3\supset 4\end{document}Sie können das Symbol superset of auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8835 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "superset of", or use Unicode Hex Input with 2283.
Ctrl + Shift + U, type 2283, 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.superset-of::before { content: "\2283"; }1<span>⊃</span>Die Darstellung des Symbols Superset Of in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2283' or String.fromCodePoint(0x2283) |
| Python | '\N{SUPERSET OF}' or chr(8835) |
| Rust | '\u{2283}' |
| C / C++ | UTF-8 source or wchar_t with U+2283 |
| Go | string(rune(0x2283)) |
| Ruby | "\u2283" |