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