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