| Nome del simbolo | Latin Letter Two With Stroke |
| Versione Unicode | 1.1 |
| Unicode | U+01BB |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | C6 BB |
| UTF-16 | 01BB |
| UTF-32 | 000001BB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERTWOWITHSTROKE}4\end{document}Puoi digitare il simbolo latin letter two with stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Letter Two With Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\01BB |
| Codice esadecimale | 0x01BB |
| Codice HTML | ƻ |
| LaTeX | \text{LATINLETTERTWOWITHSTROKE} |
| Simbolo | ƻ |
| Codifica URL (percentuale UTF-8) | %C6%BB |
| Nome parlato / screen reader | Latin Letter Two With Stroke |