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