| 記号名 | Slavonic Asterisk |
| Unicodeバージョン | 5.1 |
| Unicode | U+A673 |
| Unicodeブロック | |
| 一般カテゴリ | Other Punctuation (Po) |
| CSSコード | \A673 |
| 16進コード | 0xA673 |
| HTMLコード | ꙳ |
| LaTeX | \text{SLAVONICASTERISK} |
| 記号 | ꙳ |
| URLエンコード(UTF-8パーセント) | %EA%99%B3 |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでslavonic asterisk記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |