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