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