| Nome del simbolo | Cuneiform Sign Ta Asterisk |
| Versione Unicode | 5.0 |
| Unicode | U+122EC |
| Blocco Unicode | |
| Categoria generale | Lo (Lo) |
| Codice CSS |
| UTF-8 | F0 92 8B AC |
| UTF-16 | D808 DEEC |
| UTF-32 | 000122EC |
1\documentclass{article}2\usepackage{pifont}3\text{CUNEIFORMSIGNTAASTERISK}4\end{document}Puoi digitare il simbolo cuneiform sign ta 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 ta asterisk", or use Unicode Hex Input with 122EC.
Ctrl + Shift + U, type 122ec, 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-ta-asterisk::before { content: "\122EC"; }1<span>𒋬</span>La rappresentazione del simbolo Cuneiform Sign Ta Asterisk nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD808\uDEEC' or String.fromCodePoint(0x122EC) |
| Python | '\N{CUNEIFORM SIGN TA ASTERISK}' or chr(74476) |
| Rust | '\u{122EC}' |
| C / C++ | UTF-8 source or wchar_t with U+122EC |
| Go | string(rune(0x122EC)) |
| Ruby | "\u{122EC}" |
\122EC |
| Codice esadecimale | 0x122EC |
| Codice HTML | 𒋬 |
| LaTeX | \text{CUNEIFORMSIGNTAASTERISK} |
| Simbolo | 𒋬 |
| Codifica URL (percentuale UTF-8) | %F0%92%8B%AC |
| Nome parlato / screen reader | Cuneiform Sign Ta Asterisk |