| Nom du symbole | Egyptian Hieroglyph Z005 |
| Version Unicode | 5.2 |
| Unicode | U+133EF |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | F0 93 8F AF |
| UTF-16 | D80C DFEF |
| UTF-32 | 000133EF |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHZ005}4\end{document}Vous pouvez saisir le symbole egyptian hieroglyph z005 sur la plupart des appareils modernes avec les méthodes suivantes :
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph z005", or paste from this page.
Ctrl + Shift + U, type 133ef, 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-z005::before { content: "\133EF"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓏯</span>La représentation du symbole Egyptian Hieroglyph Z005 dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDFEF' or String.fromCodePoint(0x133EF) |
| Python | '\U{133EF}' or chr(0x133EF) |
| Rust | '\u{133EF}' |
| C / C++ | UTF-8 source or wchar_t with U+133EF |
| Go | string(rune(0x133EF)) |
| Ruby | "\u{133EF}" |
| Code CSS |
\133EF |
| Code hexadécimal | 0x133EF |
| Code HTML | 𓏯 |
| LaTeX | \text{EGYPTIANHIEROGLYPHZ005} |
| Symbole | 𓏯 |
| Encodage URL (pourcent UTF-8) | %F0%93%8F%AF |
| Nom oral / lecteur d’écran | Egyptian Hieroglyph Z005 |