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