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