| Nombre del símbolo | Latin Letter Bidental Percussive |
| Versión Unicode | 3.0 |
| Unicode | U+02AD |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | CA AD |
| UTF-16 | 02AD |
| UTF-32 | 000002AD |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERBIDENTALPERCUSSIVE}4\end{document}Puedes escribir el símbolo latin letter bidental percussive en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Letter Bidental Percussive en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\02AD |
| Código hexadecimal | 0x02AD |
| Código HTML | ʭ |
| LaTeX | \text{LATINLETTERBIDENTALPERCUSSIVE} |
| Símbolo | ʭ |
| Codificación URL (porcentaje UTF-8) | %CA%AD |
| Nombre oral / lector de pantalla | Latin Letter Bidental Percussive |