| Nome del simbolo | Modifier Letter Small Ligature Oe |
| Versione Unicode | 6.1 |
| Unicode | U+A7F9 |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | EA 9F B9 |
| UTF-16 | A7F9 |
| UTF-32 | 0000A7F9 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLLIGATUREOE}4\end{document}Puoi digitare il simbolo modifier letter small ligature oe sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 43001 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small ligature oe", or use Unicode Hex Input with A7F9.
Ctrl + Shift + U, type a7f9, 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-small-ligature-oe::before { content: "\A7F9"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟹ</span>La rappresentazione del simbolo Modifier Letter Small Ligature Oe nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA7F9' or String.fromCodePoint(43001) |
| Python | '\N{MODIFIER LETTER SMALL LIGATURE OE}' or chr(43001) |
| Rust | '\u{A7F9}' |
| C / C++ | UTF-8 source or wchar_t with U+A7F9 |
| Go | string(rune(0xA7F9)) |
| Ruby | "\u{A7F9}" |
| Codice CSS |
\A7F9 |
| Codice esadecimale | 0xA7F9 |
| Codice HTML | ꟹ |
| LaTeX | \text{MODIFIERLETTERSMALLLIGATUREOE} |
| Simbolo | ꟹ |
| Codifica URL (percentuale UTF-8) | %EA%9F%B9 |
| Nome parlato / screen reader | Modifier Letter Small Ligature Oe |