| Nom du symbole | Egyptian Hieroglyph T007a |
| Version Unicode | 5.2 |
| Unicode | U+1330F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | F0 93 8C 8F |
| UTF-16 | D80C DF0F |
| UTF-32 | 0001330F |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPHT007A}4\end{document}Vous pouvez saisir le symbole egyptian hieroglyph t007a 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 t007a", or paste from this page.
Ctrl + Shift + U, type 1330f, 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-t007a::before { content: "\1330F"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓌏</span>La représentation du symbole Egyptian Hieroglyph T007a dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD80C\uDF0F' or String.fromCodePoint(0x1330F) |
| Python | '\U{1330F}' or chr(0x1330F) |
| Rust | '\u{1330F}' |
| C / C++ | UTF-8 source or wchar_t with U+1330F |
| Go | string(rune(0x1330F)) |
| Ruby | "\u{1330F}" |
| Code CSS |
\1330F |
| Code hexadécimal | 0x1330F |
| Code HTML | 𓌏 |
| LaTeX | \text{EGYPTIANHIEROGLYPHT007A} |
| Symbole | 𓌏 |
| Encodage URL (pourcent UTF-8) | %F0%93%8C%8F |
| Nom oral / lecteur d’écran | Egyptian Hieroglyph T007a |