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