| Nombre del símbolo | Latin Capital Letter H With Hook |
| Versión Unicode | 6.1 |
| Unicode | U+A7AA |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9E AA |
| UTF-16 | A7AA |
| UTF-32 | 0000A7AA |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERHWITHHOOK}4\end{document}Puedes escribir el símbolo latin capital letter h with hook en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42922 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter h with hook", or use Unicode Hex Input with A7AA.
Ctrl + Shift + U, type a7aa, 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-h-with-hook::before { content: "\A7AA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɦ</span>La representación del símbolo Latin Capital Letter H With Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7AA' or String.fromCodePoint(42922) |
| Python | '\N{LATIN CAPITAL LETTER H WITH HOOK}' or chr(42922) |
| Rust | '\u{A7AA}' |
| C / C++ | UTF-8 source or wchar_t with U+A7AA |
| Go | string(rune(0xA7AA)) |
| Ruby | "\u{A7AA}" |
| Código CSS |
\A7AA |
| Código hexadecimal | 0xA7AA |
| Código HTML | Ɦ |
| LaTeX | \text{LATINCAPITALLETTERHWITHHOOK} |
| Símbolo | Ɦ |
| Codificación URL (porcentaje UTF-8) | %EA%9E%AA |
| Nombre oral / lector de pantalla | Latin Capital Letter H With Hook |