| Nom du symbole | Latin Letter Two With Stroke |
| Version Unicode | 1.1 |
| Unicode | U+01BB |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin letter two with stroke sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Letter Two With Stroke dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\01BB |
| Code hexadécimal | 0x01BB |
| Code HTML | ƻ |
| LaTeX | \text{LATINLETTERTWOWITHSTROKE} |
| Symbole | ƻ |
| Encodage URL (pourcent UTF-8) | %C6%BB |
| Nom oral / lecteur d’écran | Latin Letter Two With Stroke |