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