| Nome del simbolo | Hangul Syllable Toem |
| Versione Unicode | 2.0 |
| Unicode | U+D204 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D204 |
| Codice esadecimale | 0xD204 |
| Codice HTML | 툄 |
| LaTeX | \hangul{D204} |
| Simbolo | 툄 |
| Codifica URL (percentuale UTF-8) | %ED%88%84 |
| Nome parlato / screen reader | Hangul Syllable Toem |
| UTF-8 | ED 88 84 |
| UTF-16 | D204 |
| UTF-32 | 0000D204 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D204}4\end{document}Puoi digitare il simbolo hangul syllable toem sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53764 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable toem", or use Unicode Hex Input with D204.
Ctrl + Shift + U, type d204, 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-toem::before { content: "\D204"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>툄</span>La rappresentazione del simbolo Hangul Syllable Toem nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD204' or String.fromCodePoint(53764) |
| Python | '\N{HANGUL SYLLABLE TOEM}' or chr(53764) |
| Rust | '\u{D204}' |
| C / C++ | UTF-8 source or wchar_t with U+D204 |
| Go | string(rune(0xD204)) |
| Ruby | "\u{D204}" |