| Symbol Name | Latin Letter Two With Stroke |
| Unicode Version | 1.1 |
| Unicode | U+01BB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | C6 BB |
| UTF-16 | 01BB |
| UTF-32 | 000001BB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERTWOWITHSTROKE}4\end{document}You can type the latin letter two with stroke symbol on most modern devices with the help of following methods:
Alt + 443 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter two with stroke", or use Unicode Hex Input with 01BB.
Ctrl + Shift + U, type 01bb, 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-letter-two-with-stroke::before { content: "\01BB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ƻ</span>Latin Letter Two With Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u01BB' or String.fromCodePoint(443) |
| Python | '\N{LATIN LETTER TWO WITH STROKE}' or chr(443) |
| Rust | '\u{01BB}' |
| C / C++ | UTF-8 source or wchar_t with U+01BB |
| Go | string(rune(0x01BB)) |
| Ruby | "\u{01BB}" |
\01BB |
| Hex Code | 0x01BB |
| HTML Code | ƻ |
| LaTeX | \text{LATINLETTERTWOWITHSTROKE} |
| Symbol | ƻ |
| URL encode (UTF-8 percent) | %C6%BB |
| Spoken / screen reader name | Latin Letter Two With Stroke |