| Symboolnaam | Heavy Circle With Stroke And Two Dots Above |
| Unicode-versie | 5.2 |
| Unicode | U+26E3 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het heavy circle with stroke and two dots above-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Heavy Circle With Stroke And Two Dots Above-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x26E3 |
| HTML-code | ⛣ |
| LaTeX | \text{HEAVYCIRCLEWITHSTROKEANDTWODOTSABOVE} |
| Symbool | ⛣ |
| URL-codering (UTF-8 procent) | %E2%9B%A3 |
| Uitgesproken naam / schermlezer | Heavy Circle With Stroke And Two Dots Above |