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