| Nombre del símbolo | Egyptian Hieroglyph E021 |
| Versión Unicode | 5.2 |
| Unicode | U+130EB |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | F0 93 83 AB |
| UTF-16 | D80C DCEB |
| UTF-32 | 000130EB |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHE021}4\end{document}Puedes escribir el símbolo egyptian hieroglyph e021 en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph e021", or paste from this page.
Ctrl + Shift + U, type 130eb, 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-e021::before { content: "\130EB"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓃫</span>La representación del símbolo Egyptian Hieroglyph E021 en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDCEB' or String.fromCodePoint(0x130EB) |
| Python | '\U{130EB}' or chr(0x130EB) |
| Rust | '\u{130EB}' |
| C / C++ | UTF-8 source or wchar_t with U+130EB |
| Go | string(rune(0x130EB)) |
| Ruby | "\u{130EB}" |
| Código CSS |
\130EB |
| Código hexadecimal | 0x130EB |
| Código HTML | 𓃫 |
| LaTeX | \text{EGYPTIANHIEROGLYPHE021} |
| Símbolo | 𓃫 |
| Codificación URL (porcentaje UTF-8) | %F0%93%83%AB |
| Nombre oral / lector de pantalla | Egyptian Hieroglyph E021 |