| Symboolnaam | Modifier Letter Small Ligature Oe |
| Unicode-versie | 6.1 |
| Unicode | U+A7F9 |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| CSS-code |
| UTF-8 | EA 9F B9 |
| UTF-16 | A7F9 |
| UTF-32 | 0000A7F9 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLLIGATUREOE}4\end{document}Je kunt het modifier letter small ligature oe-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Modifier Letter Small Ligature Oe-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\A7F9 |
| Hexadecimale code | 0xA7F9 |
| HTML-code | ꟹ |
| LaTeX | \text{MODIFIERLETTERSMALLLIGATUREOE} |
| Symbool | ꟹ |
| URL-codering (UTF-8 procent) | %EA%9F%B9 |
| Uitgesproken naam / schermlezer | Modifier Letter Small Ligature Oe |