| Nombre del símbolo | Cuneiform Sign Ta Asterisk |
| Versión Unicode | 5.0 |
| Unicode | U+122EC |
| Bloque Unicode | |
| Categoría general | Lo (Lo) |
| Código 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}Puedes escribir el símbolo cuneiform sign ta asterisk en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Cuneiform Sign Ta Asterisk en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x122EC |
| Código HTML | 𒋬 |
| LaTeX | \text{CUNEIFORMSIGNTAASTERISK} |
| Símbolo | 𒋬 |
| Codificación URL (porcentaje UTF-8) | %F0%92%8B%AC |
| Nombre oral / lector de pantalla | Cuneiform Sign Ta Asterisk |