| Nombre del símbolo | Egyptian Hieroglyph-139ee |
| Versión Unicode | 16.0 |
| Unicode | U+139EE |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | F0 93 A7 AE |
| UTF-16 | D80E DDEE |
| UTF-32 | 000139EE |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPH-139EE}4\end{document}Puedes escribir el símbolo egyptian hieroglyph-139ee 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-139ee", or paste from this page.
Ctrl + Shift + U, type 139ee, 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-139ee::before { content: "\139EE"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓧮</span>La representación del símbolo Egyptian Hieroglyph-139ee en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD80E\uDDEE' or String.fromCodePoint(0x139EE) |
| Python | '\U{139EE}' or chr(0x139EE) |
| Rust | '\u{139EE}' |
| C / C++ | UTF-8 source or wchar_t with U+139EE |
| Go | string(rune(0x139EE)) |
| Ruby | "\u{139EE}" |
| Código CSS |
\139EE |
| Código hexadecimal | 0x139EE |
| Código HTML | 𓧮 |
| LaTeX | \text{EGYPTIANHIEROGLYPH-139EE} |
| Símbolo | |
| Codificación URL (porcentaje UTF-8) | %F0%93%A7%AE |
| Nombre oral / lector de pantalla | Egyptian Hieroglyph-139ee |