| Nombre del símbolo | Empty Set With Small Circle Above |
| Versión Unicode | 3.2 |
| Unicode | U+29B2 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo empty set with small circle above en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Empty Set With Small Circle Above en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\29B2 |
| Código hexadecimal | 0x29B2 |
| Código HTML | ⦲ |
| LaTeX | \text{EMPTYSETWITHSMALLCIRCLEABOVE} |
| Símbolo | ⦲ |
| Codificación URL (porcentaje UTF-8) | %E2%A6%B2 |
| Nombre oral / lector de pantalla | Empty Set With Small Circle Above |