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