| Symboolnaam | Slavonic Asterisk |
| Unicode-versie | 5.1 |
| Unicode | U+A673 |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code |
| UTF-8 | EA 99 B3 |
| UTF-16 | A673 |
| UTF-32 | 0000A673 |
1\documentclass{article}2\usepackage{pifont}3\text{SLAVONICASTERISK}4\end{document}Je kunt het slavonic asterisk-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42611 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "slavonic asterisk", or use Unicode Hex Input with A673.
Ctrl + Shift + U, type a673, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.slavonic-asterisk::before { content: "\A673"; }1<span>꙳</span>De weergave van het Slavonic Asterisk-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA673' or String.fromCodePoint(42611) |
| Python | '\N{SLAVONIC ASTERISK}' or chr(42611) |
| Rust | '\u{A673}' |
| C / C++ | UTF-8 source or wchar_t with U+A673 |
| Go | string(rune(0xA673)) |
| Ruby | "\u{A673}" |
\A673 |
| Hexadecimale code | 0xA673 |
| HTML-code | ꙳ |
| LaTeX | \text{SLAVONICASTERISK} |
| Symbool | ꙳ |
| URL-codering (UTF-8 procent) | %EA%99%B3 |
| Uitgesproken naam / schermlezer | Slavonic Asterisk |