| Symboolnaam | Latin Small Letter Half H |
| Unicode-versie | 5.0 |
| Unicode | U+2C76 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | E2 B1 B6 |
| UTF-16 | 2C76 |
| UTF-32 | 00002C76 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERHALFH}4\end{document}Je kunt het latin small letter half h-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11382 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter half h", or use Unicode Hex Input with 2C76.
Ctrl + Shift + U, type 2c76, 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-small-letter-half-h::before { content: "\2C76"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ⱶ</span>De weergave van het Latin Small Letter Half H-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2C76' or String.fromCodePoint(11382) |
| Python | '\N{LATIN SMALL LETTER HALF H}' or chr(11382) |
| Rust | '\u{2C76}' |
| C / C++ | UTF-8 source or wchar_t with U+2C76 |
| Go | string(rune(0x2C76)) |
| Ruby | "\u{2C76}" |
\2C76 |
| Hexadecimale code | 0x2C76 |
| HTML-code | ⱶ |
| LaTeX | \text{LATINSMALLLETTERHALFH} |
| Symbool | ⱶ |
| URL-codering (UTF-8 procent) | %E2%B1%B6 |
| Uitgesproken naam / schermlezer | Latin Small Letter Half H |