| Symbolname | Egyptian Hieroglyph-13abe |
| Unicode-Version | 16.0 |
| Unicode | U+13ABE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| UTF-8 | F0 93 AA BE |
| UTF-16 | D80E DEBE |
| UTF-32 | 00013ABE |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPH-13ABE}4\end{document}Sie können das Symbol egyptian hieroglyph-13abe auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph-13abe", or paste from this page.
Ctrl + Shift + U, type 13abe, 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-13abe::before { content: "\13ABE"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓪾</span>Die Darstellung des Symbols Egyptian Hieroglyph-13abe in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD80E\uDEBE' or String.fromCodePoint(0x13ABE) |
| Python | '\U{13ABE}' or chr(0x13ABE) |
| Rust | '\u{13ABE}' |
| C / C++ | UTF-8 source or wchar_t with U+13ABE |
| Go | string(rune(0x13ABE)) |
| Ruby | "\u{13ABE}" |
| CSS-Code |
\13ABE |
| Hexadezimalcode | 0x13ABE |
| HTML-Code | 𓪾 |
| LaTeX | \text{EGYPTIANHIEROGLYPH-13ABE} |
| Symbol | |
| URL-Kodierung (UTF-8-Prozent) | %F0%93%AA%BE |
| Ansagename (Screenreader) | Egyptian Hieroglyph-13abe |