| Nombre del símbolo | Heavy Circle With Stroke And Two Dots Above |
| Versión Unicode | 5.2 |
| Unicode | U+26E3 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9B A3 |
| UTF-16 | 26E3 |
| UTF-32 | 000026E3 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE}4\end{document}Puedes escribir el símbolo heavy circle with stroke and two dots above en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9955 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy circle with stroke and two dots above", or use Unicode Hex Input with 26E3.
Ctrl + Shift + U, type 26e3, 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.heavy-circle-with-stroke-and-two-dots-above::before { content: "\26E3"; }1<span>⛣</span>La representación del símbolo Heavy Circle With Stroke And Two Dots Above en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u26E3' or String.fromCodePoint(9955) |
| Python | '\N{HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE}' or chr(9955) |
| Rust | '\u{26E3}' |
| C / C++ | UTF-8 source or wchar_t with U+26E3 |
| Go | string(rune(0x26E3)) |
| Ruby | "\u{26E3}" |
| Código CSS |
\26E3 |
| Código hexadecimal | 0x26E3 |
| Código HTML | ⛣ |
| LaTeX | \text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE} |
| Símbolo | ⛣ |
| Codificación URL (porcentaje UTF-8) | %E2%9B%A3 |
| Nombre oral / lector de pantalla | Heavy Circle With Stroke And Two Dots Above |