| Symboolnaam | Hangul Syllable Ddugs |
| Unicode-versie | 2.0 |
| Unicode | U+B69F |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B69F |
| Hexadecimale code | 0xB69F |
| HTML-code | 뚟 |
| LaTeX | \hangul{B69F} |
| Symbool | 뚟 |
| URL-codering (UTF-8 procent) | %EB%9A%9F |
| Uitgesproken naam / schermlezer | Hangul Syllable Ddugs |
| UTF-8 | EB 9A 9F |
| UTF-16 | B69F |
| UTF-32 | 0000B69F |
1\documentclass{article}2\usepackage{pifont}3\hangul{B69F}4\end{document}Je kunt het hangul syllable ddugs-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 46751 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddugs", or use Unicode Hex Input with B69F.
Ctrl + Shift + U, type b69f, 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-ddugs::before { content: "\B69F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뚟</span>De weergave van het Hangul Syllable Ddugs-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB69F' or String.fromCodePoint(46751) |
| Python | '\N{HANGUL SYLLABLE DDUGS}' or chr(46751) |
| Rust | '\u{B69F}' |
| C / C++ | UTF-8 source or wchar_t with U+B69F |
| Go | string(rune(0xB69F)) |
| Ruby | "\u{B69F}" |