| Nome del simbolo | Latin Small Letter G With Breve |
| Versione Unicode | 1.1 |
| Unicode | U+011F |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | C4 9F |
| UTF-16 | 011F |
| UTF-32 | 0000011F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERGWITHBREVE}4\end{document}Puoi digitare il simbolo latin small letter g with breve sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 287 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter g with breve", or use Unicode Hex Input with 011F.
Ctrl + Shift + U, type 011f, 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-breve::before { content: "\011F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ğ</span>La rappresentazione del simbolo Latin Small Letter G With Breve nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u011F' or String.fromCodePoint(287) |
| Python | '\N{LATIN SMALL LETTER G WITH BREVE}' or chr(287) |
| Rust | '\u{011F}' |
| C / C++ | UTF-8 source or wchar_t with U+011F |
| Go | string(rune(0x011F)) |
| Ruby | "\u{011F}" |
| Codice CSS |
\011F |
| Codice esadecimale | 0x011F |
| Codice HTML | ğ |
| LaTeX | \text{LATINSMALLLETTERGWITHBREVE} |
| Simbolo | ğ |
| Codifica URL (percentuale UTF-8) | %C4%9F |
| Nome parlato / screen reader | Latin Small Letter G With Breve |