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