| Symboolnaam | Latin Small Letter Turned Oe With Horizontal Stroke |
| Unicode-versie | 7.0 |
| Unicode | U+AB42 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | EA AD 82 |
| UTF-16 | AB42 |
| UTF-32 | 0000AB42 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTURNEDOEWITHHORIZONTALSTROKE}4\end{document}Je kunt het latin small letter turned oe with horizontal stroke-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 43842 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter turned oe with horizontal stroke", or use Unicode Hex Input with AB42.
Ctrl + Shift + U, type ab42, 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-turned-oe-with-horizontal-stroke::before { content: "\AB42"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭂ</span>De weergave van het Latin Small Letter Turned Oe With Horizontal Stroke-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAB42' or String.fromCodePoint(43842) |
| Python | '\N{LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE}' or chr(43842) |
| Rust | '\u{AB42}' |
| C / C++ | UTF-8 source or wchar_t with U+AB42 |
| Go | string(rune(0xAB42)) |
| Ruby | "\u{AB42}" |
| CSS-code |
\AB42 |
| Hexadecimale code | 0xAB42 |
| HTML-code | ꭂ |
| LaTeX | \text{LATINSMALLLETTERTURNEDOEWITHHORIZONTALSTROKE} |
| Symbool | ꭂ |
| URL-codering (UTF-8 procent) | %EA%AD%82 |
| Uitgesproken naam / schermlezer | Latin Small Letter Turned Oe With Horizontal Stroke |