| Nom du symbole | Hangul Syllable Toem |
| Version Unicode | 2.0 |
| Unicode | U+D204 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D204 |
| Code hexadécimal | 0xD204 |
| Code HTML | 툄 |
| LaTeX | \hangul{D204} |
| Symbole | 툄 |
| Encodage URL (pourcent UTF-8) | %ED%88%84 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable toem sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Toem dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |