| Symbol Name | Latin Letter Bilabial Percussive |
| Unicode Version | 3.0 |
| Unicode | U+02AC |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | CA AC |
| UTF-16 | 02AC |
| UTF-32 | 000002AC |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERBILABIALPERCUSSIVE}4\end{document}You can type the latin letter bilabial percussive symbol on most modern devices with the help of following methods:
Alt + 684 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter bilabial percussive", or use Unicode Hex Input with 02AC.
Ctrl + Shift + U, type 02ac, 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.bilabial-percussive::before { content: "\02AC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʬ</span>Latin Letter Bilabial Percussive symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02AC' or String.fromCodePoint(684) |
| Python | '\N{LATIN LETTER BILABIAL PERCUSSIVE}' or chr(684) |
| Rust | '\u{02AC}' |
| C / C++ | UTF-8 source or wchar_t with U+02AC |
| Go | string(rune(0x02AC)) |
| Ruby | "\u{02AC}" |
\02AC |
| Hex Code | 0x02AC |
| HTML Code | ʬ |
| LaTeX | \text{LATINLETTERBILABIALPERCUSSIVE} |
| Symbol | ʬ |
| URL encode (UTF-8 percent) | %CA%AC |
| Spoken / screen reader name | Latin Letter Bilabial Percussive |