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