| Symbol Name | Egyptian Hieroglyph E034a |
| Unicode Version | 5.2 |
| Unicode | U+130FA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | F0 93 83 BA |
| UTF-16 | D80C DCFA |
| UTF-32 | 000130FA |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHE034A}4\end{document}You can type the egyptian hieroglyph e034a symbol on most modern devices with the help of following methods:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph e034a", or paste from this page.
Ctrl + Shift + U, type 130fa, 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-e034a::before { content: "\130FA"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓃺</span>Egyptian Hieroglyph E034a symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDCFA' or String.fromCodePoint(0x130FA) |
| Python | '\U{130FA}' or chr(0x130FA) |
| Rust | '\u{130FA}' |
| C / C++ | UTF-8 source or wchar_t with U+130FA |
| Go | string(rune(0x130FA)) |
| Ruby | "\u{130FA}" |
\130FA |
| Hex Code | 0x130FA |
| HTML Code | 𓃺 |
| LaTeX | \text{EGYPTIANHIEROGLYPHE034A} |
| Symbol | 𓃺 |
| URL encode (UTF-8 percent) | %F0%93%83%BA |
| Spoken / screen reader name | Egyptian Hieroglyph E034a |