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