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