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