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