| Symbol Name | Heavy Circle With Stroke And Two Dots Above |
| Unicode Version | 5.2 |
| Unicode | U+26E3 |
| Unicode block | |
| General category | 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}You can type the heavy circle with stroke and two dots above symbol on most modern devices with the help of following methods:
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>Heavy Circle With Stroke And Two Dots Above symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\26E3 |
| Hex Code | 0x26E3 |
| HTML Code | ⛣ |
| LaTeX | \text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE} |
| Symbol | ⛣ |
| URL encode (UTF-8 percent) | %E2%9B%A3 |
| Spoken / screen reader name | Heavy Circle With Stroke And Two Dots Above |