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