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