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