| Nombre del símbolo | Anatolian Hieroglyph A066c |
| Versión Unicode | 8.0 |
| Unicode | U+1444B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | F0 94 91 8B |
| UTF-16 | D811 DC4B |
| UTF-32 | 0001444B |
1\documentclass{article}2\usepackage{pifont}3\text{ANATOLIANHIEROGLYPHA066C}4\end{document}Puedes escribir el símbolo anatolian hieroglyph a066c en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "anatolian hieroglyph a066c", or paste from this page.
Ctrl + Shift + U, type 1444b, 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.anatolian-hieroglyph-a066c::before { content: "\1444B"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𔑋</span>La representación del símbolo Anatolian Hieroglyph A066c en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD811\uDC4B' or String.fromCodePoint(0x1444B) |
| Python | '\U{1444B}' or chr(0x1444B) |
| Rust | '\u{1444B}' |
| C / C++ | UTF-8 source or wchar_t with U+1444B |
| Go | string(rune(0x1444B)) |
| Ruby | "\u{1444B}" |
| Código CSS |
\1444B |
| Código hexadecimal | 0x1444B |
| Código HTML | 𔑋 |
| LaTeX | \text{ANATOLIANHIEROGLYPHA066C} |
| Símbolo | 𔑋 |
| Codificación URL (porcentaje UTF-8) | %F0%94%91%8B |
| Nombre oral / lector de pantalla | Anatolian Hieroglyph A066c |