| Nom du symbole | Small Element Of |
| Version Unicode | 1.1 |
| Unicode | U+220A |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS | \220A |
| Code hexadécimal | 0x220A |
| Code HTML | ∊ |
| LaTeX | \mathrm{∊} |
| Symbole | ∊ |
| Encodage URL (pourcent UTF-8) | %E2%88%8A |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole small element of sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Small Element Of dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |