| Symbol Name | Egyptian Hieroglyph E012 |
| Unicode Version | 5.2 |
| Unicode | U+130DF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | F0 93 83 9F |
| UTF-16 | D80C DCDF |
| UTF-32 | 000130DF |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHE012}4\end{document}You can type the egyptian hieroglyph e012 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 e012", or paste from this page.
Ctrl + Shift + U, type 130df, 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-e012::before { content: "\130DF"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓃟</span>Egyptian Hieroglyph E012 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDCDF' or String.fromCodePoint(0x130DF) |
| Python | '\U{130DF}' or chr(0x130DF) |
| Rust | '\u{130DF}' |
| C / C++ | UTF-8 source or wchar_t with U+130DF |
| Go | string(rune(0x130DF)) |
| Ruby | "\u{130DF}" |
\130DF |
| Hex Code | 0x130DF |
| HTML Code | 𓃟 |
| LaTeX | \text{EGYPTIANHIEROGLYPHE012} |
| Symbol | 𓃟 |
| URL encode (UTF-8 percent) | %F0%93%83%9F |
| Spoken / screen reader name | Egyptian Hieroglyph E012 |