| Nom du symbole | Latin Small Letter Feng Digraph |
| Version Unicode | 3.0 |
| Unicode | U+02A9 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| Code CSS | \02A9 |
| Code hexadécimal | 0x02A9 |
| Code HTML | ʩ |
| LaTeX | \text{LATINSMALLLETTERFENGDIGRAPH} |
| Symbole | ʩ |
| Encodage URL (pourcent UTF-8) | %CA%A9 |
| Nom oral / lecteur d’écran | Latin Small Letter Feng Digraph |
| UTF-8 | CA A9 |
| UTF-16 | 02A9 |
| UTF-32 | 000002A9 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERFENGDIGRAPH}4\end{document}Vous pouvez saisir le symbole latin small letter feng digraph sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 681 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter feng digraph", or use Unicode Hex Input with 02A9.
Ctrl + Shift + U, type 02a9, 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.feng-digraph::before { content: "\02A9"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʩ</span>La représentation du symbole Latin Small Letter Feng Digraph dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u02A9' or String.fromCodePoint(681) |
| Python | '\N{LATIN SMALL LETTER FENG DIGRAPH}' or chr(681) |
| Rust | '\u{02A9}' |
| C / C++ | UTF-8 source or wchar_t with U+02A9 |
| Go | string(rune(0x02A9)) |
| Ruby | "\u{02A9}" |