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