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