| Nome del simbolo | Small Element Of |
| Versione Unicode | 1.1 |
| Unicode | U+220A |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS | \220A |
| Codice esadecimale | 0x220A |
| Codice HTML | ∊ |
| LaTeX | \mathrm{∊} |
| Simbolo | ∊ |
| Codifica URL (percentuale UTF-8) | %E2%88%8A |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo small element of sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Small Element Of nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |