| Nom du symbole | Heavy Circle With Stroke And Two Dots Above |
| Version Unicode | 5.2 |
| Unicode | U+26E3 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole heavy circle with stroke and two dots above sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Heavy Circle With Stroke And Two Dots Above dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\26E3 |
| Code hexadécimal | 0x26E3 |
| Code HTML | ⛣ |
| LaTeX | \text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE} |
| Symbole | ⛣ |
| Encodage URL (pourcent UTF-8) | %E2%9B%A3 |
| Nom oral / lecteur d’écran | Heavy Circle With Stroke And Two Dots Above |