| Nome del simbolo | Arabic Five Pointed Star |
| Versione Unicode | 1.1 |
| Unicode | U+066D |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| Codice CSS |
| UTF-8 | D9 AD |
| UTF-16 | 066D |
| UTF-32 | 0000066D |
1\documentclass{article}2\usepackage{pifont}3\text{ARABICFIVEPOINTEDSTAR}4\end{document}Puoi digitare il simbolo arabic five pointed star sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 1645 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "arabic five pointed star", or use Unicode Hex Input with 066D.
Ctrl + Shift + U, type 066d, 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.arabic-five-pointed-star::before { content: "\066D"; }1<span>٭</span>La rappresentazione del simbolo Arabic Five Pointed Star nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u066D' or String.fromCodePoint(1645) |
| Python | '\N{ARABIC FIVE POINTED STAR}' or chr(1645) |
| Rust | '\u{066D}' |
| C / C++ | UTF-8 source or wchar_t with U+066D |
| Go | string(rune(0x066D)) |
| Ruby | "\u{066D}" |
\066D |
| Codice esadecimale | 0x066D |
| Codice HTML | ٭ |
| LaTeX | \text{ARABICFIVEPOINTEDSTAR} |
| Simbolo | ٭ |
| Codifica URL (percentuale UTF-8) | %D9%AD |
| Nome parlato / screen reader | Arabic Five Pointed Star |