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