| Symbol Name | Slavonic Asterisk |
| Unicode Version | 5.1 |
| Unicode | U+A673 |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code | \A673 |
| Hex Code | 0xA673 |
| HTML Code | ꙳ |
| LaTeX | \text{SLAVONICASTERISK} |
| Symbol | ꙳ |
| URL encode (UTF-8 percent) | %EA%99%B3 |
| Spoken / screen reader name | Slavonic Asterisk |
| UTF-8 | EA 99 B3 |
| UTF-16 | A673 |
| UTF-32 | 0000A673 |
1\documentclass{article}2\usepackage{pifont}3\text{SLAVONICASTERISK}4\end{document}You can type the slavonic asterisk symbol on most modern devices with the help of following methods:
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>Slavonic Asterisk symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |