| Nome del simbolo | Heavy Circle With Stroke And Two Dots Above |
| Versione Unicode | 5.2 |
| Unicode | U+26E3 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo heavy circle with stroke and two dots above sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Heavy Circle With Stroke And Two Dots Above nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\26E3 |
| Codice esadecimale | 0x26E3 |
| Codice HTML | ⛣ |
| LaTeX | \text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE} |
| Simbolo | ⛣ |
| Codifica URL (percentuale UTF-8) | %E2%9B%A3 |
| Nome parlato / screen reader | Heavy Circle With Stroke And Two Dots Above |