| Nome del simbolo | Egyptian Hieroglyph G041 |
| Versione Unicode | 5.2 |
| Unicode | U+1316F |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | F0 93 85 AF |
| UTF-16 | D80C DD6F |
| UTF-32 | 0001316F |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHG041}4\end{document}Puoi digitare il simbolo egyptian hieroglyph g041 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 g041", or paste from this page.
Ctrl + Shift + U, type 1316f, 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-g041::before { content: "\1316F"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓅯</span>La rappresentazione del simbolo Egyptian Hieroglyph G041 nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDD6F' or String.fromCodePoint(0x1316F) |
| Python | '\U{1316F}' or chr(0x1316F) |
| Rust | '\u{1316F}' |
| C / C++ | UTF-8 source or wchar_t with U+1316F |
| Go | string(rune(0x1316F)) |
| Ruby | "\u{1316F}" |
| Codice CSS |
\1316F |
| Codice esadecimale | 0x1316F |
| Codice HTML | 𓅯 |
| LaTeX | \text{EGYPTIANHIEROGLYPHG041} |
| Simbolo | 𓅯 |
| Codifica URL (percentuale UTF-8) | %F0%93%85%AF |
| Nome parlato / screen reader | Egyptian Hieroglyph G041 |