| Nome del simbolo | Empty Set With Small Circle Above |
| Versione Unicode | 3.2 |
| Unicode | U+29B2 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo empty set with small circle above sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Empty Set With Small Circle Above nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\29B2 |
| Codice esadecimale | 0x29B2 |
| Codice HTML | ⦲ |
| LaTeX | \text{EMPTYSETWITHSMALLCIRCLEABOVE} |
| Simbolo | ⦲ |
| Codifica URL (percentuale UTF-8) | %E2%A6%B2 |
| Nome parlato / screen reader | Empty Set With Small Circle Above |