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