| Nombre del símbolo | Anatolian Hieroglyph A196 |
| Versión Unicode | 8.0 |
| Unicode | U+144DF |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | F0 94 93 9F |
| UTF-16 | D811 DCDF |
| UTF-32 | 000144DF |
1\documentclass{article}2\usepackage{pifont}3\text{ANATOLIANHIEROGLYPHA196}4\end{document}Puedes escribir el símbolo anatolian hieroglyph a196 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 a196", or paste from this page.
Ctrl + Shift + U, type 144df, 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-a196::before { content: "\144DF"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𔓟</span>La representación del símbolo Anatolian Hieroglyph A196 en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD811\uDCDF' or String.fromCodePoint(0x144DF) |
| Python | '\U{144DF}' or chr(0x144DF) |
| Rust | '\u{144DF}' |
| C / C++ | UTF-8 source or wchar_t with U+144DF |
| Go | string(rune(0x144DF)) |
| Ruby | "\u{144DF}" |
| Código CSS |
\144DF |
| Código hexadecimal | 0x144DF |
| Código HTML | 𔓟 |
| LaTeX | \text{ANATOLIANHIEROGLYPHA196} |
| Símbolo | 𔓟 |
| Codificación URL (porcentaje UTF-8) | %F0%94%93%9F |
| Nombre oral / lector de pantalla | Anatolian Hieroglyph A196 |