| Nom du symbole | Latin Capital Letter B With Flourish |
| Version Unicode | 7.0 |
| Unicode | U+A796 |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | EA 9E 96 |
| UTF-16 | A796 |
| UTF-32 | 0000A796 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERBWITHFLOURISH}4\end{document}Vous pouvez saisir le symbole latin capital letter b with flourish sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 42902 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter b with flourish", or use Unicode Hex Input with A796.
Ctrl + Shift + U, type a796, 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-capital-letter-b-with-flourish::before { content: "\A796"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꞗ</span>La représentation du symbole Latin Capital Letter B With Flourish dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA796' or String.fromCodePoint(42902) |
| Python | '\N{LATIN CAPITAL LETTER B WITH FLOURISH}' or chr(42902) |
| Rust | '\u{A796}' |
| C / C++ | UTF-8 source or wchar_t with U+A796 |
| Go | string(rune(0xA796)) |
| Ruby | "\u{A796}" |
| Code CSS |
\A796 |
| Code hexadécimal | 0xA796 |
| Code HTML | Ꞗ |
| LaTeX | \text{LATINCAPITALLETTERBWITHFLOURISH} |
| Symbole | Ꞗ |
| Encodage URL (pourcent UTF-8) | %EA%9E%96 |
| Nom oral / lecteur d’écran | Latin Capital Letter B With Flourish |