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