| Symbolname | Hangul Syllable Toem |
| Unicode-Version | 2.0 |
| Unicode | U+D204 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D204 |
| Hexadezimalcode | 0xD204 |
| HTML-Code | 툄 |
| LaTeX | \hangul{D204} |
| Symbol | 툄 |
| URL-Kodierung (UTF-8-Prozent) | %ED%88%84 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable toem auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Toem in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |