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