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