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