| Nome del simbolo | Star And Crescent |
| Versione Unicode | 0.7 |
| Unicode | U+262A |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \262A |
| Codice esadecimale | 0x262A |
| Codice HTML | ☪️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ☪️ |
| Codifica URL (percentuale UTF-8) | %E2%98%AA%EF%B8%8F |
| Nome parlato / screen reader | Star And Crescent |
| UTF-8 | E2 98 AA EF B8 8F |
| UTF-16 | 262A FE0F |
| UTF-32 | 0000262A 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo star and crescent sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "star and crescent".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "star and crescent".
Emoji keyboard → Symbols; search "star and crescent".
1span.star-and-crescent-emoji::before { content: "\262A"; } /* prefer inline grapheme for ZWJ */1<span>☪️</span>La rappresentazione del simbolo Star And Crescent nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x262A, 0xFE0F) |
| Python | '\N{STAR AND CRESCENT}' |
| Rust | '\u{262A}' |
| Swift | "\u{262A}" |
| Go | string(rune(0x262A)) |
| Ruby | "\u{262A}" |