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