| Nombre del símbolo | Latin Small Letter Blackletter O With Stroke |
| Versión Unicode | 7.0 |
| Unicode | U+AB3E |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA AC BE |
| UTF-16 | AB3E |
| UTF-32 | 0000AB3E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERBLACKLETTEROWITHSTROKE}4\end{document}Puedes escribir el símbolo latin small letter blackletter o with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43838 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter blackletter o with stroke", or use Unicode Hex Input with AB3E.
Ctrl + Shift + U, type ab3e, 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-blackletter-o-with-stroke::before { content: "\AB3E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬾ</span>La representación del símbolo Latin Small Letter Blackletter O With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAB3E' or String.fromCodePoint(43838) |
| Python | '\N{LATIN SMALL LETTER BLACKLETTER O WITH STROKE}' or chr(43838) |
| Rust | '\u{AB3E}' |
| C / C++ | UTF-8 source or wchar_t with U+AB3E |
| Go | string(rune(0xAB3E)) |
| Ruby | "\u{AB3E}" |
| Código CSS |
\AB3E |
| Código hexadecimal | 0xAB3E |
| Código HTML | ꬾ |
| LaTeX | \text{LATINSMALLLETTERBLACKLETTEROWITHSTROKE} |
| Símbolo | ꬾ |
| Codificación URL (porcentaje UTF-8) | %EA%AC%BE |
| Nombre oral / lector de pantalla | Latin Small Letter Blackletter O With Stroke |