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