| Nombre del símbolo | Manichaean Punctuation Star |
| Versión Unicode | 7.0 |
| Unicode | U+10AF0 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo manichaean punctuation star en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Manichaean Punctuation Star en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\10AF0 |
| Código hexadecimal | 0x10AF0 |
| Código HTML | 𐫰 |
| LaTeX | \text{MANICHAEANPUNCTUATIONSTAR} |
| Símbolo | 𐫰 |
| Codificación URL (porcentaje UTF-8) | %F0%90%AB%B0 |
| Nombre oral / lector de pantalla | Manichaean Punctuation Star |