| Nome del simbolo | Manichaean Punctuation Star |
| Versione Unicode | 7.0 |
| Unicode | U+10AF0 |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| 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}Puoi digitare il simbolo manichaean punctuation star sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Manichaean Punctuation Star nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\10AF0 |
| Codice esadecimale | 0x10AF0 |
| Codice HTML | 𐫰 |
| LaTeX | \text{MANICHAEANPUNCTUATIONSTAR} |
| Simbolo | 𐫰 |
| Codifica URL (percentuale UTF-8) | %F0%90%AB%B0 |
| Nome parlato / screen reader | Manichaean Punctuation Star |