| Symboolnaam | Empty Set With Small Circle Above |
| Unicode-versie | 3.2 |
| Unicode | U+29B2 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 A6 B2 |
| UTF-16 | 29B2 |
| UTF-32 | 000029B2 |
1\documentclass{article}2\usepackage{pifont}3\text{EMPTYSETWITHSMALLCIRCLEABOVE}4\end{document}Je kunt het empty set with small circle above-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10674 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "empty set with small circle above", or use Unicode Hex Input with 29B2.
Ctrl + Shift + U, type 29b2, 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 geometric symbol support.
1span.empty-set-with-small-circle-above::before { content: "\29B2"; }1<span>⦲</span>De weergave van het Empty Set With Small Circle Above-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u29B2' or String.fromCodePoint(10674) |
| Python | '\N{EMPTY SET WITH SMALL CIRCLE ABOVE}' or chr(10674) |
| Rust | '\u{29B2}' |
| C / C++ | UTF-8 source or wchar_t with U+29B2 |
| Go | string(rune(0x29B2)) |
| Ruby | "\u{29B2}" |
| CSS-code |
\29B2 |
| Hexadecimale code | 0x29B2 |
| HTML-code | ⦲ |
| LaTeX | \text{EMPTYSETWITHSMALLCIRCLEABOVE} |
| Symbool | ⦲ |
| URL-codering (UTF-8 procent) | %E2%A6%B2 |
| Uitgesproken naam / schermlezer | Empty Set With Small Circle Above |