| Symbol Name | Manichaean Punctuation Star |
| Unicode Version | 7.0 |
| Unicode | U+10AF0 |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | F0 90 AB B0 |
| UTF-16 | D802 DEF0 |
| UTF-32 | 00010AF0 |
1\documentclass{article}2\usepackage{pifont}3\text{MANICHAEANPUNCTUATIONSTAR}4\end{document}You can type the manichaean punctuation star symbol on most modern devices with the help of following methods:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "manichaean punctuation star", or use Unicode Hex Input with 10AF0.
Ctrl + Shift + U, type 10af0, 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.manichaean-punctuation-star::before { content: "\10AF0"; }1<span>𐫰</span>Manichaean Punctuation Star symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD802\uDEF0' or String.fromCodePoint(0x10AF0) |
| Python | '\N{MANICHAEAN PUNCTUATION STAR}' or chr(68336) |
| Rust | '\u{10AF0}' |
| C / C++ | UTF-8 source or wchar_t with U+10AF0 |
| Go | string(rune(0x10AF0)) |
| Ruby | "\u{10AF0}" |
\10AF0 |
| Hex Code | 0x10AF0 |
| HTML Code | 𐫰 |
| LaTeX | \text{MANICHAEANPUNCTUATIONSTAR} |
| Symbol | 𐫰 |
| URL encode (UTF-8 percent) | %F0%90%AB%B0 |
| Spoken / screen reader name | Manichaean Punctuation Star |