| Symboolnaam | Latin Small Letter Blackletter O |
| Unicode-versie | 7.0 |
| Unicode | U+AB3D |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | EA AC BD |
| UTF-16 | AB3D |
| UTF-32 | 0000AB3D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERBLACKLETTERO}4\end{document}Je kunt het latin small letter blackletter o-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter Blackletter O-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\AB3D |
| Hexadecimale code | 0xAB3D |
| HTML-code | ꬽ |
| LaTeX | \text{LATINSMALLLETTERBLACKLETTERO} |
| Symbool | ꬽ |
| URL-codering (UTF-8 procent) | %EA%AC%BD |
| Uitgesproken naam / schermlezer | Latin Small Letter Blackletter O |