| Symbolname | Latin Letter Bilabial Click |
| Unicode-Version | 1.1 |
| Unicode | U+0298 |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code | \0298 |
| Hexadezimalcode | 0x0298 |
| HTML-Code | ʘ |
| LaTeX | \text{LATINLETTERBILABIALCLICK} |
| Symbol | ʘ |
| URL-Kodierung (UTF-8-Prozent) | %CA%98 |
| Ansagename (Screenreader) | Latin Letter Bilabial Click |
| UTF-8 | CA 98 |
| UTF-16 | 0298 |
| UTF-32 | 00000298 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERBILABIALCLICK}4\end{document}Sie können das Symbol latin letter bilabial click auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 664 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter bilabial click", or use Unicode Hex Input with 0298.
Ctrl + Shift + U, type 0298, 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-click::before { content: "\0298"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʘ</span>Die Darstellung des Symbols Latin Letter Bilabial Click in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u0298' or String.fromCodePoint(664) |
| Python | '\N{LATIN LETTER BILABIAL CLICK}' or chr(664) |
| Rust | '\u{0298}' |
| C / C++ | UTF-8 source or wchar_t with U+0298 |
| Go | string(rune(0x0298)) |
| Ruby | "\u{0298}" |