| Symbol Name | Hangul Syllable Tweomp |
| Unicode Version | 2.0 |
| Unicode | U+D25C |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D25C |
| Hex Code | 0xD25C |
| HTML Code | 퉜 |
| LaTeX | \hangul{D25C} |
| Symbol | 퉜 |
| URL encode (UTF-8 percent) | %ED%89%9C |
| Spoken / screen reader name | Hangul Syllable Tweomp |
| UTF-8 | ED 89 9C |
| UTF-16 | D25C |
| UTF-32 | 0000D25C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D25C}4\end{document}You can type the hangul syllable tweomp symbol on most modern devices with the help of following methods:
Alt + 53852 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tweomp", or use Unicode Hex Input with D25C.
Ctrl + Shift + U, type d25c, 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-tweomp::before { content: "\D25C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퉜</span>Hangul Syllable Tweomp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD25C' or String.fromCodePoint(53852) |
| Python | '\N{HANGUL SYLLABLE TWEOMP}' or chr(53852) |
| Rust | '\u{D25C}' |
| C / C++ | UTF-8 source or wchar_t with U+D25C |
| Go | string(rune(0xD25C)) |
| Ruby | "\u{D25C}" |