| Nombre del símbolo | Hangul Syllable Toem |
| Versión Unicode | 2.0 |
| Unicode | U+D204 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D204 |
| Código hexadecimal | 0xD204 |
| Código HTML | 툄 |
| LaTeX | \hangul{D204} |
| Símbolo | 툄 |
| Codificación URL (porcentaje UTF-8) | %ED%88%84 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable toem en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Toem en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |