| Symboolnaam | Hangul Syllable Ddwinh |
| Unicode-versie | 2.0 |
| Unicode | U+B6F6 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B6F6 |
| Hexadecimale code | 0xB6F6 |
| HTML-code | 뛶 |
| LaTeX | \hangul{B6F6} |
| Symbool | 뛶 |
| URL-codering (UTF-8 procent) | %EB%9B%B6 |
| Uitgesproken naam / schermlezer | Hangul Syllable Ddwinh |
| UTF-8 | EB 9B B6 |
| UTF-16 | B6F6 |
| UTF-32 | 0000B6F6 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B6F6}4\end{document}Je kunt het hangul syllable ddwinh-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 46838 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddwinh", or use Unicode Hex Input with B6F6.
Ctrl + Shift + U, type b6f6, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-ddwinh::before { content: "\B6F6"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뛶</span>De weergave van het Hangul Syllable Ddwinh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB6F6' or String.fromCodePoint(46838) |
| Python | '\N{HANGUL SYLLABLE DDWINH}' or chr(46838) |
| Rust | '\u{B6F6}' |
| C / C++ | UTF-8 source or wchar_t with U+B6F6 |
| Go | string(rune(0xB6F6)) |
| Ruby | "\u{B6F6}" |