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