| Symbol Name | Latin Small Letter Open O With Stroke |
| Unicode Version | 7.0 |
| Unicode | U+AB3F |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA AC BF |
| UTF-16 | AB3F |
| UTF-32 | 0000AB3F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROPENOWITHSTROKE}4\end{document}You can type the latin small letter open o with stroke symbol on most modern devices with the help of following methods:
Alt + 43839 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter open o with stroke", or use Unicode Hex Input with AB3F.
Ctrl + Shift + U, type ab3f, 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-open-o-with-stroke::before { content: "\AB3F"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬿ</span>Latin Small Letter Open O With Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAB3F' or String.fromCodePoint(43839) |
| Python | '\N{LATIN SMALL LETTER OPEN O WITH STROKE}' or chr(43839) |
| Rust | '\u{AB3F}' |
| C / C++ | UTF-8 source or wchar_t with U+AB3F |
| Go | string(rune(0xAB3F)) |
| Ruby | "\u{AB3F}" |
\AB3F |
| Hex Code | 0xAB3F |
| HTML Code | ꬿ |
| LaTeX | \text{LATINSMALLLETTEROPENOWITHSTROKE} |
| Symbol | ꬿ |
| URL encode (UTF-8 percent) | %EA%AC%BF |
| Spoken / screen reader name | Latin Small Letter Open O With Stroke |