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