| Nom du symbole | Latin Small Letter G With Acute |
| Version Unicode | 1.1 |
| Unicode | U+01F5 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | C7 B5 |
| UTF-16 | 01F5 |
| UTF-32 | 000001F5 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERGWITHACUTE}4\end{document}Vous pouvez saisir le symbole latin small letter g with acute sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Small Letter G With Acute dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\01F5 |
| Code hexadécimal | 0x01F5 |
| Code HTML | ǵ |
| LaTeX | \text{LATINSMALLLETTERGWITHACUTE} |
| Symbole | ǵ |
| Encodage URL (pourcent UTF-8) | %C7%B5 |
| Nom oral / lecteur d’écran | Latin Small Letter G With Acute |