| Symbolname | Modifier Letter Small B With Hook |
| Unicode-Version | 14.0 |
| Unicode | U+10785 |
| Unicode-Block | |
| Allgemeine Kategorie | Modifier Letter (Lm) |
| UTF-8 | F0 90 9E 85 |
| UTF-16 | D801 DF85 |
| UTF-32 | 00010785 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLBWITHHOOK}4\end{document}Sie können das Symbol modifier letter small b with hook auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 67461 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small b with hook", or use Unicode Hex Input with 10785.
Ctrl + Shift + U, type 10785, 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-small-b-with-hook::before { content: "\10785"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𐞅</span>Die Darstellung des Symbols Modifier Letter Small B With Hook in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x10785) |
| Python | '\N{MODIFIER LETTER SMALL B WITH HOOK}' or chr(67461) |
| Rust | '\u{10785}' |
| C / C++ | UTF-8 source or wchar_t with U+10785 |
| Go | string(rune(0x10785)) |
| Ruby | "\u{10785}" |
| CSS-Code |
\10785 |
| Hexadezimalcode | 0x10785 |
| HTML-Code | 𐞅 |
| LaTeX | \text{MODIFIERLETTERSMALLBWITHHOOK} |
| Symbol | 𐞅 |
| URL-Kodierung (UTF-8-Prozent) | %F0%90%9E%85 |
| Ansagename (Screenreader) | Modifier Letter Small B With Hook |