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