| Symboolnaam | Modifier Letter Small B With Hook |
| Unicode-versie | 14.0 |
| Unicode | U+10785 |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| CSS-code |
| 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}Je kunt het modifier letter small b with hook-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Modifier Letter Small B With Hook-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\10785 |
| Hexadecimale code | 0x10785 |
| HTML-code | 𐞅 |
| LaTeX | \text{MODIFIERLETTERSMALLBWITHHOOK} |
| Symbool | 𐞅 |
| URL-codering (UTF-8 procent) | %F0%90%9E%85 |
| Uitgesproken naam / schermlezer | Modifier Letter Small B With Hook |