| Symboolnaam | Small Element Of |
| Unicode-versie | 1.1 |
| Unicode | U+220A |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \220A |
| Hexadecimale code | 0x220A |
| HTML-code | ∊ |
| LaTeX | \mathrm{∊} |
| Symbool | ∊ |
| URL-codering (UTF-8 procent) | %E2%88%8A |
| Uitgesproken naam / schermlezer | Small Element Of |
| UTF-8 | E2 88 8A |
| UTF-16 | 220A |
| UTF-32 | 0000220A |
1\documentclass{article}2\usepackage{pifont}3\mathrm{∊}4\end{document}Je kunt het small element of-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8714 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "small element of", or use Unicode Hex Input with 220A.
Ctrl + Shift + U, type 220a, 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.small-element-of::before { content: "\220A"; }1<span>∊</span>De weergave van het Small Element Of-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u220A' or String.fromCodePoint(0x220A) |
| Python | '\N{SMALL ELEMENT OF}' or chr(8714) |
| Rust | '\u{220A}' |
| C / C++ | UTF-8 source or wchar_t with U+220A |
| Go | string(rune(0x220A)) |
| Ruby | "\u220A" |