| Nome del simbolo | Latin Small Letter Turned Oe With Horizontal Stroke |
| Versione Unicode | 7.0 |
| Unicode | U+AB42 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin small letter turned oe with horizontal stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Small Letter Turned Oe With Horizontal Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\AB42 |
| Codice esadecimale | 0xAB42 |
| Codice HTML | ꭂ |
| LaTeX | \text{LATINSMALLLETTERTURNEDOEWITHHORIZONTALSTROKE} |
| Simbolo | ꭂ |
| Codifica URL (percentuale UTF-8) | %EA%AD%82 |
| Nome parlato / screen reader | Latin Small Letter Turned Oe With Horizontal Stroke |