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