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