| Symbol Name | Hangul Syllable Twemh |
| Unicode Version | 2.0 |
| Unicode | U+D279 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D279 |
| Hex Code | 0xD279 |
| HTML Code | 퉹 |
| LaTeX | \hangul{D279} |
| Symbol | 퉹 |
| URL encode (UTF-8 percent) | %ED%89%B9 |
| Spoken / screen reader name | 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}You can type the hangul syllable twemh symbol on most modern devices with the help of following methods:
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>Hangul Syllable Twemh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |