| Nom du symbole | Cuneiform Sign Ta Asterisk |
| Version Unicode | 5.0 |
| Unicode | U+122EC |
| Bloc Unicode | |
| Catégorie générale | Lo (Lo) |
| Code 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}Vous pouvez saisir le symbole cuneiform sign ta asterisk sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Cuneiform Sign Ta Asterisk dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x122EC |
| Code HTML | 𒋬 |
| LaTeX | \text{CUNEIFORMSIGNTAASTERISK} |
| Symbole | 𒋬 |
| Encodage URL (pourcent UTF-8) | %F0%92%8B%AC |
| Nom oral / lecteur d’écran | Cuneiform Sign Ta Asterisk |