| Nom du symbole | Slavonic Asterisk |
| Version Unicode | 5.1 |
| Unicode | U+A673 |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| Code CSS | \A673 |
| Code hexadécimal | 0xA673 |
| Code HTML | ꙳ |
| LaTeX | \text{SLAVONICASTERISK} |
| Symbole | ꙳ |
| Encodage URL (pourcent UTF-8) | %EA%99%B3 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole slavonic asterisk sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Slavonic Asterisk dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |