| Nome del simbolo | Egyptian Hieroglyph M042 |
| Versione Unicode | 5.2 |
| Unicode | U+131EC |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | F0 93 87 AC |
| UTF-16 | D80C DDEC |
| UTF-32 | 000131EC |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHM042}4\end{document}Puoi digitare il simbolo egyptian hieroglyph m042 sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph m042", or paste from this page.
Ctrl + Shift + U, type 131ec, then Enter (layout-dependent).
Paste from this page, use text replacement, or a hieroglyph-capable keyboard app.
Paste from this page or use a hieroglyph font keyboard.
1span.egyptian-hieroglyph-m042::before { content: "\131EC"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓇬</span>La rappresentazione del simbolo Egyptian Hieroglyph M042 nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDDEC' or String.fromCodePoint(0x131EC) |
| Python | '\U{131EC}' or chr(0x131EC) |
| Rust | '\u{131EC}' |
| C / C++ | UTF-8 source or wchar_t with U+131EC |
| Go | string(rune(0x131EC)) |
| Ruby | "\u{131EC}" |
| Codice CSS |
\131EC |
| Codice esadecimale | 0x131EC |
| Codice HTML | 𓇬 |
| LaTeX | \text{EGYPTIANHIEROGLYPHM042} |
| Simbolo | 𓇬 |
| Codifica URL (percentuale UTF-8) | %F0%93%87%AC |
| Nome parlato / screen reader | Egyptian Hieroglyph M042 |