| Nome del simbolo | Cuneiform Sign Pesh2 Asterisk |
| Versione Unicode | 7.0 |
| Unicode | U+12394 |
| Blocco Unicode | |
| Categoria generale | Lo (Lo) |
| Codice CSS |
| UTF-8 | F0 92 8E 94 |
| UTF-16 | D808 DF94 |
| UTF-32 | 00012394 |
1\documentclass{article}2\usepackage{pifont}3\text{CUNEIFORMSIGNPESH2ASTERISK}4\end{document}Puoi digitare il simbolo cuneiform sign pesh2 asterisk 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 "cuneiform sign pesh2 asterisk", or use Unicode Hex Input with 12394.
Ctrl + Shift + U, type 12394, 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.cuneiform-sign-pesh2-asterisk::before { content: "\12394"; }1<span>𒎔</span>La rappresentazione del simbolo Cuneiform Sign Pesh2 Asterisk nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD808\uDF94' or String.fromCodePoint(0x12394) |
| Python | '\N{CUNEIFORM SIGN PESH2 ASTERISK}' or chr(74644) |
| Rust | '\u{12394}' |
| C / C++ | UTF-8 source or wchar_t with U+12394 |
| Go | string(rune(0x12394)) |
| Ruby | "\u{12394}" |
\12394 |
| Codice esadecimale | 0x12394 |
| Codice HTML | 𒎔 |
| LaTeX | \text{CUNEIFORMSIGNPESH2ASTERISK} |
| Simbolo | 𒎔 |
| Codifica URL (percentuale UTF-8) | %F0%92%8E%94 |
| Nome parlato / screen reader | Cuneiform Sign Pesh2 Asterisk |