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