| Nombre del símbolo | Hangul Syllable Toebt |
| Versión Unicode | 2.0 |
| Unicode | U+D20C |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D20C |
| Código hexadecimal | 0xD20C |
| Código HTML | 툌 |
| LaTeX | \hangul{D20C} |
| Símbolo | 툌 |
| Codificación URL (porcentaje UTF-8) | %ED%88%8C |
| Nombre oral / lector de pantalla | Hangul Syllable Toebt |
| UTF-8 | ED 88 8C |
| UTF-16 | D20C |
| UTF-32 | 0000D20C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D20C}4\end{document}Puedes escribir el símbolo hangul syllable toebt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53772 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable toebt", or use Unicode Hex Input with D20C.
Ctrl + Shift + U, type d20c, 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-toebt::before { content: "\D20C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>툌</span>La representación del símbolo Hangul Syllable Toebt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD20C' or String.fromCodePoint(53772) |
| Python | '\N{HANGUL SYLLABLE TOEBT}' or chr(53772) |
| Rust | '\u{D20C}' |
| C / C++ | UTF-8 source or wchar_t with U+D20C |
| Go | string(rune(0xD20C)) |
| Ruby | "\u{D20C}" |