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