| Symbolname | Modifier Letter Voicing |
| Unicode-Version | 3.0 |
| Unicode | U+02EC |
| Unicode-Block | |
| Allgemeine Kategorie | Modifier Letter (Lm) |
| CSS-Code |
| UTF-8 | CB AC |
| UTF-16 | 02EC |
| UTF-32 | 000002EC |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERVOICING}4\end{document}Sie können das Symbol modifier letter voicing auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 748 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter voicing", or use Unicode Hex Input with 02EC.
Ctrl + Shift + U, type 02ec, 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.modifier-letter-voicing::before { content: "\02EC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˬ</span>Die Darstellung des Symbols Modifier Letter Voicing in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u02EC' or String.fromCodePoint(748) |
| Python | '\N{MODIFIER LETTER VOICING}' or chr(748) |
| Rust | '\u{02EC}' |
| C / C++ | UTF-8 source or wchar_t with U+02EC |
| Go | string(rune(0x02EC)) |
| Ruby | "\u{02EC}" |
\02EC |
| Hexadezimalcode | 0x02EC |
| HTML-Code | ˬ |
| LaTeX | \text{MODIFIERLETTERVOICING} |
| Symbol | ˬ |
| URL-Kodierung (UTF-8-Prozent) | %CB%AC |
| Ansagename (Screenreader) | Modifier Letter Voicing |