| Nombre del símbolo | Plus Sign With Small Circle Above |
| Versión Unicode | 3.2 |
| Unicode | U+2A22 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A8 A2 |
| UTF-16 | 2A22 |
| UTF-32 | 00002A22 |
1\documentclass{article}2\usepackage{pifont}3\text{PLUSSIGNWITHSMALLCIRCLEABOVE}4\end{document}Puedes escribir el símbolo plus sign with small circle above en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10786 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "plus sign with small circle above", or use Unicode Hex Input with 2A22.
Ctrl + Shift + U, type 2a22, 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.plus-sign-with-small-circle-above::before { content: "\2A22"; }1<span>⨢</span>La representación del símbolo Plus Sign With Small Circle Above en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2A22' or String.fromCodePoint(10786) |
| Python | '\N{PLUS SIGN WITH SMALL CIRCLE ABOVE}' or chr(10786) |
| Rust | '\u{2A22}' |
| C / C++ | UTF-8 source or wchar_t with U+2A22 |
| Go | string(rune(0x2A22)) |
| Ruby | "\u{2A22}" |
| Código CSS |
\2A22 |
| Código hexadecimal | 0x2A22 |
| Código HTML | ⨢ |
| LaTeX | \text{PLUSSIGNWITHSMALLCIRCLEABOVE} |
| Símbolo | ⨢ |
| Codificación URL (porcentaje UTF-8) | %E2%A8%A2 |
| Nombre oral / lector de pantalla | Plus Sign With Small Circle Above |