| Nombre del símbolo | Latin Small Letter Turned Oe With Horizontal Stroke |
| Versión Unicode | 7.0 |
| Unicode | U+AB42 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter turned oe with horizontal stroke en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Small Letter Turned Oe With Horizontal Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\AB42 |
| Código hexadecimal | 0xAB42 |
| Código HTML | ꭂ |
| LaTeX | \text{LATINSMALLLETTERTURNEDOEWITHHORIZONTALSTROKE} |
| Símbolo | ꭂ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%82 |
| Nombre oral / lector de pantalla | Latin Small Letter Turned Oe With Horizontal Stroke |