| Nombre del símbolo | Latin Capital Letter Turned H |
| Versión Unicode | 6.0 |
| Unicode | U+A78D |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9E 8D |
| UTF-16 | A78D |
| UTF-32 | 0000A78D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTURNEDH}4\end{document}Puedes escribir el símbolo latin capital letter turned h en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42893 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter turned h", or use Unicode Hex Input with A78D.
Ctrl + Shift + U, type a78d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-turned-h::before { content: "\A78D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɥ</span>La representación del símbolo Latin Capital Letter Turned H en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA78D' or String.fromCodePoint(42893) |
| Python | '\N{LATIN CAPITAL LETTER TURNED H}' or chr(42893) |
| Rust | '\u{A78D}' |
| C / C++ | UTF-8 source or wchar_t with U+A78D |
| Go | string(rune(0xA78D)) |
| Ruby | "\u{A78D}" |
| Código CSS |
\A78D |
| Código hexadecimal | 0xA78D |
| Código HTML | Ɥ |
| LaTeX | \text{LATINCAPITALLETTERTURNEDH} |
| Símbolo | Ɥ |
| Codificación URL (porcentaje UTF-8) | %EA%9E%8D |
| Nombre oral / lector de pantalla | Latin Capital Letter Turned H |