| Nom du symbole | Manichaean Punctuation Star |
| Version Unicode | 7.0 |
| Unicode | U+10AF0 |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| Code CSS |
| 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}Vous pouvez saisir le symbole manichaean punctuation star sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Manichaean Punctuation Star dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x10AF0 |
| Code HTML | 𐫰 |
| LaTeX | \text{MANICHAEANPUNCTUATIONSTAR} |
| Symbole | 𐫰 |
| Encodage URL (pourcent UTF-8) | %F0%90%AB%B0 |
| Nom oral / lecteur d’écran | Manichaean Punctuation Star |